> 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/quality-control.md).

# QUALITY CONTROL

- [Print Control](https://docs.coraye.com/quality-control/print-control.md): Quality control is obviously an imperative to guarantee your customers the regularity and reliability of your proofs and your print production.
- [Create a reference for Proof](https://docs.coraye.com/quality-control/create-a-reference-print-control-target.md): Before checking a B.A.T. test, it is necessary to create a "Print Control" .pctrl file corresponding to the type of range to be measured and containing the reference values.
- [Create a reference from a printed Mediawedge](https://docs.coraye.com/quality-control/untitled.md): To produce consistent, high-quality prints, you need to monitor the stability of your printer.The print control module allows you to create your own references.
- [Create a reference from a printed chart](https://docs.coraye.com/quality-control/untitled-1.md): The control of a chart, allows a more precise control or to carry out a selection of the ranges intended to be averaged to characterize the production offset printer e.g.
- [Create a reference from the values of an imported range](https://docs.coraye.com/quality-control/untitled-2.md)
- [Create a reference from a spot color swatch](https://docs.coraye.com/quality-control/create-a-reference-from-a-spot-color-swatch.md): The "Spot Colors" option of the Print Control allows you to check the color reproduction accuracy of a spot color chart on your printer.
- [Control a grayscale](https://docs.coraye.com/quality-control/control-a-grayscale.md): Checking the gray scale allows you to detect any drifts in your printers or to check the quality of a calibration.


---

# 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/quality-control.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.
