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

# Pages

- [Templates](https://help.fluorescent.co/stiletto/pages/templates.md)
- [About page](https://help.fluorescent.co/stiletto/pages/templates/about-page.md)
- [Blog page](https://help.fluorescent.co/stiletto/pages/templates/blogs-page.md)
- [Blog posts](https://help.fluorescent.co/stiletto/pages/templates/blog-posts-template.md)
- [Collections list](https://help.fluorescent.co/stiletto/pages/templates/collections-list-page.md)
- [Contact page](https://help.fluorescent.co/stiletto/pages/templates/contact-page.md)
- [Customer accounts](https://help.fluorescent.co/stiletto/pages/templates/customer-accounts.md)
- [FAQ page](https://help.fluorescent.co/stiletto/pages/templates/faq-page.md)
- [Password page](https://help.fluorescent.co/stiletto/pages/templates/password-page.md)
- [Search page](https://help.fluorescent.co/stiletto/pages/templates/search-page.md)
- [404 page](https://help.fluorescent.co/stiletto/pages/templates/404-page.md)
- [Announcement bar](https://help.fluorescent.co/stiletto/pages/announcement-bar.md): Header
- [Header](https://help.fluorescent.co/stiletto/pages/header.md)
- [Layout and style](https://help.fluorescent.co/stiletto/pages/header/layout-and-style.md)
- [Logo](https://help.fluorescent.co/stiletto/pages/header/logo.md)
- [Transparent header](https://help.fluorescent.co/stiletto/pages/header/transparent-header.md): Header
- [Mega menus](https://help.fluorescent.co/stiletto/pages/header/mega-navigation.md)
- [Mobile menu](https://help.fluorescent.co/stiletto/pages/header/mobile-menu.md): Learn how to customize the mobile menu in the Stiletto theme for Shopify. Set up mobile menu images for product and collection links.
- [Quick search](https://help.fluorescent.co/stiletto/pages/header/quick-search.md)
- [Language and currency](https://help.fluorescent.co/stiletto/pages/header/language-and-currency.md)
- [Footer](https://help.fluorescent.co/stiletto/pages/footer.md)
- [Links block](https://help.fluorescent.co/stiletto/pages/footer/links-block.md)
- [Newsletter block](https://help.fluorescent.co/stiletto/pages/footer/newsletter-block.md)
- [Text and image block](https://help.fluorescent.co/stiletto/pages/footer/text-and-image-block.md)
- [Language and currency](https://help.fluorescent.co/stiletto/pages/footer/language-and-currency.md)
- [Payment icons](https://help.fluorescent.co/stiletto/pages/footer/payment-icons.md)
- [Custom Liquid](https://help.fluorescent.co/stiletto/pages/footer/custom-liquid.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.fluorescent.co/stiletto/pages.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.
