diff --git a/README.md b/README.md
index f254c7e50..cd618778b 100644
--- a/README.md
+++ b/README.md
@@ -22,11 +22,42 @@ This project is currently under development.
- Dark Mode Support
## Work in progress
+
We're using Github Projects to keep track of issues in progress and todo's. Here is our [Board](https://github.com/vercel/commerce/projects/1)
## Integrations
+
Next.js Commerce integrates out-of-the-box with BigCommerce. We plan to support all major ecommerce backends.
+## Troubleshoot
+
+
+I already own a BigCommerce store. What should I do?
+
+First thing you do is: set your environment variables
+
+
+.env.local
+
+```sh
+BIGCOMMERCE_STOREFRONT_API_URL=<>
+BIGCOMMERCE_STOREFRONT_API_TOKEN=<>
+BIGCOMMERCE_STORE_API_URL=<>
+BIGCOMMERCE_STORE_API_TOKEN=<>
+BIGCOMMERCE_STORE_API_CLIENT_ID=<>
+```
+
+
+
+
+BigCommerce shows a Coming Soon page and requests a Preview Code
+
+After Email confirmation, Checkout should be manually enabled through BigCommerce platform. Look for "Review & test your store" section through BigCommerce's dashboard.
+
+
+BigCommerce team has been notified and they plan to add more detailed about this subject.
+
+
## Contribute
Our commitment to Open Source can be found [here](https://vercel.com/oss).