# Table of Contents

Navigating complex documents consisting of many pages may be challenging for even the most experienced Confluence users. The Table of Contents panel in the page tree now only reveals the internal structure of the content of the individual pages but makes direct navigation to the header section possible too.&#x20;

<figure><img src="/files/CebK1mKsybCcKZQkr0xz" alt="" width="563"><figcaption><p>Open Table of Contents (Headings) for any page</p></figcaption></figure>

Heading structures help get a quick impression of what the page is about and what pieces of content it holds. By clicking any of the headings, the page opens in the heading section.


---

# 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.meta-inf.hu/advanced-content-navigator/cloud-users-guide/panels/table-of-contents.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.
