> For the complete documentation index, see [llms.txt](https://help.dscout.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.dscout.com/privacy-and-feedback/submitting-product-feedback.md).

# Submitting product feedback

Have thoughts on how we can improve Dscout? You can send them our way directly from the Dscout platform.

**To submit product feedback:**

{% stepper %}
{% step %}
In the sidebar navigation menu, click **Help & feedback**.

![](/files/20f7b81674f37343923daf33b28f696f8d351096)
{% endstep %}

{% step %}
Select **Give us feedback**. A feedback form is displayed.

![](/files/b841a9dd47cdf496faa4914cfbb6895de5eee1fd)
{% endstep %}

{% step %}
Complete the form with your thoughts. Feel free to include a link to your mission or screener, and any screenshots you feel might be relevant.

<div align="left"><img src="/files/30b2d13ce34c8df9620e4c35163200143a20d84f" alt="" width="375"></div>
{% endstep %}

{% step %}
Click **Submit feedback**.
{% endstep %}
{% endstepper %}

Now, your submission is sent to our User Experience team who will review and synthesize your feedback.

{% hint style="info" %}
**Note:** This feature is not intended to be a contact form. If you have a question about our products or are experiencing technical issues, please reach out to Dscout's Support team by instead selecting **Get help** from the **Help & feedback** menu or by email at <support@dscout.com>.
{% endhint %}


---

# 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://help.dscout.com/privacy-and-feedback/submitting-product-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.
