> For the complete documentation index, see [llms.txt](https://docs.g-iot.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.g-iot.io/fr/manual-dutilisation-de-la-plateforme/tableaux-de-bord/tableau-de-bord-public.md).

# Tableau de bord public

<figure><img src="/files/rJ1mNNbpJUHUVYJd43Gy" alt=""><figcaption><p><strong>Créer un tableau de bord public</strong></p></figcaption></figure>

### **Étapes pour créer un tableau de bord public**

1. **Accédez à la section Tableau de bord** :
   * Depuis le menu Cockpit, allez dans Modèle > Tableau de bord.
2. **Localisez la carte du tableau de bord** :
   * Utilisez le nom ou la description pour trouver la carte du tableau de bord souhaité.
3. **Modifiez le tableau de bord** :
   * Cliquez sur le menu ⋮ (ellipse) sur la carte du tableau de bord sélectionné et choisissez Modifier.
4. **Activez l'accès public** :
   * Dans la vue Modifier le tableau de bord, cochez la case intitulée Public.
5. **Enregistrez les modifications** :
   * Cliquez sur Enregistrer pour confirmer les modifications.
6. **Copiez l'URL** :
   * Une fois enregistré, l'URL publique apparaîtra sous la case à cocher. Copiez l'URL pour partager le tableau de bord avec des utilisateurs externes.

{% hint style="warning" %}
Le tableau de bord partagé restera en mode consultation uniquement pour les utilisateurs externes, garantissant un accès sécurisé aux données critiques.
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.g-iot.io/fr/manual-dutilisation-de-la-plateforme/tableaux-de-bord/tableau-de-bord-public.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
