# Robô

Permite gerenciar Robôs. O usuário pode criar um novo Robô, obter informações sobre o Robô, atualizar informações sobre o Robô, excluir o Robô, retornar o status do Robô e definir o status do Robô.

Tabela com todos os status disponíveis dos Robôs:

<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\) [Criação de um novo Robô](#user-content-fn-1)[^1]

2\) [Obtenção de informações sobre o Robô pelo seu GUID](#user-content-fn-2)[^2]

3\) [Atualização de informações sobre o Robô](#user-content-fn-3)[^3]

4\) [Exclusão do Robô pelo seu GUID](#user-content-fn-4)[^4]

5\) [Retorno do status do Robô pelo seu GUID](#user-content-fn-5)[^5]

6\) [Definição do status do Robô pelo seu 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/pt/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.
