# How can I contribute to GitBook’s Documentation?

Thank you for investing your time in contributing to our documentation! Any contribution you make will be reviewed by our team.

The official developer docs for GitBook are hosted on <https://gitbook.com/docs/>. Our documentation uses one of GitBook's most useful features—[Git Sync](https://gitbook.com/docs/product-tour/git-sync)!

Git Sync allows you to keep your GitBook site up to date with a remote repository either on GitHub or GitLab. In our case we have the our repository `public-docs` synced with <https://gitbook.com/docs/>.

This means that any changes reviewed, approved, and merged into this directory will automatically be deployed!

Head to our repository below to get started.

{% embed url="<https://github.com/GitbookIO/public-docs>" %}


---

# 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://gitbook.com/docs/help-center/further-help/how-can-i-contribute-to-gitbooks-documentation.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.
