> For the complete documentation index, see [llms.txt](https://docs.unitlab.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.unitlab.ai/cli-python-sdk/get-started.md).

# Get started

[Unitlab.ai](https://unitlab.ai/) is a powerful data annotation platform offering various valuable functionalities. You can use the web platform to create projects, upload data samples, create releases, and download labels. Alternatively, you can leverage the Unitlab CLI/Python SDK. With the CLI and SDK, you can programmatically manage projects, upload samples, create and manage releases, and download labels, which is particularly useful when dealing large datasets. The CLI/Python SDK is faster than the web platform and allows you to focus on other important objectives. Choose the method best suits your needs and enjoy a seamless data annotation experience.

{% hint style="info" %}
This **guide** shows you how to use the most common functions of the CLI/Python SDK. See the CLI and Python SDK reference documentation for a list of all the functions.
{% endhint %}

To get started with the [Unitlab.ai](https://unitlab.ai/) CLI/Python SDK, you'll need to install it using pip:

```sh
pip install --upgrade unitlab
```

To proceed further, please refer to the CLI and Python SDK documentation.


---

# 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 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, and the optional `goal` query parameter:

```
GET https://docs.unitlab.ai/cli-python-sdk/get-started.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
