> 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/faq.md).

# FAQ

- [1. Where is my data hosted?](https://nomadia-docs.gitbook.io/products/faq/where-is-my-data-hosted.md)
- [2. How secure and confidential is my data?](https://nomadia-docs.gitbook.io/products/faq/how-secure-and-confidential-is-my-data.md)
- [3. How long are my Route optimizations kept?](https://nomadia-docs.gitbook.io/products/faq/how-long-are-my-route-optimizations-kept.md)
- [4. Which Browsers and Systems Are Compatible with TourSolver?](https://nomadia-docs.gitbook.io/products/faq/which-browsers-and-systems-are-compatible-with-toursolver.md)
- [5. How Many Resources Can I Create?](https://nomadia-docs.gitbook.io/products/faq/how-many-resources-can-i-create.md)
- [6. How to Prioritize the Fewest Possible km / the Most Planned Customers?](https://nomadia-docs.gitbook.io/products/faq/how-to-prioritize-the-fewest-possible-km-the-most-planned-customers.md)
- [7. What is the maximum number of visits that can be imported or optimized?](https://nomadia-docs.gitbook.io/products/faq/what-is-the-maximum-number-of-visits-that-can-be-imported-or-optimized.md)
- [8. What is the Sent Email List?](https://nomadia-docs.gitbook.io/products/faq/what-is-the-sent-email-list.md)
- [9. What is the Sent SMS List?](https://nomadia-docs.gitbook.io/products/faq/what-is-the-sent-sms-list.md)
- [10. What are Document Templates in TourSolver?](https://nomadia-docs.gitbook.io/products/faq/10.-what-are-document-templates-in-toursolver.md)
- [11. How to send an SMS and an Email?](https://nomadia-docs.gitbook.io/products/faq/11.-how-to-send-an-sms-and-an-email.md)
- [12. How do I optimize geocoding in TourSolver?](https://nomadia-docs.gitbook.io/products/faq/12.-how-do-i-optimize-geocoding-in-toursolver.md)
- [13. Why do I have waiting time in my route plan?](https://nomadia-docs.gitbook.io/products/faq/13.-why-do-i-have-waiting-time-in-my-route-plan.md)
- [14. How can I prioritize certain time slots?](https://nomadia-docs.gitbook.io/products/faq/14.-how-can-i-prioritize-certain-time-slots.md)
- [15. How to obtain an invoice?](https://nomadia-docs.gitbook.io/products/faq/15.-how-to-obtain-an-invoice.md)
- [16. How to modify my subscription?](https://nomadia-docs.gitbook.io/products/faq/16.-how-to-modify-my-subscription.md)
- [17. Which countries are covered by TourSolver?](https://nomadia-docs.gitbook.io/products/faq/17.-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/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.
