# FAQ

Quick answers to common questions.

* Stuck on something? Check here first
* Language, currency, passwords—the basics are covered
* Saves you a support call for simple stuff

## Common Questions

* [**Change Language**](/en/settings-and-help/faq/language.change.md) – Switch eSkool to a different language
* [**Change Currency**](/en/settings-and-help/faq/currency.change.md) – Set the currency symbol for fees and payments
* [**Reset Password**](/en/settings-and-help/faq/password.reset.md) – Recover a forgotten password
* [**System Requirements**](/en/settings-and-help/faq/system.requirements.md) – What computers and operating systems work with eSkool
* [**Database Location**](/en/settings-and-help/faq/database.location.md) – Find where your data is stored


---

# Agent Instructions: 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://docs.eskool.fr/en/settings-and-help/faq.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.
