> For the complete documentation index, see [llms.txt](https://doc.simax.fr/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc.simax.fr/fonctionnelle/production/entretien-et-maintenance-des-machines/planification.md).

# Planification

Il est nécessaire de définir **une durée de marge de planification à l'avance** des entretiens afin qu’ils puissent être planifiés et intégrés dans les **plannings**.\
Pour cela, renseignez la durée dans **Planifier à l’avance de**, accessible via :\
**Paramétrage > Choix des modules et des options, \[\[Production]]**.

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

Dans notre cas, les entretiens doivent par exemple être **planifiés 200 jours à l’avance**.\
Lors de la première utilisation, vous pouvez lancer **manuellement la planification** depuis le menu :\
**Prod > Machines / GMAO > Planification des entretiens machines**.

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

Cette action générera les **opérations de maintenance** dans le **planning** pour tous les entretiens dont la date de prochain entretien est **antérieure à la date Jusqu’au** renseignée en paramètre.

À l’issue du traitement, vous pourrez visualiser, dans **Prod > Planning de production**, les **créneaux bloqués par les opérations de maintenance**.

<div><figure><img src="/files/3ss0Y67u8ke7rrwvcosY" alt=""><figcaption></figcaption></figure> <figure><img src="/files/4u9atFuFt1LOQzofB8c0" alt=""><figcaption></figcaption></figure></div>

Dans **Prod > Ordres de fabrication**, les **ordres de fabrication de maintenance** associés aux opérations de fabrication sont affichés **en vert**.

<figure><img src="/files/6SnPiltjUqQBdYw2pJ9d" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
La planification se fait également **quotidiennement**. Des **automatismes de nuit** permettent de positionner automatiquement les maintenances dans le planning.
{% 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.simax.fr/fonctionnelle/production/entretien-et-maintenance-des-machines/planification.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.
