> For the complete documentation index, see [llms.txt](https://ksaar.gitbook.io/ksaar-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ksaar.gitbook.io/ksaar-documentation/les-elements/elements-donnees.md).

# Éléments données

Les Éléments Données vous permettent de créer un aperçu des&#x20;

* Tableaux,&#x20;
* Cartes,&#x20;
* Plannings,&#x20;
* Plannings de ressources
* Liste,
* Dataviz,
* Kanban,&#x20;
* Planning de réservation de créneau,
* Groupes répétables\
  dans un  Espace Personnel, un Suivi ou une Fiche.

Pour cela, il vous suffit de créer une Page puis d'y ajouter un élément d'affichage de données, disponible dans la barre de droite (Tableau, Planning, Liste...)

<figure><img src="/files/iA35Ui6JJsuu4xJfTldZ" alt=""><figcaption></figcaption></figure>

Par exemple, dans le cas d'une insertion de Tableau : \
Une fois l’élément inséré, un nouveau tableau est automatiquement ajouté à votre liste de tableaux. Vous pourrez ensuite le réutiliser facilement sur vos autres pages.

<figure><img src="/files/sxmsbgy42N7UJ1H2WRvA" alt=""><figcaption></figcaption></figure>

Une fois votre tableau inséré, cliquez dessus pour "Éditer le tableau".&#x20;

Pour voir comment créer des [Tableaux](/ksaar-documentation/laffichage-des-donnees/tableaux.md), [Plannings](/ksaar-documentation/laffichage-des-donnees/plannings.md), [Kanban](/ksaar-documentation/laffichage-des-donnees/kanban.md), [Dataviz](/ksaar-documentation/laffichage-des-donnees/dataviz.md), [Listes](/ksaar-documentation/laffichage-des-donnees/listes.md), [Cartes](/ksaar-documentation/laffichage-des-donnees/cartes.md), [Plannings de ressources](/ksaar-documentation/laffichage-des-donnees/planning-de-ressources.md), [Planning de réservation](/ksaar-documentation/laffichage-des-donnees/planning-de-reservation-de-creneaux.md), et [Groupes répétables](/ksaar-documentation/laffichage-des-donnees/groupes-repetables.md), rendez-vous sur la page ci dessous 👇🏼

{% content-ref url="/pages/-MRQX2NTb3uWNrbvTXYf" %}
[Visualiser les données](/ksaar-documentation/laffichage-des-donnees/partie-4-visualiser-les-donnees.md)
{% endcontent-ref %}


---

# 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://ksaar.gitbook.io/ksaar-documentation/les-elements/elements-donnees.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.
