> For the complete documentation index, see [llms.txt](https://code-collective.gitbook.io/launch-flow/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://code-collective.gitbook.io/launch-flow/reference/troubleshooting.md).

# Troubleshooting

| Symptom                                        | What to check                                                                                                                                                                               |
| ---------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| My launch didn't go live at the scheduled time | Confirm the launch shows as *Scheduled* (not draft), check your store's time zone, and review the audit log for a failure entry. A failed payment on a paid plan can also pause scheduling. |
| Prices didn't roll back after the sale         | Auto-rollback requires a Starter or Growth plan and an end time set on the launch. On the Free plan, prices won't revert automatically.                                                     |
| The crossed-out compare-at price isn't showing | This is controlled by your theme. Check that your theme is set to display sale/compare-at prices on the relevant pages.                                                                     |
| A theme or page didn't publish                 | Theme & page publishing is a Growth feature. Confirm you're on Growth and that the target theme/page still exists and wasn't deleted before launch time.                                    |
| I'm not getting email notifications            | Notifications require the Growth plan. Verify your account email is correct and check spam/promotions folders.                                                                              |
| Rollback restored an unexpected price          | The product was likely edited outside Launch Flow while the launch was live, which changed what the snapshot compared against. Make edits through Launch Flow during an active launch.      |

{% hint style="success" %}
**Still stuck?** Email <support@codecollective.io> with your store URL and the name of the launch, and include any audit-log entry around the time of the issue — it helps us resolve things faster.
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://code-collective.gitbook.io/launch-flow/reference/troubleshooting.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
