> For the complete documentation index, see [llms.txt](https://doc.dastra.eu/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc.dastra.eu/~/changes/OdM7a8W4pn3S8n18W72A/features/generalites.md).

# Généralités

- [Filtres avancés](https://doc.dastra.eu/~/changes/OdM7a8W4pn3S8n18W72A/features/generalites/advanced-filters.md): Apprenez comment affiner l'affichage de vos rapport dans les tableaux de données de tous les modules grâce aux filtres avancés
- [Importer vos données (Excel, Csv)](https://doc.dastra.eu/~/changes/OdM7a8W4pn3S8n18W72A/features/generalites/importer-vos-donnees-excel-csv.md)
- [Gestion des tags](https://doc.dastra.eu/~/changes/OdM7a8W4pn3S8n18W72A/features/generalites/tags.md): Les tags vous permettent de classifier les informations dans Dastra de manière simple et intuitive
- [Champs personnalisés](https://doc.dastra.eu/~/changes/OdM7a8W4pn3S8n18W72A/features/generalites/custom-fields.md): Dastra vous donne la possibilité de personnaliser à l'infini vos formulaires
- [Assistant IA](https://doc.dastra.eu/~/changes/OdM7a8W4pn3S8n18W72A/features/generalites/ai-assistant.md): L'assistant IA de Dastra utilise la puissance de l'IA OpenAI GPT-4 pour générer automatiquement des fiches de traitement
- [Modèles email](https://doc.dastra.eu/~/changes/OdM7a8W4pn3S8n18W72A/features/generalites/modeles-email.md): Apprenez à utiliser les modèles de mail et générez des e-mail au contenu dynamique pour communiquer avec vos clients ou collaborateurs
- [Foire aux questions](https://doc.dastra.eu/~/changes/OdM7a8W4pn3S8n18W72A/features/generalites/foire-aux-questions.md)


---

# 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://doc.dastra.eu/~/changes/OdM7a8W4pn3S8n18W72A/features/generalites.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.
