# Sylius Stack Documentation

The Sylius stack is a set of tools for your Symfony projects. It comes with a bunch of components that work great independently, but when they come together, that's when the stack's magic truly operates! Indeed, the highlight of this project is the ability to configure an admin panel UI within minutes.

<div data-full-width="false"><figure><img src="https://2999098582-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FRNAi9oQYTWFv4Vn5yZFm%2Fuploads%2Fgit-blob-a3541def88063361af7859c4775b4ce15b05e7af%2Fsylius_stack_demo_dashboard.png?alt=media" alt="Overview of an admin dashboard"><figcaption></figcaption></figure></div>

## ⚙️ Installation

* [Getting started](https://stack.sylius.com/getting-started)

## 📖 Cookbook

* [How to customize your admin panel](https://stack.sylius.com/cookbook/admin_panel)
* [How to use in a DDD architecture](https://stack.sylius.com/cookbook/ddd_architecture)

## 🧩 Components

* [**ResourceBundle:** Resource management system, routing and CRUD operations](https://stack.sylius.com/resource/index)
* [**GridBundle:** Amazing grids with support of filters and custom fields integrated into Symfony](https://stack.sylius.com/grid/index)
* [**AdminUi:** Minimalist generic templates for your admin panels](https://stack.sylius.com/admin-ui/getting-started)
* [**BootstrapAdminUi:** Build your Bootstrap admin panels with Sylius and Symfony UX](https://stack.sylius.com/bootstrap-admin-ui/getting-started)
* [**TwigExtra:** Additional Twig extensions for your Symfony projects](https://stack.sylius.com/twig-extra/getting-started)
* [**TwigHooks:** Composable Twig layouts](https://stack.sylius.com/twig-hooks/getting-started)
* [**UiTranslations:** Basic UI translations](https://github.com/Sylius/Stack/blob/main/docs/ui-translations/getting-started.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://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.
