# KEYS TO READ THIS GUIDE

This guide is intended to be as user friendly as possible. <br>

* Every time another tool or section of this document is mentioned, it will be a clickable link to get directly to the [related page](/guide/introduction/keys-to-read-this-guide.md).
* On the **left side menu** bar, topics are broken into **chapters** for ease of navigation
* Some **chapters** are further **divided** into specific topics and can be noted by the <kbd>></kbd> symbol to the right of the topic name
* **Pages** are often divided in **subsections** you can access on the **right side**&#x20;
* The built-in **search bar** at the top can be used to look for a specific term or topic.
* Each **keyboard shortcut** is represented with the following style: <kbd>KEYBOARD SHORTCUT</kbd>
* Each **clickable button within the software** is represented with the following style: <kbd><mark style="color:blue;">**UI BUTTON**<mark style="color:blue;"></kbd>&#x20;
* Where applicable, you will find a **Related Mods** section at the bottom of each page.&#x20;
* You will find several **colored notes** for various types of additionnal info:

{% hint style="info" %}
**Additional info - Author's thoughts - Related Mods**
{% endhint %}

{% hint style="warning" %}
**Important info - Easy to miss - Good to know**
{% endhint %}

{% hint style="danger" %}
**Critical info - Bugs**
{% endhint %}

{% hint style="success" %}
**Tips and tricks - Reminders**
{% endhint %}


---

# 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://dungeondraft-encyclopaedia.gitbook.io/guide/introduction/keys-to-read-this-guide.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.
