# Change Request Process

The standard specification is versioned to allow for bug fixes, continued improvements and further advancements.  If you have a request to change the specification, please email your requests to <request@handhistory.org> and provide the following information:

* Your full name.
* Business name.
* Explanation of the requested change and why it is needed.
* Your proposed modification to the standard specification.

We will review all requests and you will be contacted regardless if your change request was approved or denied.

{% hint style="success" %}
Upon approval of a change request, the specification will be updated to reflect the approved change and the version number of the specification will be increased.
{% endhint %}


---

# 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://hh-specs.handhistory.org/contact-us/change-request-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.
