> For the complete documentation index, see [llms.txt](https://docs.coraye.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.coraye.com/francais/printer-management.md).

# CALIBRATION

- [Créer un profil à partir d'une mire standard](https://docs.coraye.com/francais/printer-management/creer-un-profil-a-partir-dune-mire-standard.md): Ce tutoriel explique comment créer un profil d'impression en partant d'une mire standard sans étape de calibration.
- [Créer un profil à partir d'une calibration](https://docs.coraye.com/francais/printer-management/create-a-profil-from-a-calibration.md): Ce tutoriel explique comment créer un profil personnalisé avec une étape d'étalonnage.
- [Imprimer une mire RVB](https://docs.coraye.com/francais/printer-management/printing-chart.md): Ne négligez pas les étapes d’impressions de mires! Il peut y avoir des pièges mais rassurez-vous, nous vous avons listé toutes les étapes afin que vous puissiez tout imprimer correctement pendant que
- [Créer un profil icc à partir d'une moyenne de chartes mesurées](https://docs.coraye.com/francais/printer-management/creer-un-profil-icc-a-partir-dune-moyenne-de-chartes-mesurees.md): Créer un profil de caractérisation à partir de mesures réalisées sur un échantillon de plusieurs mires est nécessaire pour caractériser une imprimante ou une presse instable.
- [Personnalisation des chartes](https://docs.coraye.com/francais/printer-management/personnalisation-des-chartes.md): Si le format standard de la mire ne vous convient pas, Coraye vous permet de personnaliser votre charte pour l'adapter à vos besoins.


---

# 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://docs.coraye.com/francais/printer-management.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.
