# Bugs and Product Feedback

{% hint style="info" %}
Bugs are features or functionality on our platform that don't work as expected. Product Feedback is input shared about a use case or capability that you would like to have that isn't currently available in Thunkable.
{% endhint %}

**We value your feedback! While we cannot implement every request, and sometimes bugs take longer than we’d all like to get resolved, the input we receive from our amazing community of Creators plays a key role in our product roadmap decisions and ongoing platform improvements.**

In an effort to consolidate feedback and reported bugs as much as possible, we are sunsetting the “Issues” section of our Github account, and asking Creators to continue posting in the [Community](https://community.thunkable.com/) (note: please check to see if your request or issue has already been submitted before making a new post):

* [**Share product feedback**](https://community.thunkable.com/c/feedback/40) **using the Feedback category**

  Please share as much detail as possible about your use case and what challenges you've experienced. This will help consider the best possible solutions for all Creators!
* [**Report bugs**](https://community.thunkable.com/c/thunkable/issues-bugs/79) **using the Issues/Bugs category**;&#x20;

  * If you’re on a Pro plan or above, you can also report bugs through the Support option when you’re on a Project page in Thunkable

  Please describe the issue you're experiencing in as much detail as possible, and the steps you took before hitting the issue. Share project copy links and/or screenshots if possible.

If you have previously submitted issues and/or commented on submitted issues on Thunkable's Github account, please know that our Product team has reviewed and considered these submissions and we greatly appreciate your feedback!


---

# 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.thunkable.com/snap-to-place/bugs-and-feature-requests.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.
