# How to Provide Feedback on the SureCloud Platform

You can send feedback from anywhere in SureCloud using the Help Centre.

{% stepper %}
{% step %}

### Open the Help Centre

Select **Share Your Feedback** in the bottom-right corner of the page.
{% endstep %}

{% step %}

### Describe your feedback

Enter your suggestion or comment in the text box.

Be specific about the page, workflow, or issue.

Example: `I need more application data on this page.`
{% endstep %}

{% step %}

### Submit it

Select **Submit** to send your feedback.

Your feedback is logged automatically.
{% endstep %}

{% step %}

### What happens next

The product team reviews all feedback.

They may follow up if they need more detail.
{% endstep %}
{% endstepper %}


---

# 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://surecloud.gitbook.io/surecloud-docs/documentation/quick-start/how-to-provide-feedback-on-the-surecloud-platform.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.
