> 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/docs-pt/platform/organizations/detalles/list.md).

# Listagem de Organizações

A lista reúne todas as tuas organizações de cliente.&#x20;

Lembra-te do enquadramento: uma organização é um cliente final, por isso esta lista é, na prática, a tua carteira de clientes.&#x20;

A partir daqui, localizas-as, entras em cada uma e executas as ações de gestão.

### Colunas

| Coluna             | O que mostra                                   |
| ------------------ | ---------------------------------------------- |
| ID                 | O identificador da organização.                |
| Nome               | O nome da organização (o cliente).             |
| Subscrições        | O número de subscrições contratadas.           |
| Setor              | O setor do cliente.                            |
| Contacto principal | A pessoa de contacto principal da organização. |
| Ações              | O menu (⋮) de cada linha.                      |

### Ações de cada organização

| Ação                 | O que faz                                                                                                                  |
| -------------------- | -------------------------------------------------------------------------------------------------------------------------- |
| Editar               | Abre o perfil da organização para modificar os seus dados.                                                                 |
| Aceder à organização | Entra no seu painel e ativa-a no seletor.                                                                                  |
| Bloquear             | Restringe o acesso da organização. Pede confirmação e é uma ação irreversível.                                             |
| Eliminar             | Dá-a de baixa. Pede para escrever ELIMINAR para confirmar e exige ter dado de baixa previamente todas as suas subscrições. |

### Próximos passos

* Cria, edita, bloqueia ou elimina organizações em [Como fazer.](/docs-pt/platform/organizations/how-to.md)
* Compreende o painel de cada organização em [O painel da organização.](/docs-pt/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/docs-pt/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.
