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

# Liste des Organisations

Le listing regroupe toutes tes organisations de client.&#x20;

Souviens-toi du cadre : une Organisation est un Client final, donc cette liste est, en pratique, ton portefeuille de clients.&#x20;

C’est ici que tu les repères, que tu entres dans chacune d’elles et que tu exécutes les actions de gestion.

### Colonnes

| Colonne           | Ce qu’elle affiche                                  |
| ----------------- | --------------------------------------------------- |
| ID                | L’identifiant de l’organisation.                    |
| Nom               | Le nom de l’Organisation (le client).               |
| Abonnements       | Le nombre d’abonnements contractés.                 |
| Secteur           | Le secteur du client.                               |
| Contact principal | La personne de contact principal de l’Organisation. |
| Actions           | Le menu (⋮) de chaque ligne.                        |

### Actions de chaque Organisation

| Action                   | Ce que ça fait                                                                                                          |
| ------------------------ | ----------------------------------------------------------------------------------------------------------------------- |
| Modifier                 | Ouvre le profil de l’Organisation pour modifier ses données.                                                            |
| Accéder à l'organisation | Entre dans son panneau et l’active dans le sélecteur.                                                                   |
| Bloquer                  | Restreint l’accès de l’Organisation. Demande une confirmation et constitue une action irréversible.                     |
| Supprimer                | La désinscrit. Demande de saisir SUPPRIMER pour confirmer et exige d’avoir au préalable désabonné tous ses abonnements. |

### Étapes suivantes

* Crée, modifie, bloque ou supprime des organisations dans [How-to.](/fr/platform/organizations/how-to.md)
* Comprends le panneau de chaque Organisation dans [le panneau de l’Organisation.](/fr/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/fr/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.
