> For the complete documentation index, see [llms.txt](https://docs.platform.softwareone.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.platform.softwareone.com/modules-and-features/helpdesk/feedback/view-feedback.md).

# View feedback

This topic describes how to view a list of feedback items you have submitted, as well as details about a specific feedback item.

### View submitted feedback

To view submitted feedback:

1. Go to **Helpdesk** > **Feedback**.
2. View the list of all submitted feedback items displayed on the page.
3. Review information such as **rating**, **status**, and other fields.

<div data-with-frame="true"><figure><img src="/files/CfdO2xLedT41m7FjpREa" alt=""><figcaption><p>Use the Feedback page to view and manage your submitted feedback.</p></figcaption></figure></div>

### Open feedback details

The feedback details page shows more information for a specific feedback.&#x20;

To view details:

1. Go to **Helpdesk** > **Feedback**.
2. (Optional) Use filters to find the desired feedback.
3. Select the feedback ID to view information, such as the account under which the feedback was created, the individual who created it, and the rating.

<div data-with-frame="true"><figure><img src="/files/s5OXG2H8jFwQfnatKiUD" alt=""><figcaption><p>Use the feedback details page to view additional details.</p></figcaption></figure></div>

4. Use the tabs on the feedback details page to access different types of information:

<table><thead><tr><th width="169">Tab</th><th>Description</th></tr></thead><tbody><tr><td><strong>General</strong></td><td>Shows the subject and description of the feedback.</td></tr><tr><td><strong>Attachments</strong></td><td>Shows all files attached to the feedback. To add more files, select <strong>Add</strong>.</td></tr><tr><td><strong>Notes</strong></td><td>Shows any comments that SoftwareOne added to the feedback.</td></tr><tr><td><strong>Audit trail</strong></td><td>Shows the <a href="/pages/JDfWpNZKSOWvWaQjaRbq">audit trail</a> for the feedback.</td></tr></tbody></table>


---

# 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.platform.softwareone.com/modules-and-features/helpdesk/feedback/view-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.
