# THE BASICS

- [How does the software work?](https://docs.trest.se/the-basics/how-does-the-software-work.md): General information about how the software is functioning.
- [Bot Actions and Overrides](https://docs.trest.se/the-basics/how-does-the-software-work/bot-actions-and-overrides.md): What are and how does the Bot Action and Overrides work?
- [Settings](https://docs.trest.se/the-basics/how-does-the-software-work/settings.md): What does the settings do and what settings are there?
- [Licensing](https://docs.trest.se/the-basics/how-does-the-software-work/licensing.md): How does the licensing work?
- [How to use the Android/iOS application?](https://docs.trest.se/the-basics/how-to-use-the-android-ios-application.md): How to use the application and what features does it include?


---

# 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.trest.se/the-basics.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.
