# Robot

Allows managing Robots. The user can create a new Robot, retrieve information about a Robot, update information about a Robot, delete a Robot, return the status of a Robot, and set the status of a Robot.

Table with all available Robot statuses:

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXcPr5P4BIQSMAavEvDSMHQPBjlIv8AtnVpsyc3eYo9dQPCWEvg9UkibyY7AbbTRi9a-MfsaiBVr7jbyiSP6N8eAQ-siSZEOcqW_o9QDYwILnpweFRQTw0DczB-7dsAMKfGwyK2tAw?key=o0FHaGHt8wdv-FpDKfCXmTRa" alt=""><figcaption></figcaption></figure>

Methods:

1. [Creating a new Robot](#user-content-fn-1)[^1]
2. [Retrieving information about a Robot by its GUID](#user-content-fn-2)[^2]
3. [Updating information about a Robot](#user-content-fn-3)[^3]
4. [Deleting a Robot by its GUID](#user-content-fn-4)[^4]
5. [Returning the status of a Robot by its GUID](#user-content-fn-5)[^5]
6. [Setting the status of a Robot by its GUID](#user-content-fn-6)[^6]

[^1]: /api/robot/create

[^2]: /api/robot/read/{guid}

[^3]: /api/robot/update

[^4]: /api/robot/delete/{guid}

[^5]: /api/robot/getStatus/{guid}

[^6]: /api/robot/setStatus


---

# 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.sherparpa.ru/en/sherpa-rpa/sherpa-orchestrator/api/robot.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.
