> For the complete documentation index, see [llms.txt](https://docs.videsk.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.videsk.io/es-dashboard/gestion-del-dashboard/usuarios.md).

# Usuarios

Gestione usuarios de la cuenta de empresa como agentes y monitorea su estado de conexión.

{% embed url="<https://www.loom.com/share/1a71bc541fd84438bebcf593acac41f5>" %}

## Crear un agente

Para crear un nuevo agente, debes presionar el botón celeste (+) en la parte superior derecha del reporte, tal como indica la imagen a continuación:

![](/files/-MfshiPkZFgleimgQFGb)

Posteriormente debes completar los campos disponibles en la ventana emergente. Por defecto los permisos otorgados a estos usuarios son de agentes.

![](/files/-MfsiInZePeHmSB11isG)

{% hint style="info" %}
**Si no se activa la sección de crear una contraseña**, se le enviará directamente al usuario un correo electrónico con un link para activar su cuenta y crear una contraseña.
{% endhint %}

{% hint style="danger" %}
No olvides guardar los cambios haciendo click en el botón **Crear agente**
{% endhint %}

## Editar un agente

Para editar la información de un agente debes seleccionar el botón **editar** que se encuentra al lado derecho de cada registro.

![](/files/-MfyCWsViD9jq0VZ1Dv0)

Una vez presionado, se levantará una ventana emergente donde será posible editar los datos del agente. Ya editados selecciona el botón **Editar** **agente** para guardar los cambios.

![](/files/-MftjS-SRhjkom6yEzJc)

{% hint style="danger" %}
No olvides guardar los cambios haciendo click en el botón **Editar agente**
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.videsk.io/es-dashboard/gestion-del-dashboard/usuarios.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
