# Robot

Permite gestionar Robots. El usuario puede crear un nuevo Robot, obtener información sobre un Robot, actualizar la información de un Robot, eliminar un Robot, devolver el estado de un Robot y establecer el estado de un Robot.

Tabla con todos los estados disponibles de los Robots:

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

Métodos:

1\) [Creación de un nuevo Robot](#user-content-fn-1)[^1]

2\) [Obtención de información sobre un Robot por su GUID](#user-content-fn-2)[^2]

3\) [Actualización de la información de un Robot](#user-content-fn-3)[^3]

4\) [Eliminación de un Robot por su GUID](#user-content-fn-4)[^4]

5\) [Devolución del estado de un Robot por su GUID](#user-content-fn-5)[^5]

6\) [Establecimiento del estado de un Robot por su 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/es/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.
