# Request documentation, suggest features, or send feedback

On the Digibee Integration Platform, you can request new documentation or updates on existing documentation, suggest a new feature or provide feedback about your experience with the Platform. Follow the step-by-step below to learn how to submit your feedback within the Platform.

1\. Go to the Digibee Integration Platform homepage.

2\. Click the **question mark icon** in the upper right corner of the screen.

3\. Select the **Send Feedback** option.

4\. You will be redirected to the [Digibee Customer Feedback page](https://digibee.atlassian.net/servicedesk/customer/portal/6).

<figure><img src="/files/ilLmPphZvY0rHaVIeG2x" alt=""><figcaption></figcaption></figure>

You can also request documentation by clicking on the **Request documentation** button on the top right corner of the Digibee Documentation Portal.


---

# 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://docs.digibee.com/documentation/developer-guide/help-and-faq/request-documentation.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.
