> For the complete documentation index, see [llms.txt](https://docs.plenit.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.plenit.com/platform/organizations/detalles/list.md).

# Listado de Organizaciones

El listado reúne todas tus organizaciones de cliente.&#x20;

Recuerda el encuadre: una organización es un cliente final, así que esta lista es, en la práctica, tu cartera de clientes.&#x20;

Desde aquí las localizas, entras en cada una y ejecutas las acciones de gestión.

### Columnas

| Columna            | Qué muestra                                          |
| ------------------ | ---------------------------------------------------- |
| ID                 | El identificador de la organización.                 |
| Nombre             | El nombre de la organización (el cliente).           |
| Suscripciones      | El número de suscripciones contratadas.              |
| Sector             | El sector del cliente.                               |
| Contacto principal | La persona de contacto principal de la organización. |
| Acciones           | El menú (⋮) de cada fila.                            |

### Acciones de cada organización

| Acción               | Qué hace                                                                                                       |
| -------------------- | -------------------------------------------------------------------------------------------------------------- |
| Editar               | Abre el perfil de la organización para modificar sus datos.                                                    |
| Ir a la organización | Entra en su panel y la activa en el selector.                                                                  |
| Bloquear             | Restringe el acceso de la organización. Pide confirmación y es una acción irreversible.                        |
| Eliminar             | La da de baja. Pide escribir ELIMINAR para confirmar y exige haber dado de baja antes todas sus suscripciones. |

### Siguientes pasos

* Crea, edita, bloquea o elimina organizaciones en [How-to.](/platform/organizations/how-to.md)
* Entiende el panel de cada organización en [El panel de la organización.](/platform/organizations/concepts/the-organization-panel.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.plenit.com/platform/organizations/detalles/list.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.
