# Integrations

Sleuth DORA reaches its full value when it is wired into the tools your team already uses. This section covers every supported integration, grouped by what the integration does for Sleuth.

* [About Integrations...](/sleuth-dora/integrations-1/about-integrations.md) — start here for the conceptual overview.
* [Code integrations (read-only)](/sleuth-dora/integrations-1/code-deployment.md) — source control connectors that feed deploys and commits into Sleuth.
* [Code integrations (write)](/sleuth-dora/integrations-1/code-integrations-write.md) — connectors that let Sleuth write back to source control.
* [Feature flag integrations](/sleuth-dora/integrations-1/feature-flags.md) — LaunchDarkly and others.
* [Impact integrations](/sleuth-dora/integrations-1/impact-sources.md) — error trackers, metric trackers, incident trackers, and CI/CD build trackers.
* [Sleuth DORA App for Slack](/sleuth-dora/integrations-1/slack.md)
* [Microsoft Teams integration](/sleuth-dora/integrations-1/microsoft-teams-integration.md)
* [CI/CD integrations](/sleuth-dora/integrations-1/builds.md) — register deploys directly from your build pipelines.
* [Issue tracker integrations](/sleuth-dora/integrations-1/issue-trackers.md) — Jira, Linear, Shortcut.
* [Fixing broken integrations](/sleuth-dora/integrations-1/fixing-broken-integrations.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://help.sleuth.io/sleuth-dora/integrations-1.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.
