> 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/protocole/creer-ses-propres-protocoles.md).

# Créer ses propres protocoles

Menu permanent -> Mes Protocoles :

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

## Créer un protocole à partir de zéro :&#x20;

<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>

## Créer un protocole à partir d'un protocole existant&#x20;

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>

Par exemple vous pouvez supprimer une phase puis renommer ce nouveau protocole :

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

## Affecter vos protocoles personnalisés à vos patients :&#x20;

<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/protocole/creer-ses-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.
