# Contributing to this handbook

This handbook is part of the **OuiShare Commons**! It can only be useful if it is a living document, which is taken care of by the community and fed with regular updates. We've chosen Gitbook as the platform for this handbook because it makes it easy to discuss changes and maintain a dynamic document that looks pretty :).

**As a OuiShare contributor, this is your handbook, so** **we encourage you to contribute!**

We look forward to your suggestions & contributions.

## 1. Small changes / comments

If you have comments and suggestions for **small improvements on a specific section of this toolkit**, please **use the comment function** visible with the + that appears on the right hand side when you hover over the text. A Toolkit Maintainer will respond to your proposals as soon as possible.

## 2. Large changes

If you have larger changes and additions and would like **editing access** to this toolkit, send an email to[ **a Toolkit Main**](https://handbook.ouishare.net/glossary)[**tainer**](https://handbook.ouishare.net/glossary), who will add you as a contributor to the OuiShare Handbook Gitbook.

If **you are ready to edit,** please:

* Respect the existing structure of the Toolkit when making changes
* coordinate with the Toolkit Maintainers before making large changes to existing parts, such as restructuring or deleting sections
* let a Toolkit Maintainer know ***after*** you have created a new section

*You have default editing access to this handbook if you are a member of the OuiShare Organization on Github.*


---

# 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.ouishare.net/contributing-to-this-handbook.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.
