# Report a bug or send feedback

Your feedback is essential to help us improve UniDeck! Whether you’ve found a bug, have an idea for a new feature, or just want to share your thoughts, we’d love to hear from you.

#### Report a Bug:

If you encounter any issues while using UniDeck, please follow these steps:

1. **Describe the Issue Clearly:**
   * Include details about what you were trying to do.
   * Mention what went wrong, including any error messages.
2. **Steps to Reproduce (if possible):**
   * List the steps so we can reproduce the problem.
3. **Include Your Environment:**
   * Browser name and version
   * Operating System
   * Any relevant screenshots or screen recordings.

#### Ways to Report:

* **Via Discord:** Post in the `#support` or `#bugs` channel.
* **Email:** Send us an email at <support@unideck.app>.
* **In-App Feedback:** Use the **Feedback button** on your dashboard's user-bar from within UniDeck.

#### Suggest a Feature or Improvement:

We also welcome suggestions for improvements! You can:

* Post in the `#feature-requests` channel on Discord.
* Email your idea to <feedback@unideck.app>.
* Use the in-app feedback form.

We review all submissions carefully. Thank you for helping UniDeck grow!


---

# 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://ainur.gitbook.io/unideck-docs/community/report-a-bug-or-send-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.
