# Flaky test management

- [Managing detected flaky tests](https://docs.trunk.io/flaky-tests/management/managing-detected-flaky-tests.md): A step-by-step guide for building an automated process to manage detected flaky tests.
- [Test Labels](https://docs.trunk.io/flaky-tests/management/test-labels.md): Organize and categorize test cases with organization-scoped labels.
- [Pull request comments](https://docs.trunk.io/flaky-tests/management/github-pull-request-comments.md): Flaky Tests provides summary analytics about tests running on Pull Requests
- [Ticketing](https://docs.trunk.io/flaky-tests/management/ticketing.md): Triage your flaky tests faster by creating automatically assigned and labeled tickets in your ticketing system
- [Jira integration](https://docs.trunk.io/flaky-tests/management/ticketing/jira-integration.md): Triage your flaky tests faster by creating automatically assigned and labeled tickets with the Jira integration
- [Linear integration](https://docs.trunk.io/flaky-tests/management/ticketing/linear-integration.md): Triage your flaky tests faster by creating automatically assigned and labeled tickets with the Linear integration
- [Other ticketing platforms](https://docs.trunk.io/flaky-tests/management/ticketing/other-ticketing-platforms.md): Triage your flaky tests faster by manually creating tickets from generated markdown


---

# 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.trunk.io/flaky-tests/management.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.
