> ## Documentation Index
> Fetch the complete documentation index at: https://bruno-a6972042-docs-api-docs-split-more-menu-ryan.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Collaboration in Bruno

Bruno's superpower is the ability to collaborate natively using version control systems like [Git](https://en.wikipedia.org/wiki/Git), [CVS](https://en.wikipedia.org/wiki/Concurrent_Versions_System), etc, and platforms like GitHub, Gitlab, Bitbucket, etc. This gives you and your teammates confidence that a collection is current, and provides benefits of co-location if you choose to store collections directly alongside your source code.

The process of collaborating on a Bruno collection is more or less the same in all of the above-mentioned platforms. For beginners, you can take a look at this tutorial on version control [here](https://git-scm.com/book/en/v2/Getting-Started-First-Time-Git-Setup).

There are two ways to collaborate via native Git in Bruno:

1. Using the terminal or command line to execute Git commands
2. Using Bruno's GUI-based Git functionality

<Info>
  **Bruno 3.0.0+**: Core Git UI features (init, view diffs, check for updates,
  pull, clone) are now available in the free version. Advanced features like
  commit, push, branching, and merge conflict resolution require Pro or Ultimate
  editions.
</Info>

These approaches are documented separately for ease of access. So let's dive into the next section.

<CardGroup cols={2}>
  <Card title="Git Strategies" icon="map" href="/git-integration/git-strategies">
    Choose how collections and code live together — co-located with your source
    or in a dedicated repository.
  </Card>

  <Card title="Git Providers" icon="code-branch" href="/git-providers/overview">
    Provider-specific setup guides, starting with GitHub.
  </Card>

  <Card title="Fetch in Bruno Button" icon="download" href="/git-integration/embed-bruno-collection">
    Embed a button in your README so anyone can open your workspace or
    collection in Bruno.
  </Card>

  <Card title="Collaboration via GUI" icon="window" href="/git-integration/using-gui/intro">
    Bruno's built-in Git interface — init, diff, pull, commit, and more without
    leaving the app.
  </Card>

  <Card title="Collaboration via CLI" icon="terminal" href="/git-integration/using-cli">
    Version and share collections with plain Git commands from the terminal.
  </Card>

  <Card title="GitLab" icon="gitlab" iconType="brands" href="/git-integration/gitlab">
    Collaborate on collections in GitLab repositories.
  </Card>

  <Card title="Bitbucket" icon="bitbucket" iconType="brands" href="/git-integration/bitbucket">
    Collaborate on collections in Bitbucket repositories.
  </Card>

  <Card title="Azure DevOps" icon="microsoft" iconType="brands" href="/git-integration/azure-devops">
    Collaborate on collections in Azure DevOps repositories.
  </Card>
</CardGroup>
