> 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/how-to/how-to-create-an-organization.md).

# Comment créer une Organisation

Chaque Organisation est un Client final auquel vous fournissez un service.&#x20;

Créer une Organisation, c’est l’enregistrer avec ses données pour commencer à travailler avec ce client.&#x20;

Ensuite, vous pourrez personnaliser sa Marque, enregistrer ses utilisateurs et Déployer ses services.

> #### 📘 **Qu’allez-vous obtenir ?**&#x20;
>
> Une Organisation de client créée, avec ses informations d’entreprise, sa langue, son fuseau horaire et son Secteur, prête à fonctionner.

### Avant de commencer

Vous devez être connecté et disposer de l’autorisation de gérer des organisations. Ayez sous la main les données du Client et son adresse.

### 1. Ouvrez la création d’une Organisation

Vous avez deux façons de commencer :

* Dans **Accueil > Organisations**, cliquez sur **Nouvelle organisation**.
* Ou, depuis n’importe quel Écran, ouvrez **Nouveau** dans la barre supérieure et choisissez **Organisation**.

![1re façon de créer une Organisation](/files/39777dce536cc0913548db9b597e800c38a9913b)

<figure><img src="/files/7fa056374f91e321b18b677bfce89a0d43f04c01" alt=""><figcaption><p>2e façon de créer une Organisation</p></figcaption></figure>

### 2. Complétez les données de l’Organisation

Dans l’Écran **Créer une Organisation**, remplissez le **Profil**:

* **Nom de l’Organisation** et **Raison sociale**.
* **Province**, **Ville**, **Adresse** et **Code postal**.
* **Langue** et **Fuseau horaire**.
* **Mode de facturation**.
* **Secteur** — le Secteur d’activité du client.

Si vous le souhaitez, activez **Activer l’envoi de notifications par e-mail**.

![Formulaire d’enregistrement d’une Organisation](/files/74c47951d6f54eeccda2fae048686e6718339fdb)

### 3. Enregistrez

Cliquez sur **Enregistrer** pour créer l’Organisation.&#x20;

Elle apparaîtra dans la liste des **Organisations**, prête à être utilisée.

> #### 👍 **Tout est au vert**
>
> L’Organisation est créée.&#x20;
>
> À partir de là, vous pouvez personnaliser sa Marque, enregistrer ses utilisateurs et Déployer ses services.

### Conclusion

Vous savez maintenant enregistrer une Organisation de client avec ses données. C’est la première étape pour commencer à travailler avec ce client dans Plenit. Pour modifier ses données plus tard (y compris la Raison sociale, le NIF et le Mode de facturation), vous avez [Comment administrer vos organisations.](/fr/platform/organizations/how-to/how-to-manage-your-organizations.md)

### Étapes suivantes

* Appliquez votre Marque à son Portail utilisateur dans[ Comment personnaliser le Portail utilisateur et le Panneau d'administration.](/fr/platform/organizations/how-to/how-to-customize-the-user-portal-and-admin-panel.md)
* Enregistrez ses utilisateurs dans [Comment enregistrer des utilisateurs](/fr/platform/accounts/how-to/how-to-add-users.md).
* Modifiez, bloquez ou supprimez l’Organisation dans [Comment administrer vos organisations.](/fr/platform/organizations/how-to/how-to-manage-your-organizations.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/how-to/how-to-create-an-organization.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.
