# Agents

- [Installation](https://docs.supervisely.com/agents/connect-your-computer.md)
- [Linux](https://docs.supervisely.com/agents/connect-your-computer/unix-based.md): Everything you need to know about deploying Supervisely agent on Linux based operating systems
- [Windows](https://docs.supervisely.com/agents/connect-your-computer/windows-wsl.md): Everything you need to know about deploying Supervisely agent on Windows WSL
- [AMI AWS](https://docs.supervisely.com/agents/connect-your-computer/ami.md)
- [Kubernetes](https://docs.supervisely.com/agents/connect-your-computer/installation.md)
- [How agents work](https://docs.supervisely.com/agents/agent.md)
- [Restart and delete agents](https://docs.supervisely.com/agents/add_delete_node.md)
- [Status and monitoring](https://docs.supervisely.com/agents/status.md)
- [Storage and cleanup](https://docs.supervisely.com/agents/agent-storage.md)
- [Integration with Docker](https://docs.supervisely.com/agents/custom-docker-registry.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.supervisely.com/agents.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.
