# Resource

- [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)


---

# 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/resource.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.
