> 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.md).

# Production

- [Introduction](https://doc.simax.fr/fonctionnelle/production/introduction.md)
- [Préparation de la production](https://doc.simax.fr/fonctionnelle/production/preparation-de-la-production.md)
- [Article à produire](https://doc.simax.fr/fonctionnelle/production/preparation-de-la-production/article-a-produire.md)
- [Nomenclatures et gammes](https://doc.simax.fr/fonctionnelle/production/preparation-de-la-production/nomenclatures-et-gammes.md)
- [Nomenclature éclatée](https://doc.simax.fr/fonctionnelle/production/preparation-de-la-production/nomenclature-eclatee.md)
- [Création machine de production](https://doc.simax.fr/fonctionnelle/production/preparation-de-la-production/creation-machine-de-production.md)
- [Poste de charge](https://doc.simax.fr/fonctionnelle/production/preparation-de-la-production/poste-de-charge.md)
- [Gestion de la production](https://doc.simax.fr/fonctionnelle/production/gestion-de-la-production.md)
- [Ordre de fabrication](https://doc.simax.fr/fonctionnelle/production/gestion-de-la-production/ordre-de-fabrication.md)
- [Opération de fabrication](https://doc.simax.fr/fonctionnelle/production/gestion-de-la-production/operation-de-fabrication.md)
- [Déclaration de production](https://doc.simax.fr/fonctionnelle/production/gestion-de-la-production/declaration-de-production.md)
- [Entretien et maintenance des machines](https://doc.simax.fr/fonctionnelle/production/entretien-et-maintenance-des-machines.md): Planification et suivi de la maintenance des machines (GMAO)
- [Assignation des entretiens](https://doc.simax.fr/fonctionnelle/production/entretien-et-maintenance-des-machines/assignation-des-entretiens.md)
- [Planification](https://doc.simax.fr/fonctionnelle/production/entretien-et-maintenance-des-machines/planification.md)
- [Sous traitance](https://doc.simax.fr/fonctionnelle/production/sous-traitance.md)
- [Produit sous traité: ordre de fabrication](https://doc.simax.fr/fonctionnelle/production/sous-traitance/produit-sous-traite-ordre-de-fabrication.md)
- [Produit sous traité: , opération de fabrication](https://doc.simax.fr/fonctionnelle/production/sous-traitance/produit-sous-traite-operation-de-fabrication.md)


---

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