> For the complete documentation index, see [llms.txt](https://help.glpi-project.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.glpi-project.org/documentation/fr/modules/tabs/notes.md).

# Notes

L'onglet *Notes* fournit un champ de texte libre pour stocker des informations supplémentaires. Les notes sont affichées dans l'ordre de leur création. Vous pouvez également ajouter un document

![View and enter a note](https://github.com/glpi-network/gitbook-fr/blob/main/modules/tabs/images/notes.png)

## Ajouter une note

* Pour ajouter une note, cliquez sur **+Ajouter**
* Vous pouvez ajouter du texte et le formater selon vos besoins
* Vous pouvez ajouter un document à cette note

![Edit a note](https://github.com/glpi-network/gitbook-fr/blob/main/modules/tabs/images/notes-add.png)

## Supprimer une note

* Pour supprimer une note, vous devez cliquer sur **supprimer**
* Vous pouvez supprimer uniquement la pièce jointe en cliquant sur supprimer (l'option apparaît lorsque vous déplacez votre souris sur la pièce jointe)

![delete a note](https://github.com/glpi-network/gitbook-fr/blob/main/modules/tabs/images/notes-delete.png)

{% hint style="success" %}
Lorsque vous supprimez une pièce jointe, elle n'est pas complètement supprimée, vous pouvez la retrouver dans **Gestion** > **Documents**
{% 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:

```
GET https://help.glpi-project.org/documentation/fr/modules/tabs/notes.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
