> For the complete documentation index, see [llms.txt](https://developer.kizen.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developer.kizen.com/docs/readme/contributing-to-kizen-docs/pull-request-review-and-publishing-process.md).

# Pull Request Review and Publishing Process

Here is what happens after you submit a PR:

* <code class="expression">space.vars.Kizen\_company\_name</code>’s documentation maintainers review your changes
* They may request revisions or ask follow-up questions
* Once approved, your contributions will be merged
* Within minutes, your update will be published.

You will receive a GitHub notification when the PR is merged.

{% hint style="warning" %}
**Caution:** Not all documentation is open sourced. Pages without an Edit on GitHub link are maintained internally and cannot be edited through GitHub contributions. If you want to propose updates to non-open-source docs, you can submit feedback using the suggestions link on the page or report it through <code class="expression">space.vars.Kizen\_company\_name</code>'s support.
{% endhint %}

### 🙌 Thank You for Contributing

Community contributions help keep our documentation accurate, helpful, and aligned with real developer needs.


---

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

```
GET https://developer.kizen.com/docs/readme/contributing-to-kizen-docs/pull-request-review-and-publishing-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.
