# Key terms

**Organization** — A central place to manage your annotation teams.

**Tasks** — A labeling task.

**Projects** — A central place to organize related labeling tasks.

**Batches** — The smallest unit of work that can be assigned to a user.

**Orphan Tasks** — Tasks that do not belong to any project.

**Annotation workspace** — The workspace with annotation tools that let's you label your data.

**Annotation guide** — A document describing instructions on how to label the data.

**Track** — A set of shapes on different frames that correspond to the same object.

**Attribute** — An additional property of an annotated object (e.g. color, size etc.).


---

# 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.mindkosh.com/getting-started/key-terms.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.
