> For the complete documentation index, see [llms.txt](https://docs.skyone.cloud/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.skyone.cloud/espanol/skyone-console/configuraciones-y-preferencias/invitaciones.md).

# Invitaciones

En "**Invitaciones**" es posible visualizar todas las invitaciones enviadas por la empresa.

### Cómo acceder <a href="#como-acessar" id="como-acessar"></a>

Para acceder, sigue estos pasos:

1. Haz clic en el menú desplegable y luego en "**Gestión de Usuarios**".
2. Luego, haz clic en "**Invitaciones**".

<figure><img src="/files/Wfxmjl7NzR4O0Bh2FqLT" alt=""><figcaption></figcaption></figure>

Las invitaciones se enumeran de la más reciente a la más antigua, con la siguiente información:

* **Correo electrónico**
* **Permisos**
* **Fecha de Envío**
* **Estado**: Muestra el estado actual del usuario:
  * **Registrado**: El usuario aceptó la invitación y se registró.
  * **Pendiente**: Invitación no aceptada aún.
  * **Cancelado**: Invitación suspendida.
  * **Expirado**: Invitación no aceptada dentro del plazo.

#### Búsqueda y Filtro de Invitaciones

* **Búsqueda**: Haz clic en el ícono de lupa para abrir el campo de búsqueda. Ingresa el nombre o correo electrónico del destinatario de la invitación y presiona Enter para localizar.
* **Filtros**: Haz clic en "**Filtros**" para refinar la búsqueda con las siguientes opciones:
  * **Campo de búsqueda:** Ingresa el nombre o correo electrónico del destinatario.
  * **Estado de la invitación:** Selecciona el estado deseado para encontrar invitaciones en situaciones específicas.

Después de llenar o elegir los filtros, haz clic en "**Aplicar**". Si deseas eliminar los filtros, haz clic en "**Limpiar filtros**".

#### Invitar usuario <a href="#convidar-usuario" id="convidar-usuario"></a>

Para invitar a un usuario, [consulta la documentación](/espanol/skyone-console/configuraciones-y-preferencias/gestion-de-usuarios/como-invitar-a-un-usuario-a-la-plataforma.md).


---

# 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.skyone.cloud/espanol/skyone-console/configuraciones-y-preferencias/invitaciones.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.
