# 🔍 Navigation of the Documentation

Our documentation is structured to help you quickly find the information you need. It is divided into several sections, including Getting Started, Core Features, Integration Guides, and Troubleshooting.&#x20;

Each section is further subdivided into detailed topics that cover everything from basic setup to advanced customization options.&#x20;

Use the search function for direct queries, or navigate through the table of contents for a broader exploration.&#x20;

Links to video tutorials and downloadable resources are also available throughout, to enhance your learning experience.

{% hint style="info" %}
Have any advice or feedback on our documentation? Please let us know!
{% 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.coreframework.com/introduction/navigation-of-the-documentation.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.
