> For the complete documentation index, see [llms.txt](https://docs.atfinity.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.atfinity.io/guides/glossary/tab.md).

# Tab

Tabs appear as a horizontal navigation bar near the top of the Case Manager. A tab helps you group similar [categories](/guides/glossary/information-category.md) and [ontologies](/guides/glossary/ontology.md). That makes it easier to navigate and structure all the [information](/guides/glossary/information.md) of a [case](/guides/glossary/case.md).

Tabs can group information under names like 'Services', 'Parties', 'Investor Profile', and 'Proofs'.

The order in which tabs appear in a case, is determined by the order they have in the configuration.


---

# 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.atfinity.io/guides/glossary/tab.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.
