# Getting started

- [How to import](https://docs.supervisely.com/getting-started/how-to-import.md): Explore various import methods on the Supervisely Platform, including importing different formats and modalities, importing from the cloud or via Ecosystem apps.
- [How to annotate](https://docs.supervisely.com/getting-started/how-to-annotate.md): Learn how to use labeling toolboxes, create you first annotations and a little bit more
- [How to invite team members](https://docs.supervisely.com/getting-started/invite-member.md): Learn how to connect more people to your team and do things together
- [How to connect agents](https://docs.supervisely.com/getting-started/connect-your-computer.md): Learn how to run model training or heavy processing on any computer in a single click
- [How to train models](https://docs.supervisely.com/getting-started/how-to-train-models.md): Learn how to use Supervisely Apps to train custom AI models, deploy them on your GPU and use in the labeling toolboxes


---

# 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.supervisely.com/getting-started.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.
