# Make the Specification Better

## We Need Your Input

To help make this as useful as possible, we would love to improve this document and help others in the OpenHIE community by:

* Iterating on the content that is here and making it more clear, more refined and better! &#x20;
* Suggesting new content that you are working or or that you would like us to work on!&#x20;

### Here are some prompts to help you think about the types of suggestions that might help us provide better content:

1. What can we add or change to help you? &#x20;
2. Are there additional things you need to support your country or implementation? &#x20;
3. Are there additional components or workflows that should be included? &#x20;
4. What are we missing? &#x20;
5. What information do you wish was included?&#x20;

## How to Suggest Additions and Revisions:

1. Go to [Discourse ](https://discourse.ohie.org/c/openhie-feedback/3) &#x20;
2. Select "new topic" button&#x20;
3. Specify the artifact that needs revision.  In this case, it is the "OpenHIE Architecture Specification" and follow the directions to make your suggestion.  Be as specific as possible. &#x20;

Thank you.


---

# 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://guides.ohie.org/arch-spec/dev-1/how-to-provde-input.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.
