> For the complete documentation index, see [llms.txt](https://doc.dialog.beta.gouv.fr/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc.dialog.beta.gouv.fr/creer-des-arretes/saisir-un-arrete/definir-la-periode-dapplication.md).

# Définir la période d'application

Spécifier la période et les jours sur lesquels la restriction s'applique.

1. Indiquez la **date de début** et **fin** de la période.
2. Spécifiez les **jours concernés**. \
   En cliquant sur **Certains jours**, vous pouvez par exemple spécifiez que la restriction s'applique les lundi, mardi et jeudi, vendredi.
3. Optionnel : Définissez les horaires sur les jours concernés par exemple 8h00 à 12h00 et de 14h00 à 18h00

<figure><img src="https://2367827683-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FfoL01RrEWCyl7iclf7l7%2Fuploads%2F0slv5CmYcZ60xCRmwPqn%2FScreenshot%202025-01-17%20at%2017.08.58.png?alt=media&amp;token=83b7b595-97ff-4312-b83d-a700a1be47c9" alt="Capture d&#x27;écran des jours et horaires"><figcaption><p>Capture d'écran des jours et horaires</p></figcaption></figure>

{% hint style="info" %}
Vous pouvez définir des créneaux différents sur d'autres jours en ajoutant des périodes d'applications.&#x20;

Par exemple : samedi et dimanche de 10h00 à 12h00
{% 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://doc.dialog.beta.gouv.fr/creer-des-arretes/saisir-un-arrete/definir-la-periode-dapplication.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.
