> For the complete documentation index, see [llms.txt](https://nomadia-docs.gitbook.io/products/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://nomadia-docs.gitbook.io/products/toursolver/fr/faq.md).

# FAQ

- [1. Où mes données sont-elles hébergées ?](https://nomadia-docs.gitbook.io/products/toursolver/fr/faq/where-is-my-data-hosted.md)
- [2. Mes données sont-elles sécurisées et confidentielles ?](https://nomadia-docs.gitbook.io/products/toursolver/fr/faq/how-secure-and-confidential-is-my-data.md)
- [3. Combien de temps les optimisations de mes itinéraires sont-elles conservées ?](https://nomadia-docs.gitbook.io/products/toursolver/fr/faq/how-long-are-my-route-optimizations-kept.md)
- [4. Quels navigateurs et systèmes sont compatibles avec TourSolver ?](https://nomadia-docs.gitbook.io/products/toursolver/fr/faq/which-browsers-and-systems-are-compatible-with-toursolver.md)
- [5. Combien de ressources puis-je créer ?](https://nomadia-docs.gitbook.io/products/toursolver/fr/faq/how-many-resources-can-i-create.md)
- [6. Comment prioriser le moins de km possible / le plus de clients planifiés ?](https://nomadia-docs.gitbook.io/products/toursolver/fr/faq/how-to-prioritize-the-fewest-possible-km-the-most-planned-customers.md)
- [7. Quel est le nombre maximum de visites pouvant être importées ou optimisées ?](https://nomadia-docs.gitbook.io/products/toursolver/fr/faq/what-is-the-maximum-number-of-visits-that-can-be-imported-or-optimized.md)
- [8. Qu'est-ce que la liste d'emails envoyés ?](https://nomadia-docs.gitbook.io/products/toursolver/fr/faq/what-is-the-sent-email-list.md)
- [9. Qu'est-ce que la liste SMS envoyés ?](https://nomadia-docs.gitbook.io/products/toursolver/fr/faq/what-is-the-sent-sms-list.md)
- [10. Que sont les modèles de documents dans TourSolver ?](https://nomadia-docs.gitbook.io/products/toursolver/fr/faq/what-are-document-templates-in-toursolver.md)
- [11. Comment envoyer un SMS et un email?](https://nomadia-docs.gitbook.io/products/toursolver/fr/faq/how-to-send-an-sms-and-an-email.md)
- [12. Comment optimiser le géocodage dans TourSolver ?](https://nomadia-docs.gitbook.io/products/toursolver/fr/faq/how-do-i-optimize-geocoding-in-toursolver.md)
- [13. Pourquoi ai-je du temps d'attente dans mon plan de tournée ?](https://nomadia-docs.gitbook.io/products/toursolver/fr/faq/why-do-i-have-waiting-time-in-my-route-plan.md)
- [14. Comment puis-je prioriser certains créneaux horaires ?](https://nomadia-docs.gitbook.io/products/toursolver/fr/faq/how-can-i-prioritize-certain-time-slots.md)
- [15. Comment obtenir une facture ?](https://nomadia-docs.gitbook.io/products/toursolver/fr/faq/how-to-obtain-an-invoice.md)
- [16. Comment modifier mon abonnement ?](https://nomadia-docs.gitbook.io/products/toursolver/fr/faq/how-to-modify-my-subscription.md)
- [17. Quels pays sont couverts par TourSolver ?](https://nomadia-docs.gitbook.io/products/toursolver/fr/faq/which-countries-are-covered-by-toursolver.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://nomadia-docs.gitbook.io/products/toursolver/fr/faq.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.
