> For the complete documentation index, see [llms.txt](https://docs.microreact.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.microreact.org/feedback/contact.md).

# Contact the Microreact team

There are multiple ways to contact the team. Whichever method you choose, please ensure that you include as much information as possible to help us understand your situation.

Additionally, **please add @cgps.group to your safe domains and safe senders list** to prevent our responses from going to your spam folder. You may hear back from us via several email addresses @cgps.group.

### In-App feedback link

This feature is accessible on any Microreact page. Navigate to the "burger icon" in the top left corner of any Microreact page. Then select "Send Feedback".

<figure><img src="/files/9PprcSxV9XfwM7Y1Ak38" alt=""><figcaption></figcaption></figure>

You can use the feedback form to contact us or report bugs to the Microreact support team.

Please make sure to include an email address if you wish Microreact support team to contact you.

You can also include a screenshot of the page to highlight bugs.

![](/files/-MYyNUQ2CnEFEIrtn0Xv)

### Secondary method of contact

If you cannot access the form for any reason, please **email** us at <microreact@cgps.group>.

### Information to include

The more information you provide about your situation, the more quickly we can get you a response:

* you & your organisation
* the URL for your Microreact project
* exact error messages
* screenshots (not containing any sensitive information)
* example data (not containing any sensitive information)
* a clear description of the question or problem
* what efforts you've already made toward a solution

### Interested in an on-prem, local installation?

Microreact can be installed behind your firewall to enable you to visualise sensitive data safely.\
To request further information, please email <microreact@cgps.group>.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.microreact.org/feedback/contact.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
