# Equipo, roles y permisos

### Roles

Orden:

`admin > manager > member > viewer`

* **admin**: settings, equipo, reportes, propuestas.
* **manager**: reportes, equipo, propuestas.
* **member**: crea y edita sus propuestas.
* **viewer**: solo lectura.

### Invitar a alguien

1. Ve a **Team**.
2. Selecciona **Invitar**.
3. Ingresa email.
4. Define rol.

### Cambiar rol o remover

En **Team**, abre el usuario.

Cambia rol o elimina acceso.

{% hint style="warning" %}
Cambiar a **viewer** bloquea edición, pero mantiene visibilidad.
{% endhint %}


---

# 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.cierro.app/administracion/equipo-roles-y-permisos.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.
