# Sylius Stack

## Sylius Stack

- [Sylius Stack Documentation](https://stack.sylius.com/readme.md)
- [Getting started](https://stack.sylius.com/getting-started.md)
- [How to customize your admin panel](https://stack.sylius.com/cookbook/admin_panel.md)
- [Basic operations](https://stack.sylius.com/cookbook/admin_panel/basic_operations.md)
- [Customizing your grids](https://stack.sylius.com/cookbook/admin_panel/grids.md)
- [Customizing the logo](https://stack.sylius.com/cookbook/admin_panel/logo.md)
- [Customizing the menu](https://stack.sylius.com/cookbook/admin_panel/menu.md)
- [Configuring the security access](https://stack.sylius.com/cookbook/admin_panel/security.md)
- [Customizing the page titles](https://stack.sylius.com/cookbook/admin_panel/page_titles.md)
- [Customizing the metatags](https://stack.sylius.com/cookbook/admin_panel/metatags.md)
- [Using autocompletes](https://stack.sylius.com/cookbook/admin_panel/using-autocompletes.md)
- [Exporting grid data](https://stack.sylius.com/cookbook/admin_panel/grid_export.md)
- [How to use in a DDD architecture](https://stack.sylius.com/cookbook/ddd_architecture.md)
- [Architecture overview](https://stack.sylius.com/cookbook/ddd_architecture/overview.md)
- [Resource configuration](https://stack.sylius.com/cookbook/ddd_architecture/resource_configuration.md)
- [Basic operations](https://stack.sylius.com/cookbook/ddd_architecture/basic_operations.md)
- [Operation using a grid](https://stack.sylius.com/cookbook/ddd_architecture/grid.md)
- [Resource Bundle documentation](https://stack.sylius.com/resource/index.md)
- [Installation](https://stack.sylius.com/resource/index/installation.md)
- [Resource Lifecycle](https://stack.sylius.com/resource/index/lifecycle.md)
- [Create new resource](https://stack.sylius.com/resource/index/create_new_resource.md)
- [Configure your resource](https://stack.sylius.com/resource/index/configure_your_resource.md)
- [Configure your operations](https://stack.sylius.com/resource/index/configure_your_operations.md)
- [Validation](https://stack.sylius.com/resource/index/validation.md)
- [Redirect](https://stack.sylius.com/resource/index/redirect.md)
- [Resource factories](https://stack.sylius.com/resource/index/resource_factories.md)
- [Providers](https://stack.sylius.com/resource/index/providers.md)
- [Processors](https://stack.sylius.com/resource/index/processors.md)
- [Responders](https://stack.sylius.com/resource/index/responders.md)
- [Legacy Resource Documentation](https://stack.sylius.com/resource/index/index.md)
- [Configuration](https://stack.sylius.com/resource/index/index/configuration.md)
- [Services](https://stack.sylius.com/resource/index/index/services.md)
- [Routing](https://stack.sylius.com/resource/index/index/routing.md)
- [Forms](https://stack.sylius.com/resource/index/index/forms.md)
- [Getting a Single Resource](https://stack.sylius.com/resource/index/index/show_resource.md)
- [Getting a Collection of Resources](https://stack.sylius.com/resource/index/index/index_resources.md)
- [Creating Resources](https://stack.sylius.com/resource/index/index/create_resource.md)
- [Updating Resources](https://stack.sylius.com/resource/index/index/update_resource.md)
- [Deleting Resources](https://stack.sylius.com/resource/index/index/delete_resource.md)
- [Configuring a state machine](https://stack.sylius.com/resource/index/index/state_machine.md)
- [Configuration Reference](https://stack.sylius.com/resource/index/index/reference.md)
- [Grid Bundle documentation](https://stack.sylius.com/grid/index.md)
- [Installation](https://stack.sylius.com/grid/index/installation.md)
- [Creating your first grid](https://stack.sylius.com/grid/index/your_first_grid.md)
- [Fields](https://stack.sylius.com/grid/index/fields.md)
- [Filters](https://stack.sylius.com/grid/index/filters.md)
- [Actions](https://stack.sylius.com/grid/index/actions.md)
- [Advanced configuration](https://stack.sylius.com/grid/index/advanced_configuration.md)
- [Configuration Reference](https://stack.sylius.com/grid/index/configuration.md)
- [Getting started](https://stack.sylius.com/admin-ui/getting-started.md): Admin UI contains minimalist generic templates and routes for your admin panels.
- [Getting started](https://stack.sylius.com/bootstrap-admin-ui/getting-started.md): Bootstrap Admin Ui lets you build your Bootstrap admin panels using Sylius and Symfony UX.
- [Getting started](https://stack.sylius.com/twig-extra/getting-started.md): Twig Extra is a set of Twig extensions that provides additional Twig helpers.
- [Getting started](https://stack.sylius.com/twig-hooks/getting-started.md): Twig Hooks are a robust and powerful alternative to the Sonata Block Events and the old Sylius Template Events systems.
- [Passing data to your hookables](https://stack.sylius.com/twig-hooks/passing-data-to-your-hookables.md)
- [Making your hookables configurable](https://stack.sylius.com/twig-hooks/making-your-hookables-configurable.md)
- [Autoprefixing feature](https://stack.sylius.com/twig-hooks/autoprefixing-feature.md)
- [Composable Layouts with a predictable structure](https://stack.sylius.com/twig-hooks/composable-layouts-with-a-predictable-structure.md)
- [Advanced](https://stack.sylius.com/twig-hooks/advanced.md)
- [Ergonomic work with hooks](https://stack.sylius.com/twig-hooks/advanced/ergonomic-work-with-hooks.md)
- [Metadata objects](https://stack.sylius.com/twig-hooks/advanced/metadata-objects.md)
- [Multiple hooks inside a single template](https://stack.sylius.com/twig-hooks/advanced/multiple-hooks-inside-a-single-template.md)
- [Overriding hookables](https://stack.sylius.com/twig-hooks/advanced/overriding-hookables.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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://stack.sylius.com/readme.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.
