# How to Provide Feedback / Input

## We Want Your Input&#x20;

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;

## 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 Getting Started Guide" and follow the directions to make your suggestion.  Be as specific as possible. &#x20;

Thank you. &#x20;


---

# 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/getting-started/how-to-provide-feedback-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.
