# Layout

- [What is Layout](https://docs.flashsearch.io/layout/what-is-layout.md)
- [Customization](https://docs.flashsearch.io/layout/customization.md): You can customize color, layout... of widget or even customizing deeply by adjusting HTML, JS, CSS code of widget.
- [Customize](https://docs.flashsearch.io/layout/customization/customize.md): Customize the search and filter widgets for your themes. You can customize color, layout... of the app or even customizing deeply by adjusting HTML, JS, CSS code.
- [General](https://docs.flashsearch.io/layout/customization/customize/general.md): The general options will be applied to all Instant search widget, collection and Search pages. You can config for Product label and Price.
- [Instant Search](https://docs.flashsearch.io/layout/customization/customize/instant-search.md)
- [Page Heading](https://docs.flashsearch.io/layout/customization/customize/page-heading.md): Similar to Shopify, if you want you can also display the page heading for the Collection and Search page.
- [Search and Collection pages](https://docs.flashsearch.io/layout/customization/customize/search-and-collection-pages.md)
- [Edit code](https://docs.flashsearch.io/layout/customization/edit-code.md)
- [Export](https://docs.flashsearch.io/layout/customization/export.md)
- [Import](https://docs.flashsearch.io/layout/customization/import.md): Layout templates are the HTML, JS, CSS code of the search and filter widgets. You can upload layout templates and apply them to any your store's themes
- [Product colors](https://docs.flashsearch.io/layout/product-colors.md)


---

# Agent Instructions: 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:

```
GET https://docs.flashsearch.io/layout.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
