> For the complete documentation index, see [llms.txt](https://documentation.iologo.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://documentation.iologo.io/tutos-iologo-pro/seances-et-protocoles/creer-vos-propres-protocoles.md).

# Créer vos propres protocoles

Menu permanent -> Mes Protocoles :

<figure><img src="/files/DAJ1XiCkR1A0LERiZYTt" alt=""><figcaption></figcaption></figure>

### Créer un protocole à partir de zéro

<details>

<summary>Le tuto à déplier ici</summary>

<figure><img src="/files/abDzDDson5EG66QSVEnr" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/UsH5JAZ9V2DdxlIoo3ry" alt=""><figcaption></figcaption></figure>

Lorsque vous avez créé une séance type qui vous convient, vous pouvez la dupliquer :

<figure><img src="/files/9za2lQBve8TbXk3vWm1a" alt="" width="248"><figcaption></figcaption></figure>

Une fois votre première phase terminée, vous pouvez passer aux suivantes : &#x20;

<figure><img src="/files/3Rv0uQyldPahbP0iPprM" alt=""><figcaption></figcaption></figure>

Dès que vous avez terminé, fermez simplement votre protocole :&#x20;

<figure><img src="/files/ic943K3BdfbIZC9dgh8q" alt=""><figcaption></figcaption></figure>

</details>

### Créer un protocole à partir d'un protocole existant

<details>

<summary>Le tuto à déplier ici</summary>

Il vous suffit de dupliquer un protocole, par exemple en partant d'un protocole standard :

<figure><img src="/files/QF8iEoU1jkG98WS4mKSx" alt=""><figcaption></figcaption></figure>

Une copie que vous pouvez modifier apparait dans l'onglet Personnalisé :

<figure><img src="/files/v91DD8iZkK3jU5v6tDbi" alt=""><figcaption></figcaption></figure>

Vous pouvez alors effecter toutes les modifications que vous souhaitez. Dans cet exemple nous supprimons une phase puis renommons ce nouveau protocole :

<figure><img src="/files/EuK09CQJZVJX9eNqxBtQ" alt=""><figcaption></figcaption></figure>

</details>

### Affecter vos protocoles personnalisés à vos patients

Les protocoles que vous avez créé sont disponibles pour tout vos patients :

<figure><img src="/files/MO2k4x4FXIKCeu4Ojz5k" alt=""><figcaption></figcaption></figure>


---

# 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://documentation.iologo.io/tutos-iologo-pro/seances-et-protocoles/creer-vos-propres-protocoles.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.
