> For the complete documentation index, see [llms.txt](https://docs.supervisely.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.supervisely.com/getting-started/connect-your-computer.md).

# How to connect agents

{% hint style="info" %}
This 5-minute tutorial is a part of introduction to Supervisely series. You can complete them one-by-one, in random order, or jump to the rest of the documentation at any moment.

* [How to import](/getting-started/how-to-import.md)
* [How to annotate](/getting-started/how-to-annotate.md)
* [How to invite team members](/getting-started/invite-member.md)
* How to connect agents **(you are here)**
* [How to train models](/getting-started/how-to-train-models.md)
  {% endhint %}

Supervisely Agent is a tiny docker container that allows you to connect your computational resources (cloud server or PC) to the platform. You can run any task from web interface (for example Neural Network training/inference/deploy). Running tasks with GPU will enhance performance and efficiency for your computer vision and deep learning projects.

After you run Agent on your computer, Agent will automatically connect your server to Supervisely platform. You will see this information on the "Team Cluster" page.

<figure><img src="/files/YzVgjQNqXZ9RlcVy4CgT" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
Only you and your team members have access to your agents. So only tasks that you explicitly started yourself run on them. We will never use your nodes for our own benefit or the benefit of other users.
{% endhint %}

<table data-view="cards"><thead><tr><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>Installation Linux</strong></td><td>Everything you need to know about deploying Supervisely agent on Unix-based operating systems.</td><td><a href="/pages/lSHXH2eHBOkzuvBj8IZU">/pages/lSHXH2eHBOkzuvBj8IZU</a></td></tr><tr><td><strong>Installation Windows</strong></td><td>Everything you need to know about deploying Supervisely agent on Windows WSL.</td><td><a href="/pages/MHMZN2d5GzCfd3f0pEWY">/pages/MHMZN2d5GzCfd3f0pEWY</a></td></tr><tr><td><strong>Installation AMI AWS</strong></td><td>If, for some reason, your computer doesn't meet the requirements, hardware (no GPU) or software (no CUDA or nvidia-docker), there is a quick way to try training &#x26; inference with Supervisely on Amazon EC2.</td><td><a href="/pages/0iVl6TX1AR0ACLPHpUqP">/pages/0iVl6TX1AR0ACLPHpUqP</a></td></tr><tr><td><strong>Installation Kubernetes</strong></td><td>Follow these steps to deploy Supervisely in Kubernetes cluster</td><td><a href="/pages/GTZ7wYT3N8fQTfFrrkl1">/pages/GTZ7wYT3N8fQTfFrrkl1</a></td></tr></tbody></table>


---

# 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:

```
GET https://docs.supervisely.com/getting-started/connect-your-computer.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.
