# Introduction to Quality Control

We have implemented a Quality Control process that allows us to meet Service Level Agreement (SLA) requirements of our clients. Additionally, we want to identify the skill level of our workforce in order to make staffing decisions. The ultimate aims are:

1. The continuous measurement of data accuracy.
2. Full visibility into the accuracy information.
3. Timely feedback to the CloudWorkers (so that they can learn from their mistakes and improve).
4. A mechanism to encourage CloudWorkers to take the feedback seriously. This mainly includes tying it up with the performance metrics and a reward system.

In order that task data can be pushed to the Microtasking platform, you need to integrate the [Quality Control Task Output API](about:/hc/articles/4402325378193#UUID-c2603c07-e243-cf35-ca9f-1a4bf78a4559).


---

# Agent Instructions: 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:

```
GET https://docs.cloudfactory.com/quality/introduction-to-quality-control.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
