# Teams

Collaborative reverse engineering, built into IDA. Work on the same binary with your team, online or offline. Now on Git.

## Basic Resources

<table data-card-size="large" data-view="cards"><thead><tr><th></th><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><h3><strong>Overview</strong></h3></td><td>Short introduction to Teams</td><td></td><td><a href="/pages/Xn3FJCUBdj4rHwKJsj9d">/pages/Xn3FJCUBdj4rHwKJsj9d</a></td></tr><tr><td><h3><strong>Getting Started</strong></h3></td><td>Get up and running with Git-based Teams backend</td><td></td><td><a href="/pages/bBDpHFw9BG2svloUZExI">/pages/bBDpHFw9BG2svloUZExI</a></td></tr><tr><td><h3><strong>Core Concepts</strong></h3></td><td>Understand how Git workflows apply to IDA databases — commits, branches, and merges</td><td></td><td><a href="/pages/b9qMgUy32zGXdp2RGmHK">/pages/b9qMgUy32zGXdp2RGmHK</a></td></tr><tr><td><h3><strong>How-To</strong></h3></td><td>Learn basic Teams operations, such as committing and resolving conflicts</td><td></td><td><a href="/pages/eIiUEUE6el2J3PJalmjH">/pages/eIiUEUE6el2J3PJalmjH</a></td></tr></tbody></table>

## Admin Resources

Running Teams on-premise? The recommended setup is a single Gitea container — lightweight and ready in minutes. See [On-Premise Gitea Server Setup](/9.4/add-ons/teams/admin/git-backend-on-premise-setup.md).


---

# 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.hex-rays.com/9.4/add-ons/teams.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.
