# Post-publication quality control process

Quality control process is a work-in-progress, but is based on the principles of iteration and empowering everyone to write an MVP.

## Empowerment

Everyone in our community, including users, contributors and staff, should feel empowered to contribute minimal documentation that adds to or improves existing content.

Typical barriers to contributing includes:

* Uncertainty of where to add content
* Uncertainty of how to structure the content (paragraphs etc)
* Too many rules and guidelines
* English not first language
* Intimidating comments or feedback
* Limited or no experience in writing documentation

Our quality control process should ensure we reduce or in some cases remove these barriers to empower everyone to contribute to our public web properties.

## Iteration

In addition to empowerement, a second key principle is iteration.

When we iterate, we do the smallest thing possible that adds value, and get it out as quickly as possible. By iterating in partnership with stakeholders, we're quickly listening, understanding, learning, and shipping.

Thus, the quality control process will be focused on post-publication, where updates can be made after the initial version of content has been published.


---

# 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://handbook.mattermost.com/operations/operations/company-processes/publishing/quality-control-process.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.
