> For the complete documentation index, see [llms.txt](https://docs.tebex.io/developers/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.tebex.io/developers/templates/sidebar-modules.md).

# Sidebar Modules

Dynamic modules to display useful information on your store.

Modules allow you to add dynamic modules on your store, which you can configure from within your creator panel on the [sidebar](https://creator.tebex.io/sidebar) section.

Each modules HTML is configurable in their associated `module.*.html` page (documented onwards).&#x20;

You can display the modules on your store by printing the modules variable, as seen below:

```twig
{{ modules|raw }}
```

{% hint style="info" %}
Please ensure to use the `raw` [filter](/developers/templates/twig/filters.md), as the `modules` variable contains HTML that will be escaped automatically by TWIG if this filter is not used.
{% endhint %}
