> For the complete documentation index, see [llms.txt](https://mazingxr.gitbook.io/mazing-world/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://mazingxr.gitbook.io/mazing-world/project-management/model-feedback.md).

# Model Feedback

## Open The Feedback Modal

Go to the project you would like to give feedback to and click on 'Feedback'.

<figure><img src="/files/T9breKmb44bQG9C9UL4I" alt=""><figcaption><p>Click on Feedback</p></figcaption></figure>

## Add new Feedback

Click '+Add new Feedback' to add a new Feedback card. Fill out the needed details and set the wanted position.

{% hint style="info" %}
You can also add images. The image will be shown right under the feedback text.
{% endhint %}

<figure><img src="/files/oVdPTjBwms2v8pLiV0Uk" alt=""><figcaption><p>Add a new feedback</p></figcaption></figure>

## Send Feedback

After placing all Feedbacks, click on 'Send Feedback'. Your project will be marked as 'Feedback' project for our designers and admins to review.

<figure><img src="/files/wqAVR6UUd5EMwND0oK7P" alt=""><figcaption><p>This indicates an active Feedback</p></figcaption></figure>

## Resolved Feedback

Once the feedback got reviewed, it will be marked as done by our designers. You can find the resolved feedback in your 'Feedback History'. There you can find the information about who resolved your feedback and when it got resolved.

<figure><img src="/files/GDVDsE6wyP7jOU2H8RDa" alt=""><figcaption><p>Feedback will be marked as done</p></figcaption></figure>

<figure><img src="/files/Vk8qHIZtiIeTOMjhGX4e" alt=""><figcaption><p>Feedback info</p></figcaption></figure>


---

# 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://mazingxr.gitbook.io/mazing-world/project-management/model-feedback.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.
