# Sleuth Documentation

## Sleuth Documentation

- [Welcome to Sleuth Skills](https://help.sleuth.io/sleuth-skills/sleuth-skills.md): Sleuth Skills is where your team creates, reviews, and governs the AI assets — skills, rules, agents, commands, hooks, MCP servers, and Claude Code plugins — that make every engineer more productive.
- [Quick Start Guide](https://help.sleuth.io/sleuth-skills/quick-start.md): Create your first AI asset, install it to a target, and verify it runs. This walkthrough takes about 10 minutes and covers setup, asset types, asset discovery, and asset distribution.
- [Manage](https://help.sleuth.io/sleuth-skills/manage.md): Create, edit, version, and review the AI assets your org publishes — plus the RBAC model that controls who is allowed to do each of those things.
- [RBAC](https://help.sleuth.io/sleuth-skills/manage/rbac.md): How role-based access control works in Sleuth Skills. Covers global admins, team admins, and the change-request flow that reviews edits and installation requests from regular members.
- [Skills](https://help.sleuth.io/sleuth-skills/manage/skills.md): Skills are named capabilities with a prompt, metadata, and optional bundled reference files. The AI client loads a skill when its description matches the user's goal.
- [Rules](https://help.sleuth.io/sleuth-skills/manage/rules.md): Rules are coding standards and guidelines that the client applies based on file type or path. Unlike skills, rules do not wait to be triggered — they're always on when their scope matches.
- [Agents](https://help.sleuth.io/sleuth-skills/manage/agents.md): Agents are autonomous AI workers with a specific goal — reviewing a branch, writing tests, investigating a bug. Published agents become invokable from any installed client.
- [Commands](https://help.sleuth.io/sleuth-skills/manage/commands.md): Commands are explicit slash commands the user types. They are the right tool when you want a named shortcut with predictable behavior, not a description-triggered skill.
- [Hooks](https://help.sleuth.io/sleuth-skills/manage/hooks.md): Hooks are shell commands the client runs in response to lifecycle events — before a prompt, after a tool call, on session exit, and similar.
- [MCP servers](https://help.sleuth.io/sleuth-skills/manage/mcp-servers.md): MCP servers package Model Context Protocol server definitions so the client can launch and talk to them. Use them to give AI clients structured access to internal APIs, databases, and custom tools.
- [Claude Code plugins](https://help.sleuth.io/sleuth-skills/manage/claude-code-plugins.md): Claude Code plugins bundle skills, commands, hooks, and MCP configs into a single installable unit. Use them when a product feature needs all four types deployed together.
- [Distribute](https://help.sleuth.io/sleuth-skills/distribute.md): Once an asset exists, Distribute is where you decide who gets it — your organization, a team, a repository, a bot, or an individual person.
- [Organization](https://help.sleuth.io/sleuth-skills/distribute/organization.md): The root installation target. Every member of your Sleuth Skills vault belongs to exactly one organization; org-scoped installs reach everyone.
- [Teams](https://help.sleuth.io/sleuth-skills/distribute/teams.md): Teams group members, bots, and repositories into a single unit. Installing an asset to a team cascades to every member, every bot, and every repository on the team.
- [Repositories](https://help.sleuth.io/sleuth-skills/distribute/repositories.md): Repository installs attach an asset to a specific git repo. They apply only when sx install runs inside a clone of that repo, writing to the repo's local .claude/ directory.
- [Bots](https://help.sleuth.io/sleuth-skills/distribute/bots.md): Bots are service accounts that can join teams and receive asset installs the same way users do. Use them for CI agents, scheduled loops, and review bots.
- [Personal](https://help.sleuth.io/sleuth-skills/distribute/personal.md): Personal installs apply only to you. Use them to experiment with an asset before sharing it, or for tools that don't make sense for anyone else.
- [Govern](https://help.sleuth.io/sleuth-skills/govern.md): Sleuth Skills keeps an append-only audit log of every install and team change, plus pre-built dashboards that show what your org is actually using.
- [Audit log](https://help.sleuth.io/sleuth-skills/govern/audit-log.md): Every install, uninstall, team change, and asset mutation in Sleuth Skills is recorded in an append-only audit log. Use it for compliance reviews, incident reconstruction, and operational debugging.
- [Usage metrics](https://help.sleuth.io/sleuth-skills/govern/metrics.md): Sleuth Skills ships pre-built dashboards for adoption, usage, and leaderboards. They tell you whether assets are actually being picked up, by whom, and in which repositories.
- [API](https://help.sleuth.io/sleuth-skills/api.md): Sleuth Skills exposes both a REST API and a GraphQL API at app.skills.new. Use them to drive the same actions your engineers take in the web app — authoring assets, resolving installs, downloading bun
- [Authentication](https://help.sleuth.io/sleuth-skills/api/authentication.md): Every Skills.new API call is authenticated and scoped to a single organization. The credential you pass determines whether the caller acts as a user, an org-level service account, or a bot.
- [REST API](https://help.sleuth.io/sleuth-skills/api/rest.md): REST endpoints under /api/skills/ on app.skills.new. These are what sx install, sx update, and CI agents call to resolve and download assets.
- [GraphQL API](https://help.sleuth.io/sleuth-skills/api/graphql.md): The GraphQL API at app.skills.new/graphql is the management surface used by the web UI — assets, bots, profiles, installations, change requests, audit log, and AI metrics.
- [Getting started](https://help.sleuth.io/sleuth-dora/readme.md): You can be up and running with Sleuth in less than 5 minutes. Create an account, connect to a code repository, discovery your DORA performance and start tracking your deploys.
- [Navigating Sleuth](https://help.sleuth.io/sleuth-dora/navigating-sleuth.md)
- [DORA metrics](https://help.sleuth.io/sleuth-dora/accelerate-metrics.md): Sleuth is the most accurate and flexible way to track and improve your team's Accelerate (DORA) metrics
- [Deploy frequency](https://help.sleuth.io/sleuth-dora/accelerate-metrics/deploy-frequency.md)
- [Change lead time](https://help.sleuth.io/sleuth-dora/accelerate-metrics/change-lead-time.md)
- [Change failure rate](https://help.sleuth.io/sleuth-dora/accelerate-metrics/change-failure-rate.md)
- [MTTR](https://help.sleuth.io/sleuth-dora/accelerate-metrics/mttr.md)
- [Interpreting Metrics in Sleuth](https://help.sleuth.io/sleuth-dora/accelerate-metrics/how-we-calculate.md)
- [Deployment tracking](https://help.sleuth.io/sleuth-dora/modeling-your-deployments.md): How to represent your existing deployments in Sleuth
- [Organization](https://help.sleuth.io/sleuth-dora/modeling-your-deployments/organization.md)
- [Labels](https://help.sleuth.io/sleuth-dora/modeling-your-deployments/organization/labels.md)
- [Trends](https://help.sleuth.io/sleuth-dora/modeling-your-deployments/organization/trends.md)
- [Compare](https://help.sleuth.io/sleuth-dora/modeling-your-deployments/organization/compare.md)
- [Search](https://help.sleuth.io/sleuth-dora/modeling-your-deployments/organization/search.md)
- [Status](https://help.sleuth.io/sleuth-dora/modeling-your-deployments/organization/status.md)
- [Projects](https://help.sleuth.io/sleuth-dora/modeling-your-deployments/projects.md)
- [Issue trackers](https://help.sleuth.io/sleuth-dora/modeling-your-deployments/projects/issue-trackers.md)
- [Environments](https://help.sleuth.io/sleuth-dora/modeling-your-deployments/environment-support.md)
- [Code deployments](https://help.sleuth.io/sleuth-dora/modeling-your-deployments/code-deployments.md)
- [Creating a deployment](https://help.sleuth.io/sleuth-dora/modeling-your-deployments/code-deployments/creating-a-deployment.md)
- [How to register a deploy](https://help.sleuth.io/sleuth-dora/modeling-your-deployments/code-deployments/how-to-register-a-deploy.md)
- [Rollbacks](https://help.sleuth.io/sleuth-dora/modeling-your-deployments/code-deployments/rollbacks.md)
- [Automatic tagging](https://help.sleuth.io/sleuth-dora/modeling-your-deployments/code-deployments/tags.md): Automatic tagging for quickly searching through your deploy history
- [Deployment locking](https://help.sleuth.io/sleuth-dora/modeling-your-deployments/code-deployments/deployment-locking.md)
- [Environment drift](https://help.sleuth.io/sleuth-dora/modeling-your-deployments/code-deployments/environment-drift.md)
- [Move code deployments](https://help.sleuth.io/sleuth-dora/modeling-your-deployments/code-deployments/move-code-deployments.md)
- [Search everything](https://help.sleuth.io/sleuth-dora/modeling-your-deployments/code-deployments/search.md)
- [Feature flags](https://help.sleuth.io/sleuth-dora/modeling-your-deployments/feature-flags.md)
- [Manual changes](https://help.sleuth.io/sleuth-dora/modeling-your-deployments/manual-changes.md)
- [Deploys](https://help.sleuth.io/sleuth-dora/modeling-your-deployments/deploy-cards.md)
- [Teams](https://help.sleuth.io/sleuth-dora/modeling-your-deployments/teams.md)
- [Work in Progress](https://help.sleuth.io/sleuth-dora/work-in-progress.md)
- [Goals](https://help.sleuth.io/sleuth-dora/goals.md)
- [Sleuth Automations](https://help.sleuth.io/sleuth-dora/sleuth-automations.md)
- [Automations Marketplace](https://help.sleuth.io/sleuth-dora/sleuth-automations/automations-marketplace.md)
- [Installing Automations](https://help.sleuth.io/sleuth-dora/sleuth-automations/automations-marketplace/installing-automations.md)
- [Installing PR "Update" Automations](https://help.sleuth.io/sleuth-dora/sleuth-automations/automations-marketplace/installing-automations/installing-pr-update-automations.md)
- [Editing and uninstalling Automations](https://help.sleuth.io/sleuth-dora/sleuth-automations/automations-marketplace/editing-and-uninstalling-automations.md)
- [Smart suggestions](https://help.sleuth.io/sleuth-dora/sleuth-automations/automations-marketplace/smart-suggestions.md)
- [Understanding efficacy](https://help.sleuth.io/sleuth-dora/sleuth-automations/automations-marketplace/understanding-efficacy.md)
- [Custom Automations](https://help.sleuth.io/sleuth-dora/sleuth-automations/actions.md)
- [Automations Cookbook](https://help.sleuth.io/sleuth-dora/sleuth-automations/actions/cookbook.md)
- [Webhook Actions](https://help.sleuth.io/sleuth-dora/sleuth-automations/actions/webhook.md)
- [Trigger Build Actions](https://help.sleuth.io/sleuth-dora/sleuth-automations/actions/trigger_build.md)
- [Bitbucket Pipelines](https://help.sleuth.io/sleuth-dora/sleuth-automations/actions/trigger_build/trigger-build-bb-pipelines.md)
- [CircleCI](https://help.sleuth.io/sleuth-dora/sleuth-automations/actions/trigger_build/trigger-build-circleci.md)
- [Github Actions](https://help.sleuth.io/sleuth-dora/sleuth-automations/actions/trigger_build/trigger-build-gh-actions.md)
- [Jenkins](https://help.sleuth.io/sleuth-dora/sleuth-automations/actions/trigger_build/jenkins.md)
- [Slack & Email Notifications](https://help.sleuth.io/sleuth-dora/notifications.md)
- [Auto-verify deploys](https://help.sleuth.io/sleuth-dora/auto-verify-your-deploys.md): Sleuth integrates with your Error and Metrics trackers to automatically verify the health of your deploys
- [Anomaly detection](https://help.sleuth.io/sleuth-dora/auto-verify-your-deploys/anomaly-detection.md)
- [Error impact](https://help.sleuth.io/sleuth-dora/auto-verify-your-deploys/error-impact.md)
- [Metric impact](https://help.sleuth.io/sleuth-dora/auto-verify-your-deploys/metric-impact.md)
- [Ignoring pull requests](https://help.sleuth.io/sleuth-dora/ignoring-pull-requests.md)
- [Slack mission control](https://help.sleuth.io/sleuth-dora/slack-mission-control.md)
- [Approvals](https://help.sleuth.io/sleuth-dora/slack-mission-control/approvals.md)
- [Project notifications](https://help.sleuth.io/sleuth-dora/slack-mission-control/team-notifications.md)
- [Personal notifications](https://help.sleuth.io/sleuth-dora/slack-mission-control/personal-notifications.md)
- [Search Sleuth in Slack](https://help.sleuth.io/sleuth-dora/slack-mission-control/search-sleuth-in-slack.md)
- [Project/Deployment history](https://help.sleuth.io/sleuth-dora/slack-mission-control/project-deployment-history.md)
- [Developer standup](https://help.sleuth.io/sleuth-dora/slack-mission-control/developer-standup.md)
- [Sleuth API](https://help.sleuth.io/sleuth-dora/sleuth-api.md)
- [Deploy Registration](https://help.sleuth.io/sleuth-dora/sleuth-api/deploy-registration.md): Use this endpoint with the POST method to register deploys.
- [Deploy import](https://help.sleuth.io/sleuth-dora/sleuth-api/deploy-import.md): Use this endpoint to import deploys using a CSV file.
- [Manual Change](https://help.sleuth.io/sleuth-dora/sleuth-api/manual-change.md): Use this endpoint with the POST method to register manual changes.
- [Custom Incident Impact Registration](https://help.sleuth.io/sleuth-dora/sleuth-api/custom-incident-impact-registration.md): Use this endpoint with the POST method to register Custom Incident Impact values.
- [Custom Metric Impact Registration](https://help.sleuth.io/sleuth-dora/sleuth-api/custom-metric-impact-registration.md): Use this endpoint with the POST method to register Custom Metric Impact values.
- [Deprecation information](https://help.sleuth.io/sleuth-dora/sleuth-api/deprecation-information.md): Parts of the Sleuth GQL API currently in a deprecated state
- [GraphQL Queries](https://help.sleuth.io/sleuth-dora/sleuth-api/graphql-examples.md): Example GraphQL queries with authentication.
- [GraphQL Mutations](https://help.sleuth.io/sleuth-dora/sleuth-api/graphql-mutations.md): Example GraphQL mutations with authentication.
- [Query batching](https://help.sleuth.io/sleuth-dora/sleuth-api/query-batching.md)
- [Integrations](https://help.sleuth.io/sleuth-dora/integrations-1.md): Connect Sleuth DORA to the rest of your toolchain — source control, CI/CD, issue trackers, observability, chat, and feature flags.
- [About Integrations...](https://help.sleuth.io/sleuth-dora/integrations-1/about-integrations.md)
- [Code integrations (read-only)](https://help.sleuth.io/sleuth-dora/integrations-1/code-deployment.md)
- [Azure DevOps](https://help.sleuth.io/sleuth-dora/integrations-1/code-deployment/azure-devops.md)
- [Bitbucket](https://help.sleuth.io/sleuth-dora/integrations-1/code-deployment/bitbucket.md)
- [GitHub](https://help.sleuth.io/sleuth-dora/integrations-1/code-deployment/github.md)
- [GitLab](https://help.sleuth.io/sleuth-dora/integrations-1/code-deployment/gitlab.md)
- [Custom Git](https://help.sleuth.io/sleuth-dora/integrations-1/code-deployment/custom.md)
- [Terraform Cloud](https://help.sleuth.io/sleuth-dora/integrations-1/code-deployment/terraform-cloud.md)
- [Code integrations (write)](https://help.sleuth.io/sleuth-dora/integrations-1/code-integrations-write.md)
- [Feature flag integrations](https://help.sleuth.io/sleuth-dora/integrations-1/feature-flags.md)
- [LaunchDarkly](https://help.sleuth.io/sleuth-dora/integrations-1/feature-flags/launchdarkly.md)
- [Impact integrations](https://help.sleuth.io/sleuth-dora/integrations-1/impact-sources.md)
- [Error trackers](https://help.sleuth.io/sleuth-dora/integrations-1/impact-sources/errors.md)
- [Bugsnag](https://help.sleuth.io/sleuth-dora/integrations-1/impact-sources/errors/bugsnag.md)
- [Honeybadger](https://help.sleuth.io/sleuth-dora/integrations-1/impact-sources/errors/honeybadger.md)
- [Rollbar](https://help.sleuth.io/sleuth-dora/integrations-1/impact-sources/errors/rollbar.md)
- [Sentry](https://help.sleuth.io/sleuth-dora/integrations-1/impact-sources/errors/sentry.md)
- [Metric trackers](https://help.sleuth.io/sleuth-dora/integrations-1/impact-sources/metrics.md)
- [AppDynamics](https://help.sleuth.io/sleuth-dora/integrations-1/impact-sources/metrics/appdynamics.md)
- [AWS CloudWatch](https://help.sleuth.io/sleuth-dora/integrations-1/impact-sources/metrics/aws-cloudwatch.md)
- [Custom](https://help.sleuth.io/sleuth-dora/integrations-1/impact-sources/metrics/custom.md): User provided impact
- [Datadog](https://help.sleuth.io/sleuth-dora/integrations-1/impact-sources/metrics/datadog.md)
- [Jira metrics (Cloud / Data Center)](https://help.sleuth.io/sleuth-dora/integrations-1/impact-sources/metrics/jira-metrics.md)
- [NewRelic](https://help.sleuth.io/sleuth-dora/integrations-1/impact-sources/metrics/newrelic.md)
- [SignalFx](https://help.sleuth.io/sleuth-dora/integrations-1/impact-sources/metrics/signalfx.md)
- [Incident tracker integrations](https://help.sleuth.io/sleuth-dora/integrations-1/impact-sources/incident-tracker-integrations.md)
- [Blameless](https://help.sleuth.io/sleuth-dora/integrations-1/impact-sources/incident-tracker-integrations/blameless.md)
- [PagerDuty](https://help.sleuth.io/sleuth-dora/integrations-1/impact-sources/incident-tracker-integrations/pagerduty.md)
- [Datadog Monitors](https://help.sleuth.io/sleuth-dora/integrations-1/impact-sources/incident-tracker-integrations/datadog.md)
- [Statuspage](https://help.sleuth.io/sleuth-dora/integrations-1/impact-sources/incident-tracker-integrations/statuspage.md)
- [Opsgenie](https://help.sleuth.io/sleuth-dora/integrations-1/impact-sources/incident-tracker-integrations/opsgenie.md)
- [Jira (Cloud/Data Center)](https://help.sleuth.io/sleuth-dora/integrations-1/impact-sources/incident-tracker-integrations/jira-cloud-data-center.md)
- [FireHydrant](https://help.sleuth.io/sleuth-dora/integrations-1/impact-sources/incident-tracker-integrations/firehydrant.md)
- [Rootly](https://help.sleuth.io/sleuth-dora/integrations-1/impact-sources/incident-tracker-integrations/rootly.md)
- [ServiceNow](https://help.sleuth.io/sleuth-dora/integrations-1/impact-sources/incident-tracker-integrations/servicenow.md)
- [Custom](https://help.sleuth.io/sleuth-dora/integrations-1/impact-sources/incident-tracker-integrations/custom.md)
- [Grafana OnCall](https://help.sleuth.io/sleuth-dora/integrations-1/impact-sources/incident-tracker-integrations/custom/grafana-oncall.md): If you are using Grafana OnCall to manage your alerts, you can use its Outgoing Webhooks feature to send data directly to a Custom Incident Impact Source in Sleuth.
- [CI/CD builds](https://help.sleuth.io/sleuth-dora/integrations-1/impact-sources/build-trackers.md)
- [Azure Pipelines](https://help.sleuth.io/sleuth-dora/integrations-1/impact-sources/build-trackers/azure-pipelines.md)
- [Bitbucket Pipelines](https://help.sleuth.io/sleuth-dora/integrations-1/impact-sources/build-trackers/bitbucket-pipelines.md)
- [Buildkite](https://help.sleuth.io/sleuth-dora/integrations-1/impact-sources/build-trackers/buildkite.md)
- [CircleCI](https://help.sleuth.io/sleuth-dora/integrations-1/impact-sources/build-trackers/circleci.md)
- [GitHub Actions](https://help.sleuth.io/sleuth-dora/integrations-1/impact-sources/build-trackers/github-actions.md)
- [GitLab CI/CD Pipelines](https://help.sleuth.io/sleuth-dora/integrations-1/impact-sources/build-trackers/gitlab-ci-cd.md)
- [Jenkins](https://help.sleuth.io/sleuth-dora/integrations-1/impact-sources/build-trackers/jenkins.md)
- [Sleuth DORA App for Slack](https://help.sleuth.io/sleuth-dora/integrations-1/slack.md)
- [Microsoft Teams integration](https://help.sleuth.io/sleuth-dora/integrations-1/microsoft-teams-integration.md)
- [CI/CD integrations](https://help.sleuth.io/sleuth-dora/integrations-1/builds.md)
- [Azure Pipelines](https://help.sleuth.io/sleuth-dora/integrations-1/builds/azure-pipelines.md)
- [Bitbucket Pipelines](https://help.sleuth.io/sleuth-dora/integrations-1/builds/bitbucket-pipelines.md)
- [Buildkite](https://help.sleuth.io/sleuth-dora/integrations-1/builds/buildkite.md)
- [CircleCI](https://help.sleuth.io/sleuth-dora/integrations-1/builds/circleci.md)
- [Github Actions](https://help.sleuth.io/sleuth-dora/integrations-1/builds/github-actions.md)
- [GitLab CI/CD Pipelines](https://help.sleuth.io/sleuth-dora/integrations-1/builds/gitlab-ci-cd-pipelines.md)
- [Jenkins](https://help.sleuth.io/sleuth-dora/integrations-1/builds/jenkins.md)
- [Issue tracker integrations](https://help.sleuth.io/sleuth-dora/integrations-1/issue-trackers.md)
- [Jira Cloud](https://help.sleuth.io/sleuth-dora/integrations-1/issue-trackers/jira.md)
- [Jira Data Center](https://help.sleuth.io/sleuth-dora/integrations-1/issue-trackers/jira-datacenter.md)
- [Linear](https://help.sleuth.io/sleuth-dora/integrations-1/issue-trackers/linear.md)
- [Shortcut](https://help.sleuth.io/sleuth-dora/integrations-1/issue-trackers/shortcut.md)
- [Fixing broken integrations](https://help.sleuth.io/sleuth-dora/integrations-1/fixing-broken-integrations.md)
- [Settings](https://help.sleuth.io/sleuth-dora/settings.md): Configure your organization, projects, and account — authentication, access tokens, members, billing, notification preferences, and role-based access control.
- [Organization settings](https://help.sleuth.io/sleuth-dora/settings/organization.md)
- [Details](https://help.sleuth.io/sleuth-dora/settings/organization/details.md)
- [Authentication](https://help.sleuth.io/sleuth-dora/settings/organization/signup.md)
- [SAML 2.0 Setup](https://help.sleuth.io/sleuth-dora/settings/organization/signup/saml.md)
- [Okta Configuration](https://help.sleuth.io/sleuth-dora/settings/organization/signup/saml/okta-configuration.md)
- [Azure AD Configuration](https://help.sleuth.io/sleuth-dora/settings/organization/signup/saml/azure-ad-configuration.md)
- [PingIdentity Configuration](https://help.sleuth.io/sleuth-dora/settings/organization/signup/saml/pingid-configuration.md)
- [Access Tokens](https://help.sleuth.io/sleuth-dora/settings/organization/access-tokens.md)
- [Members](https://help.sleuth.io/sleuth-dora/settings/organization/members.md)
- [Team Settings](https://help.sleuth.io/sleuth-dora/settings/organization/team-settings.md)
- [Billing](https://help.sleuth.io/sleuth-dora/settings/organization/billing.md)
- [Project settings](https://help.sleuth.io/sleuth-dora/settings/project.md)
- [Details](https://help.sleuth.io/sleuth-dora/settings/project/details.md)
- [Slack settings](https://help.sleuth.io/sleuth-dora/settings/project/slack-notifications.md)
- [Environment settings](https://help.sleuth.io/sleuth-dora/settings/project/environments.md)
- [Code deployment settings](https://help.sleuth.io/sleuth-dora/settings/project/code-deployments.md)
- [Feature flag settings](https://help.sleuth.io/sleuth-dora/settings/project/feature-flags.md)
- [Impact settings](https://help.sleuth.io/sleuth-dora/settings/project/impact.md)
- [Account settings](https://help.sleuth.io/sleuth-dora/settings/account.md)
- [Account settings](https://help.sleuth.io/sleuth-dora/settings/account/account.md)
- [Notifications settings](https://help.sleuth.io/sleuth-dora/settings/account/notifications.md)
- [Identities settings](https://help.sleuth.io/sleuth-dora/settings/account/identities.md)
- [Role Based Access Control](https://help.sleuth.io/sleuth-dora/settings/access-control.md): Control what members of a Sleuth organization are permitted to do using RBAC (Role-Based Access Control)
- [Resources](https://help.sleuth.io/sleuth-dora/resources.md): Reference material — FAQs, Sleuth TV, purchasing, and about Sleuth.
- [FAQ](https://help.sleuth.io/sleuth-dora/resources/faq.md)
- [Sleuth TV](https://help.sleuth.io/sleuth-dora/resources/sleuth-tv.md)
- [Purchasing](https://help.sleuth.io/sleuth-dora/resources/purchasing.md)
- [About Sleuth...](https://help.sleuth.io/sleuth-dora/resources/about.md): Sleuth is a DevOps tracker with a Python, Django, ES, Postgres, and Fargate stack, running on Terraform Cloud. Made with TLC in San Francisco.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://help.sleuth.io/sleuth-skills/sleuth-skills.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.
