> 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/faq.md).

# FAQ

<details>

<summary>Does Launch Flow use discount codes?</summary>

No. Launch Flow changes the actual listed price of your products, so the sale price shows everywhere automatically and customers don't need to enter a code at checkout. It can also display the original price as a crossed-out compare-at amount.

</details>

<details>

<summary>What happens to my original prices?</summary>

Before any change goes live, Launch Flow saves a snapshot of your original prices. With auto-rollback (Starter and Growth), those originals are restored automatically when your promotion's end time arrives.

</details>

<details>

<summary>Do I need to keep my browser open or stay logged in for a launch to fire?</summary>

No. Launches run on schedule on the server side. Once a launch is scheduled, it fires at the chosen time whether or not you're logged in or have the app open.

</details>

<details>

<summary>Can I schedule more than one launch at a time?</summary>

The Free plan allows one scheduled event at a time. Starter allows up to 10, and Growth allows unlimited scheduled events.

</details>

<details>

<summary>Will the sale price show on collection pages and search, not just product pages?</summary>

Yes. Because Launch Flow changes the real product price, the new price appears anywhere the product is shown. The crossed-out compare-at price displays wherever your theme is configured to show sale pricing.

</details>

<details>

<summary>What time zone are schedules in?</summary>

Schedules follow your store's configured time zone. Double-check your store time zone in your Shopify admin settings before scheduling a time-sensitive launch.

</details>

<details>

<summary>Can I cancel or edit a scheduled launch before it goes live?</summary>

Yes. While a launch is still in the *Scheduled* state you can edit its details or cancel it from the dashboard.

</details>

<details>

<summary>What happens if I uninstall the app?</summary>

Scheduled launches will no longer run after uninstall. If you uninstall while a sale is live, restore your original prices first (or let the rollback complete) so products aren't left at sale prices. Per the privacy policy, your data is removed within 30 days of uninstallation.

</details>


---

# 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/faq.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.
