# Introduction

<figure><img src="https://1553794111-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FHczBG7NHgAtEe4ql1rXH%2Fuploads%2FyMcxTLw7vH3KM3klVPI3%2Fimage.png?alt=media&#x26;token=8de9c61e-75eb-4b3d-9090-895a7b242b66" alt=""><figcaption></figcaption></figure>

Segments.ai is the training data platform for computer vision engineers and labeling teams. Our powerful labeling interfaces, easy-to-use management features, and extensive API integrations help you iterate quickly between data labeling, model training and failure case discovery.

The documentation is divided into 4 sections:

1. [Tutorials](https://docs.segments.ai/tutorials): end-to-end tutorials where you are guided through a complete project.
2. How-to guides: recipes to solve specific problems relating to
   * [Annotating data](https://docs.segments.ai/how-to-annotate)
   * [Managing data and collaborators](https://docs.segments.ai/how-to-integrate)
   * [Integrating Segments.ai in your workflows and ML pipelines](https://docs.segments.ai/how-to-integrate)
3. [Background](https://docs.segments.ai/background): provides clarifying background knowledge on certain topics.
4. [Reference](https://docs.segments.ai/reference): description of the full Python SDK functionality and input and output formats.


---

# 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.segments.ai/readme.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.
