> For the complete documentation index, see [llms.txt](https://docs.hex-rays.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.hex-rays.com/ida-9.3/add-ons/teams/concepts.md).

# Concepts

The Concepts section helps you understand the Teams essentials and system architecture behind Teams.

Start here with the key concepts:

<table data-view="cards"><thead><tr><th></th><th></th></tr></thead><tbody><tr><td><a href="/pages/hH4MF18EKOiuCAaXaWMD">Worklists &#x26; Commits</a></td><td>Understand how to manage and publish changes</td></tr><tr><td><a href="/pages/rhRUqCzkycNFLlJq02gC">Site</a></td><td>Learn about sites, which define how Teams files are mapped, tracked, and filtered</td></tr><tr><td><a href="/pages/8pnoGhs1HLbHqUu34DU6">Teams UI</a></td><td>Overview of Teams UI: description of menu and widgets</td></tr><tr><td><a href="/pages/w3vuyrxFrmNE36iFpqhz">Diffing and Merging</a></td><td>Learn about diff mode, merging steps and more</td></tr><tr><td><a href="/pages/wAI8KC8QmN8u5EtbIIs1">hvignore file</a></td><td>Specify what files should be ignored when adding to Teams server</td></tr><tr><td><a href="/pages/V9akhdY6yQzYJeTmSW9m">Users' permissions</a></td><td>Manage user's permission</td></tr><tr><td><a href="/pages/bcv8Qmn93vtoqhLvnMJ4">Merge Process</a></td><td>Check all details of the steps involved in the merge process</td></tr></tbody></table>


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.hex-rays.com/ida-9.3/add-ons/teams/concepts.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
