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

# General

- [Editing themes](https://help.fluorescent.co/stiletto/general/editing-themes.md)
- [Adding sections](https://help.fluorescent.co/stiletto/general/editing-themes/adding-sections.md): Theme editor
- [Using templates](https://help.fluorescent.co/stiletto/general/editing-themes/using-templates.md)
- [Accessibility](https://help.fluorescent.co/stiletto/general/editing-themes/accessibility.md)
- [Customizing your site](https://help.fluorescent.co/stiletto/general/editing-themes/customizing-your-site.md)
- [SEO for Shopify themes](https://help.fluorescent.co/stiletto/general/editing-themes/improve-seo.md)
- [H1 heading tags](https://help.fluorescent.co/stiletto/general/editing-themes/h1-heading-tags.md)
- [Online store speed](https://help.fluorescent.co/stiletto/general/editing-themes/online-store-speed.md)
- [Image guide](https://help.fluorescent.co/stiletto/general/image-guide.md)
- [Web ready photography](https://help.fluorescent.co/stiletto/general/image-guide/web-ready-photography.md)
- [Image sizes](https://help.fluorescent.co/stiletto/general/image-guide/image-sizes.md)
- [File formats](https://help.fluorescent.co/stiletto/general/image-guide/file-formats.md)
- [Theme image settings](https://help.fluorescent.co/stiletto/general/image-guide/theme-image-settings.md): Image guide
- [Adapting theme content](https://help.fluorescent.co/stiletto/general/adapting-your-theme.md)
- [Edit default theme content](https://help.fluorescent.co/stiletto/general/adapting-your-theme/edit-default-theme-content.md)
- [Multiple languages](https://help.fluorescent.co/stiletto/general/adapting-your-theme/multiple-languages.md)
- [Dynamic content with metafields](https://help.fluorescent.co/stiletto/general/adapting-your-theme/dynamic-content-with-metafields.md)
- [Unique content for markets](https://help.fluorescent.co/stiletto/general/adapting-your-theme/unique-content-for-markets.md)
- [Update your theme](https://help.fluorescent.co/stiletto/general/theme-updates.md): We regularly update Stiletto with changes and improvements. By updating to the latest version, you'll get access to new features and ensure better stability and support for your theme.


---

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