# How to Get your Questions Answered on the Plotly Forum

**URL:** https://community.plotly.com/t/how-to-get-your-questions-answered-on-the-plotly-forum/40551
**Category:** Dash Python
**Created:** [June 4, 2020, 1:34am UTC](https://community.plotly.com/t/how-to-get-your-questions-answered-on-the-plotly-forum/40551 "2020-06-04T01:34:07Z")
**Posts on this page:** 11
**Page:** 1

<div class="post-metadata">

### Author: ![adamschroeder](https://sea2.discourse-cdn.com/flex024/user_avatar/community.plotly.com/adamschroeder/32/17280_2.png) [@adamschroeder](https://community.plotly.com/u/adamschroeder)
#### Post date: [June 4, 2020, 1:34am UTC](https://community.plotly.com/t/how-to-get-your-questions-answered-on-the-plotly-forum/40551/1 "2020-06-04T01:34:07Z")

</div>

Your Plotly community members answer a great majority of the questions posted on the forum. However, responders’ time is limited. **To greatly increase your chances of getting _your_ post answered, your questions need to be easy to read and easy to reply to**. This post will illustrate exactly how to do that.

- TL;DR: jump to section WHILE POSTING.

## **BEFORE POSTING:**

1. Often, strange or problematic behaviour has been fixed in the most recent version of `dash` or of `plotly` so always ensure you’re using the latest versions if you can. The latest versions are available from PyPI: [dash · PyPI](https://pypi.org/project/dash/) and [plotly · PyPI](https://pypi.org/project/plotly/)

2. It is very likely that someone has already asked and received an answer to the same question you have. So, before you ask your question, make sure to do a quick search for answers. Use the Plotly Forum to search for answers by typing your question or coding error message inside the “Find” section.

 ![image](https://us1.discourse-cdn.com/flex024/uploads/plot/original/2X/a/afb182af24973e29384ec1f687307ea90847f5fe.png)

1. Put yourself in the shoes of the responders. Read a couple of solved questions and try to understand why these questions received an answer. To search for solved posts, use the “Advanced Search” section after searching for a topic.

 ![image](https://us1.discourse-cdn.com/flex024/uploads/plot/original/2X/4/4e58709168f1124d6a6e24c8b6a723e31e3ec58c.png)

1. Read the [official documentation](https://dash.plotly.com) and use the documentation’s [search features](https://community.plotly.com/t/updated-documentation-looking-for-feedback/36340) instead of relying on 3rd party sources. We update the documentation frequently and the library is frequently updated. When searching on Google, try searching with: `site:dash.plotly.com <your-search-term>`.

## **WHILE POSTING:**

* * *

#### 1. **Be Clear:**

* * *

- Explain what your problem is and what you are trying to solve in clear, concise, and simple English.

- Share the exact wording of your error message and what line of code produced it.

- Include the version numbers and your operating system. For example,

- Check your version against the latest versions [announced in this forum](https://community.plotly.com/tag/announcements) or in the [CHANGELOG](https://github.com/plotly/dash/blob/dev/CHANGELOG.md). If you are on an older version, try upgrading.

- Share a screenshot of your plot if that helps convey the error.

- Before posting your code, use a formatting tool to improve readability ([https://black.vercel.app/](https://black.vercel.app/))

- Always put your code inside Preformatted text. It is very unclear and extremely time-consuming to read code that is not preformatted.

 ![image](https://us1.discourse-cdn.com/flex024/uploads/plot/original/2X/e/e6312c82b749f151137df02049a13d65da4b81b0.png)

* * *

#### 2. **Be Minimal:**

* * *

- Ask one question per post.

- Include simplified, short code by taking out everything that is not related to the problem. Either

- Use dummy data. Many responders are familiar with plotly express dummy datasets, such as `px.data.gapminder()` and `px.data.tips()`. [View the full list of dummy datasets](https://plotly.com/python-api-reference/generated/plotly.express.data.html).

- Or create your own synthetic data. For example,

- Or create a subset of your data, using `head()`.

* * *

#### 3. **Be Reproducible:**

* * *

- Add all the packages/libraries that are needed inside the code.

- Don’t forget to add the data when necessary.

- Test your code to make sure that it can be run by others. When a potential responder copies and pastes your code into their console, they should get the exact same error you got.

## **AFTER POSTING:**

1. Wait! Give the community a day or two to answer your post.

2. If you did not get a reply to your post after waiting, try to update your question so it is coherent and saves more time for potential responders:

3. If you found the solution to your question, make sure to reply to your own post, so the Plotly community can learn from you.

4. If the proposed solution of the community did not work, do not just say “it didn’t work”. Include the new error message that you get and post your updated code.

5. Accept the answer by clicking on the checkbox if you found a solution. This helps others recognize that the problem was “solved”.

6. **Pay it forward! Help others with their questions.**

## Additional Resources:

[![](https://img.youtube.com/vi/Gvdrb5ff3H8/maxresdefault.jpg "How to Get Support from the Plotly Community") ](https://www.youtube.com/watch?v=Gvdrb5ff3H8)

---

<div class="post-metadata">

### Author: ![Emmanuelle](https://sea2.discourse-cdn.com/flex024/user_avatar/community.plotly.com/emmanuelle/32/7853_2.png) [@Emmanuelle](https://community.plotly.com/u/Emmanuelle)
#### Post date: [June 4, 2020, 7:36am UTC](https://community.plotly.com/t/how-to-get-your-questions-answered-on-the-plotly-forum/40551/2 "2020-06-04T07:36:20Z")

</div>



---

<div class="post-metadata">

### Author: ![AnnMarieW](https://avatars.discourse-cdn.com/v4/letter/a/ec9cab/32.png) [@AnnMarieW](https://community.plotly.com/u/AnnMarieW)
#### Post date: [May 25, 2021, 9:11pm UTC](https://community.plotly.com/t/how-to-get-your-questions-answered-on-the-plotly-forum/40551/3 "2021-05-25T21:11:22Z")

</div>

Thanks to @adamschroeder for this great post. It has lots of helpful tips and I think it should be re-posted regularly for people new to the forum 🙂

---

<div class="post-metadata">

### Author: ![joseph.damiba](https://avatars.discourse-cdn.com/v4/letter/j/2acd7d/32.png) [@joseph.damiba](https://community.plotly.com/u/joseph.damiba)
#### Post date: [May 25, 2021, 9:28pm UTC](https://community.plotly.com/t/how-to-get-your-questions-answered-on-the-plotly-forum/40551/4 "2021-05-25T21:28:29Z")

</div>



---

<div class="post-metadata">

### Author: ![trader007](https://sea2.discourse-cdn.com/flex024/user_avatar/community.plotly.com/trader007/32/15543_2.png) [@trader007](https://community.plotly.com/u/trader007)
#### Post date: [November 11, 2021, 7:01pm UTC](https://community.plotly.com/t/how-to-get-your-questions-answered-on-the-plotly-forum/40551/5 "2021-11-11T19:01:31Z")

</div>

Hi, sorry for bothering, if you can just tell me how to post a question on this forum?  
Thanks!

---

<div class="post-metadata">

### Author: ![AnnMarieW](https://avatars.discourse-cdn.com/v4/letter/a/ec9cab/32.png) [@AnnMarieW](https://community.plotly.com/u/AnnMarieW)
#### Post date: [November 11, 2021, 7:35pm UTC](https://community.plotly.com/t/how-to-get-your-questions-answered-on-the-plotly-forum/40551/6 "2021-11-11T19:35:25Z")

</div>

Hi @trader007

I’m happy to help! I see that you just posted a question, so I’ll answer just this for the next person who has the same question.

Once you are signed in, you will see:

 ![image](https://us1.discourse-cdn.com/flex024/uploads/plot/original/3X/9/6/969adfcb0e16f7e97ad178892b917c1dea4d1b06.png)

Click on the `+ New Topic` button on the right hand side and it will bring up a new screen to make your post:

![image](https://us1.discourse-cdn.com/flex024/uploads/plot/original/3X/a/c/acbd923cef4629ed4a7bf77b978d33c371e07bc3.png)

---

<div class="post-metadata">

### Author: ![trader007](https://sea2.discourse-cdn.com/flex024/user_avatar/community.plotly.com/trader007/32/15543_2.png) [@trader007](https://community.plotly.com/u/trader007)
#### Post date: [November 11, 2021, 7:46pm UTC](https://community.plotly.com/t/how-to-get-your-questions-answered-on-the-plotly-forum/40551/7 "2021-11-11T19:46:59Z")

</div>

Thanks, AnnMarieW!

---

<div class="post-metadata">

### Author: ![Bahageel88](https://sea2.discourse-cdn.com/flex024/user_avatar/community.plotly.com/bahageel88/32/22563_2.png) [@Bahageel88](https://community.plotly.com/u/Bahageel88)
#### Post date: [February 3, 2023, 7:17pm UTC](https://community.plotly.com/t/how-to-get-your-questions-answered-on-the-plotly-forum/40551/8 "2023-02-03T19:17:02Z")

</div>

It’s really beneficial piece of advice I am committed to making it a part of raising questions culture in plotly dash community  
Thanks @adamschroeder  
With best regards

---

<div class="post-metadata">

### Author: ![adamschroeder](https://sea2.discourse-cdn.com/flex024/user_avatar/community.plotly.com/adamschroeder/32/17280_2.png) [@adamschroeder](https://community.plotly.com/u/adamschroeder)
#### Post date: [July 12, 2023, 2:13pm UTC](https://community.plotly.com/t/how-to-get-your-questions-answered-on-the-plotly-forum/40551/9 "2023-07-12T14:13:03Z")

</div>



---

<div class="post-metadata">

### Author: ![rajeshp2408](https://avatars.discourse-cdn.com/v4/letter/r/41988e/32.png) [@rajeshp2408](https://community.plotly.com/u/rajeshp2408)
#### Post date: [November 17, 2023, 3:48am UTC](https://community.plotly.com/t/how-to-get-your-questions-answered-on-the-plotly-forum/40551/11 "2023-11-17T03:48:42Z")

</div>

Thanks Adam. Appreciate for putting the information for easier to follow

---

<div class="post-metadata">

### Author: ![adamschroeder](https://sea2.discourse-cdn.com/flex024/user_avatar/community.plotly.com/adamschroeder/32/17280_2.png) [@adamschroeder](https://community.plotly.com/u/adamschroeder)
#### Post date: [November 20, 2023, 4:22pm UTC](https://community.plotly.com/t/how-to-get-your-questions-answered-on-the-plotly-forum/40551/12 "2023-11-20T16:22:29Z")

</div>

Hey everyone,  
Just closed this topic since it was created for the purpose of being a resource and less for the purpose of ongoing discussion.  
If you have any questions, please feel free to open a new Topic.
