> For the complete documentation index, see [llms.txt](https://docs.agenatrader.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.agenatrader.com/introduction/education-mode.md).

# Education Mode

For a new user in AgenaTrader, and all those who want to learn more, or need information about a functionality quickly, we implemented an Education Mode feature. It helps in understanding each function in AgenaTrader even faster and better. It provides quick access to Wiki without using a browser.

When you hover on each feature, a short text tooltip will be shown:

![](https://docs.agenatrader.com/~gitbook/image?url=https%3A%2F%2F2805764894-files.gitbook.io%2F%7E%2Ffiles%2Fv0%2Fb%2Fgitbook-legacy-files%2Fo%2Fassets%252F-MKZSsJBtSP9L4sqIe_q%252F-MPhn7zlMCA093nNUSJf%252F-MPi4JCJyG11O-3qISX0%252Feducation.png%3Falt%3Dmedia%26token%3D6824e86f-5c8a-41de-86ee-8fdca33631be\&width=768\&dpr=4\&quality=100\&sign=28745e35\&sv=1)

In order to switch to Education Mode please click on <img src="/files/AX1Knr6DpUKtm3peOX0k" alt="" data-size="line"> button on the main toolbar. Once done, a Bulb button will appear next to each function name.

Clicking on this button will lead to an explanation of the function Wiki article in a small extra window.

<figure><img src="/files/MICflVhKoFGEdPAuU05K" alt=""><figcaption></figcaption></figure>

If several articles describe function, you may navigate through them via buttons:

<figure><img src="/files/RW6EFTBkZ39kOC9kyqRs" alt=""><figcaption></figcaption></figure>

To deactivate **Education Mode**, simply click on the Icon in the main toolbar again.


---

# 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://docs.agenatrader.com/introduction/education-mode.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.
