> For the complete documentation index, see [llms.txt](https://docs.rayon.design/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.rayon.design/french/documentation/models-and-team-management/organizations.md).

# Les organisations

Rayon est idéal pour les **équipes** qui aiment **collaborer**.

À cette fin, **Rayon** offre aux **organisations** un moyen simple de partager des [**espaces de travail**](/french/documentation/models-and-team-management/workspaces.md), des **dessins** et des **bibliothèques,** tout en s'assurant que chacun dispose d'un accès approprié.

Pour savoir comment créer une organisation, [veuillez consulter notre page sur le sujet](/french/documentation/rayons-basics/signing-up.md)

## Rôles <a href="#h_09b97c1849" id="h_09b97c1849"></a>

Les membres peuvent avoir **4 rôles différents** dans une organisation...

<table><thead><tr><th width="146.17578125">Rôle</th><th width="142.39453125" data-type="checkbox">Voir les dessins</th><th width="141" data-type="checkbox">Editer le dessin</th><th width="172" data-type="checkbox">Publier une librairie</th><th data-type="checkbox">Modifier l'organisation</th></tr></thead><tbody><tr><td><strong>Propriétaire</strong></td><td>true</td><td>true</td><td>true</td><td>true</td></tr><tr><td><strong>Administrateur</strong></td><td>true</td><td>true</td><td>true</td><td>true</td></tr><tr><td><strong>Éditeur</strong></td><td>true</td><td>true</td><td>false</td><td>false</td></tr><tr><td><strong>Visionneuse</strong></td><td>true</td><td>false</td><td>false</td><td>false</td></tr></tbody></table>

Prêt à inviter vos coéquipiers dans votre organisation ?  [Accédez aux paramètres de votre organisation.](https://www.rayon.design/app/account/profile)

## Facturation <a href="#h_09b97c1849" id="h_09b97c1849"></a>

À tout moment, le **propriétaire** de l'organisation peut...

* Mettre à jour le plan de leur **organisation.** [En savoir plus sur les prix de Rayon](https://www.rayon.design/pricing)
* Mettre à jour l'**adresse de facturation**
* Télécharger les **factures**

Prêt à mettre en place la facturation de votre organisation ? [Accédez aux paramètres de votre organisation.](https://www.rayon.design/app/account/profile)

Pour plus d'informations étape par étape, regardez notre tutoriel sur la façon de travailler en tant qu'organisation dans Rayon :

{% embed url="<https://www.youtube.com/watch?index=17&list=PL2mYb69TvSpw4sO2nADaUQpYXbzMe_z59&v=b5tDNGqXWfQ>" %}

### Nous sommes toujours disponibles !

N'hésitez pas à nous envoyer un courriel à <support@rayon.so>.


---

# 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.rayon.design/french/documentation/models-and-team-management/organizations.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.
