> For the complete documentation index, see [llms.txt](https://help.prismaio.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.prismaio.com/module-guides.md).

# Module Guides

- [Footsites (North America)](https://help.prismaio.com/module-guides/footsites-north-america.md)
- [Footsites (USA) Automation SKU List](https://help.prismaio.com/module-guides/footsites-north-america/automation-sku-list.md)
- [Gift Cards](https://help.prismaio.com/module-guides/footsites-north-america/gift-cards.md): The purpose of using gift cards to checkout on footsites is to avoid credit card processing which in turn should help reduce PV (payment verification).
- [FLX Accounts](https://help.prismaio.com/module-guides/footsites-north-america/flx-accounts.md): Using FLX accounts provides a handful of benefits. Accounts are not required to checkout.
- [Multi SKU Monitoring](https://help.prismaio.com/module-guides/footsites-north-america/multi-sku-monitoring.md)
- [Raffle Entry](https://help.prismaio.com/module-guides/footsites-north-america/raffle-entry.md): Footsite's new release method consists of entering a raffle and if you win, the shoes will be shipped to the address that was used to enter the raffle. The raffles are open for several days, allowing
- [Shopify](https://help.prismaio.com/module-guides/shopify.md)
- [Site Specific Setup](https://help.prismaio.com/module-guides/shopify/site-specific-setup.md)
- [Domain Change](https://help.prismaio.com/module-guides/shopify/domain-change.md)
- [Finish Line / JD Sports](https://help.prismaio.com/module-guides/finish-line-jd-sports.md)
- [FNL/JD Automation SKU List](https://help.prismaio.com/module-guides/finish-line-jd-sports/fnl-jd-automation-sku-list.md)
- [Hibbett](https://help.prismaio.com/module-guides/hibbett.md)
- [Hibbett Restock Guide](https://help.prismaio.com/module-guides/hibbett/hibbett-restock-guide.md)
- [Dicks Sporting Goods](https://help.prismaio.com/module-guides/dicks-sporting-goods.md)


---

# 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://help.prismaio.com/module-guides.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.
