> For the complete documentation index, see [llms.txt](https://docs.podigee.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.podigee.com/help-center/podigee-hosting/how-do-i-send-feedback-about-content-hub.md).

# How do I send feedback about Content Hub?

Send a bug report, an idea, or a question about Content Hub, and rate a generated result.

Use the **Feedback** button in the Content Hub sidebar. To rate one result, use the rating under the result.

{% tabs %}
{% tab title="Classic view" %}

### Send feedback

The **Feedback** button in the Content Hub sidebar opens a form where you send a bug, an idea, or a question to Podigee. Podigee includes your email address so that it can reply to you.

![Share feedback dialog of Content Hub with the Category select set to Bug, the Your feedback text area, the note about the included email address, and the Send feedback button](https://3783285060-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FD93i0iLsYAqHLne1NyxS%2Fuploads%2Fgit-blob-4ab10639267fe0405da7f1635bb28627b84af5e5%2Fdoc-help-028-classic-feedback-dialog.png?alt=media)

The Feedback button opens this dialog with a category, a text field, and the Send feedback button.

### Rate a result

Under an answer from Ask Podie, a Text Composer result, or an Outline Creator result, you can rate the result as **Helpful** or **Not helpful**. A short reason is optional. You can rate each result once. You cannot rate a result that is still in progress or that failed.

Feedback and ratings are available wherever Content Hub is available on your plan.
{% endtab %}

{% tab title="Podigee workspace" %}
The Podigee workspace does not include Content Hub or its feedback and rating controls yet. Switch to the classic view to send feedback or rate a result.
{% endtab %}
{% endtabs %}


---

# 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.podigee.com/help-center/podigee-hosting/how-do-i-send-feedback-about-content-hub.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.
