# Usage

- [Getting Started](https://mobidonia.gitbook.io/mresto/usage/getting-started.md): Learn about the roles
- [Register as an admin](https://mobidonia.gitbook.io/mresto/usage/register-as-an-admin.md)
- [Multilingual menu](https://mobidonia.gitbook.io/mresto/usage/multilingual-menu.md)
- [Set up your site](https://mobidonia.gitbook.io/mresto/usage/set-up-your-site.md)
- [Restaurant subdomain](https://mobidonia.gitbook.io/mresto/usage/restaurant-subdomain.md)
- [Single restaurant](https://mobidonia.gitbook.io/mresto/usage/single-restaurant.md)
- [Translations](https://mobidonia.gitbook.io/mresto/usage/translations.md)
- [Custom CSS](https://mobidonia.gitbook.io/mresto/usage/custom-css.md)
- [Import from CSV](https://mobidonia.gitbook.io/mresto/usage/import-from-csv.md): Enable importing data from Excel files.
- [Custom fields on order](https://mobidonia.gitbook.io/mresto/usage/custom-fields-on-order.md)
- [Project plugins](https://mobidonia.gitbook.io/mresto/usage/project-plugins.md)


---

# 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://mobidonia.gitbook.io/mresto/usage.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.
