# Contributing to Kizen Docs

<code class="expression">space.vars.Kizen\_company\_name</code> maintains a portion of its more technical documentation in open-source GitHub repositories. This allows our technical builders such as developers, partners, and the broader <code class="expression">space.vars.Kizen\_company\_name</code> community to improve accuracy, expand examples, and keep documentation aligned with real-world usage.

Not all documentation is open-sourced; some internal or business-specific content remains private to ensure security, compliance, and platform integrity. However, when a page on our documentation site includes the **“Edit on GitHub”** link, that means you can contribute directly.

This guide explains how to submit updates, corrections, or additions to any open-source <code class="expression">space.vars.Kizen\_company\_name</code> documentation.

***

### What You Can Contribute

You can contribute to any documentation that:

* Includes an **Edit on GitHub** link
* Lives in a public <code class="expression">space.vars.Kizen\_company\_name</code> GitHub repo
* Is not part of restricted or internal <code class="expression">space.vars.Kizen\_company\_name</code> content

Typical contributions include:

* Fixing typos or formatting issues
* Adding missing details or clarifying confusing sections
* Contributing new examples or best practices
* Updating code samples to reflect current API behavior
* Improving accuracy for plugin or integration guides

<details>

<summary>Related Topics</summary>

* [Introduction](/docs/readme.md)
* [Intended Audience](/docs/readme/intended-audience.md)
* [Submitting Documentation Updates](/docs/readme/contributing-to-kizen-docs/submitting-documentation-updates.md)
* [Pull Request Review and Publishing Process](/docs/readme/contributing-to-kizen-docs/pull-request-review-and-publishing-process.md)

</details>


---

# 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://developer.kizen.com/docs/readme/contributing-to-kizen-docs.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.
