> ## Documentation Index
> Fetch the complete documentation index at: https://docs.tracelit.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Integrations

> Connect your code repository so Tracelit can pull source context for root cause and open fix pull requests.

Tracelit links your **code repository** to each site or backend service. When an incident opens, Liter pulls the mapped branch, reasons over the real files that threw, and can open a fix PR for your team to review.

## Code repositories

| Hub                                                                                                                    | Guide                                |
| ---------------------------------------------------------------------------------------------------------------------- | ------------------------------------ |
| <Icon icon="github" /> **GitHub** — Install the Tracelit GitHub App, link a repo, map branches. Fully supported today. | [GitHub](/integrations/github)       |
| <Icon icon="gitlab" /> **GitLab** — Connect GitLab projects for the same source-backed resolution loop.                | [GitLab](/integrations/gitlab)       |
| <Icon icon="bitbucket" /> **Bitbucket** — Connect Bitbucket repositories for workspace pull and fix PRs.               | [Bitbucket](/integrations/bitbucket) |

## What you get after linking

* **Source workspace** — pull the project into the resolution workspace and browse the file that threw
* **Root cause with real context** — Liter reads stack frames against your mapped branch
* **Fix PRs** — proposed diffs open as pull/merge requests you review and merge

Branch mapping and environment gates live in [Utilities](/agentic/utilities). The full AI fix loop is covered in [Resolutions](/agentic/resolutions) and [GitHub PR](/features/github-pr).
