> For the complete documentation index, see [llms.txt](https://support.braver.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://support.braver.net/guides/pour-les-administrateurs/modules/creer-un-module.md).

# Créer un module

Afin de configurer différents éléments (bottins, identifiants de ressources, trajectoires et segments) et de les partager à vos différentes unités organisationnelles, vous devez débuter par créer un module.

{% stepper %}
{% step %}

### Assurez-vous d'être dans l'organisation et l'unité organisationnelle souhaitée, si cela s'applique à votre situation.

<div align="left"><figure><img src="/files/OVbI4NzTEWIisMXwvGXs" alt="" width="375"><figcaption></figcaption></figure></div>
{% endstep %}

{% step %}

### Accédez à la page *Modules*.

<div align="left"><figure><img src="/files/K7zCBa53hnWFbHdsXeoe" alt="" width="375"><figcaption></figcaption></figure></div>
{% endstep %}

{% step %}

### Cliquez sur *Créer le module*.

<div align="left"><figure><img src="/files/4Yh2LGCtvq1uShb4x5R4" alt="" width="375"><figcaption></figcaption></figure></div>
{% endstep %}

{% step %}

### Cliquez sur *Créer le module*.

<div align="left"><figure><img src="/files/v1pVL0FZtSMiPme1XbCs" alt="" width="375"><figcaption></figcaption></figure></div>
{% endstep %}

{% step %}

### Le module est créé!

<div align="left"><figure><img src="/files/NekorhQd83eqhktv6IZH" alt=""><figcaption></figcaption></figure></div>
{% endstep %}
{% endstepper %}

{% hint style="info" %}
Si vous avez plusieurs unité organisationnelle et que vous souhaitez leur partager les mêmes ressources, vous pouvez créer un module pour chacun, puis cocher quelles unités organisationnelles peuvent les utiliser.

![](/files/9wNsiLNNcBPeHIlagq0p)
{% endhint %}


---

# 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://support.braver.net/guides/pour-les-administrateurs/modules/creer-un-module.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.
