# Label sequences of data

Segments.ai allows you to upload [a sequence](/background/sequences.md) of data as one [sample](/background/main-concepts.md#sample). This way, a single labeler can efficiently label a whole sequence of data. This workflow also allows you to obtain consistent IDs across frames, which is useful for tracking applications. To speed up labeling, you can use keyframe interpolation.

This section contains how-to guides explaining these features in more detail:

* [Use track IDs in sequences](/how-to-annotate/label-sequences-of-data/use-track-ids-in-sequences.md)
* [Use keyframe interpolation](/how-to-annotate/label-sequences-of-data/use-keyframe-interpolation.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://docs.segments.ai/how-to-annotate/label-sequences-of-data.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.
