# In-Depth Guide

{% hint style="danger" %}

## Quick Start

In the best interest of most users, the In-Depth guide will not cover most of the content that can be found in the [Quick Start](/welcome-navigating-the-docs/quick-start.md) guide again so please make sure to read over the [Quick Start](/welcome-navigating-the-docs/quick-start.md) guide before using this guide as it is full of important and useful information that you will need to know in order to be able to use the rest of the documentation effectively.
{% endhint %}

{% hint style="warning" %}

## Under Development

This portion of the documentation is currently under active development, please stay tuned for updates or ask us any questions you may have on our [Support Server](https://support.goldendev.net). \
\
More information on specific features can be found in the [Guides](/guides.md) section.
{% 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://docs.goldenbot.net/welcome-navigating-the-docs/in-depth-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.
