# Compose

- [Modules](https://dev.smartstore.com/compose/modules.md): Modules extend the functionality of Smartstore in many ways.
- [Getting started with modules](https://dev.smartstore.com/compose/modules/getting-started-with-modules.md)
- [Controllers & ViewComponents](https://dev.smartstore.com/compose/modules/controllers-and-viewcomponents.md)
- [Filters](https://dev.smartstore.com/compose/modules/filters.md)
- [Localizing modules](https://dev.smartstore.com/compose/modules/localizing-modules.md)
- [Licensable modules](https://dev.smartstore.com/compose/modules/licensable-modules.md)
- [Deploying modules](https://dev.smartstore.com/compose/modules/deploying-modules.md)
- [Tutorials](https://dev.smartstore.com/compose/modules/examples.md): Learn how to write a module and extend its functionality.
- [Building a simple "Hello World" module](https://dev.smartstore.com/compose/modules/examples/building-a-simple-hello-world-module.md)
- [Adding tabs](https://dev.smartstore.com/compose/modules/examples/adding-tabs.md)
- [Creating a Widget provider](https://dev.smartstore.com/compose/modules/examples/creating-a-widget-provider.md)
- [Adding menu items](https://dev.smartstore.com/compose/modules/examples/adding-menu-items.md)
- [Creating a Block](https://dev.smartstore.com/compose/modules/examples/creating-a-block.md)
- [Creating an Export provider](https://dev.smartstore.com/compose/modules/examples/creating-a-export-provider.md)
- [Creating a Domain entity](https://dev.smartstore.com/compose/modules/examples/creating-a-domain-entity.md)
- [Theming](https://dev.smartstore.com/compose/theming.md)
- [Getting started with themes](https://dev.smartstore.com/compose/theming/getting-started-with-themes.md)
- [Theme configuration](https://dev.smartstore.com/compose/theming/theme-configuration.md)
- [Theme styling](https://dev.smartstore.com/compose/theming/theme-styling.md)
- [Theme inheritance](https://dev.smartstore.com/compose/theming/theme-inheritance.md)
- [Asset bundling](https://dev.smartstore.com/compose/theming/asset-bundling.md)
- [Tag Helpers](https://dev.smartstore.com/compose/theming/tag-helpers.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://dev.smartstore.com/compose.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.
