# Overview

## What is Teams?

Teams is an IDA add-on that brings Git-based version control to IDA database files, letting multiple reverse engineers collaborate on the same IDB using standard Git workflows. All with native diff and three-way merge built directly into IDA.

{% hint style="success" %}
Since IDA 9.4, Teams runs on **Git as the default backend.** Already on Vault? See the [Migration Guide from Vault to Git](/9.4/add-ons/teams/how-tos/migrating-from-vault-to-git.md).
{% endhint %}

Teams is available as an add-on for supported IDA Pro plans.

## Architecture

### Git repositories (default)

The Git backend removes the need for a dedicated Teams server entirely. Any Git provider your team already uses, like GitHub, GitLab, Bitbucket, or a self-hosted instance, works out of the box. Git-based repositories are the recommended choice for all new Teams projects. Each team member works from a local clone of the repository using their own Git credentials.

### Vault repositories

The legacy Vault backend remains available for existing projects. You can switch it under **Options → General → Teams**.

## Online vs Offline Usage

Teams is designed to support flexible workflows. Users do not need to remain connected to the server at all times and can work offline as needed. A connection is only required when publishing changes so they become available to other team members.


---

# 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/overview.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.
