# Editing This Guide

This guide is built using [GitBook](https://www.gitbook.com/) and is synchronized with the files in the [./contributor-guide](https://github.com/openboxes/openboxes-docs/tree/main/contributor-guide) folder.

If you'd like to add to or modify the documentation in this guide, please do the following:

* [Create a fork](https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/working-with-forks/fork-a-repo) of the [openboxes-docs](https://github.com/openboxes/openboxes-docs) repository
* Directly modify the relevant markdown (.md) files in a branch in your fork
* [Make a pull request](https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request) from your branch into the `main` branch of the openboxes-docs repository.

We'll try to review your change promptly.

If you're a regular contributor to our documentation, you can request to be added to the OpenBoxes GitBook project where you'll be able to edit the documentation using the GitBook GUI, which can be more user-friendly than directly editing markdown files. For access to the GitBook, please send an email to <support@openboxes.com>.


---

# 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://openboxes.gitbook.io/contributor-guide/writing-documentation/editing-this-guide.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.
