> For the complete documentation index, see [llms.txt](https://docs.docbits.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.docbits.com/end-user-and-partner-section/end-user-section/sitemap.md).

# Sitemap

The Sitemap is the full, searchable index of everything DocBits exposes — every page, dialog, sidebar entry, action, and in-page feature, grouped by category. It is the long-form companion to [Global Quick Search](/end-user-and-partner-section/end-user-section/global-quick-search.md).

## How to access

Open the Sitemap from the sidebar (entry near the bottom), or press <kbd>Cmd</kbd>/<kbd>Ctrl</kbd> + <kbd>K</kbd> and choose **View all results**. The direct URL is `/sitemap`.

<figure><img src="/files/acXoDXwiEr7Aaqk9tGd0" alt="Sitemap overview"><figcaption><p>Sitemap with category overview and search header.</p></figcaption></figure>

## Browsing the catalog

The Sitemap is grouped into categories that mirror the structure of the app — Settings, Document Processing, Workflow, Validation, and so on. Each category lists its pages, then its in-page features grouped by subcategory.

Entries are colour-coded by type:

* **Page** — a full navigable route.
* **Dialog** — a modal opened from somewhere in the app.
* **Sidebar / Panel / Menu** — a navigation surface or contextual panel.
* **Action** — a button or shortcut that performs something without navigating.

Click any entry to jump straight to it. Entries that need a parameter (such as a document type or document ID) include an inline selector — choose the value before clicking through.

## Searching and filtering

The sticky header at the top of the page hosts the search box and the filter pills. Type a few characters to live-filter the list across labels and descriptions. Use the type pills to narrow to a single entry type — for example, only **Dialog** entries.

The current search and filter are added to the URL, so a filtered view can be bookmarked or shared.

The Sitemap respects the same permission gating as the rest of DocBits. Pages you cannot access do not appear.

## Developer mode

A **User / Dev** toggle in the header turns on extra detail used by partner developers:

* The internal route path for each entry.
* Parameter tags (`:docType`, `:docId`, deep-link keys).

Developer mode is remembered in your browser. Switch back to User mode for the regular reading view.

## Back-to-top

The Sitemap is long. Once you scroll past the first screen, a back-to-top button appears in the bottom right corner.


---

# 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:

```
GET https://docs.docbits.com/end-user-and-partner-section/end-user-section/sitemap.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.
