# Grupos de Robots

Permite gestionar Grupos de Robots. El usuario puede crear y gestionar Grupos de Robots, así como gestionar la asociación de Robots con estos Grupos.

Métodos:

1\) [Crear un nuevo Grupo de Robot](#user-content-fn-1)[^1]

2\) [Obtener información sobre el Grupo de Robots por GUID](#user-content-fn-2)[^2]

3\) [Actualizar información sobre el Grupo de Robots por GUID](#user-content-fn-3)[^3]

4\) [Eliminar información sobre el Grupo de Robots por GUID](#user-content-fn-4)[^4]

5\) [Agregar un Robot por GUID al Grupo de Robots por GUID](#user-content-fn-5)[^5]

6\) [Eliminar un Robot por GUID del Grupo de Robots por GUID](#user-content-fn-4)[^4]

[^1]: /api/robotGroup/create

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

[^3]: /api/robotGroup/update

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

[^5]: /api/robotGroup/addRobot


---

# 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/gruppy-robotov.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.
