# Customer Feedback Channels

Here's the list of supported feedback channels:

**1.** [**The ProdCamp app**](https://app.prodcamp.com/?ref=help)

One of the most used channels is when you type something manually. Whether or not, it's a customer interview, a copy-paste from your notes, or spreadsheets.

**2.** [**Public Roadmap**](/roadmaps/public-roadmap.md)

It's great to be transparent with your audience and let them see what is up next. We enable companies to set up a public roadmap page for each project inside your ProdCamp workspace. Check our own public roadmap page [here](< https://roadmap.prodcamp.com>).

**3.** [**Feature voting portal**](/roadmaps/public-roadmap.md)

Let your customers help you. Create a feature voting portal and collect upvotes on concrete features to understand what is it that your customers expect from you.

**4.** [**Email forwarding**](/feedback-channels/email-forwarding.md)

Just forward an email to a designated mailbox that we provide and it will be added as feedback right inside the app.

{% hint style="info" %}
You can create a nice-looking email handle in your domain (f.e. <feedback@domain.com>) and configure rules to forward all emails to the email address that you can get in ProdCamp settings. Now, all the feedback that is sent to (for example) <feedback@domain.com> will go straight to the app.
{% endhint %}

**5.** [**Google Chrome Extension**](/feedback-channels/google-chrome-extension.md)

It's handy to have the ability to file customer feedback when you're browsing the web and you see something about your product.

Check [this link](https://chrome.google.com/webstore/detail/prodcamp-feedback-collect/mnadfjcojenaibiapciffiphnbkibiki) to download our Chrome Extension from the Google Chrome Webstore.

**6.** [**Intercom Messanger**](/integrations/intercom.md)

Let your customers leave feedback and upvote features right in the Intercom Messanger.

**7.** [**In-App Embeddable Widget**](/widgets/feedback-widget.md)

You can embed an easy-to-use javascript widget inside your app that your users can use to provide feedback right from there!

**8.** [**NPS Widget**](/widgets/nps-widget.md)

Measure how engaged your customers are and how it's changed over time.


---

# 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://help.prodcamp.com/feedback-channels/customer-feedback.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.
