# Composition patterns

- [Components](https://docs.aurelia.io/getting-to-know-aurelia/composition-patterns/components.md): Understand Aurelia components, custom elements, bindables, and how they relate to view composition.
- [Creating components](https://docs.aurelia.io/getting-to-know-aurelia/composition-patterns/components/consuming-a-custom-element.md): Register and import custom elements so they can be used across Aurelia applications.
- [Bindable setter patterns](https://docs.aurelia.io/getting-to-know-aurelia/composition-patterns/components/bindable-setter.md): Use bindable property setters to transform incoming values before Aurelia applies them.
- [Template controllers](https://docs.aurelia.io/getting-to-know-aurelia/composition-patterns/template-controllers.md): Encapsulate templating logic in reusable controllers that coordinate rendering in Aurelia views.
- [Dynamic composition](https://docs.aurelia.io/getting-to-know-aurelia/composition-patterns/dynamic-composition.md): Render components and templates dynamically with Aurelia's au-compose element.
- [Portalling elements](https://docs.aurelia.io/getting-to-know-aurelia/composition-patterns/portalling-elements.md): An element in two places at once.


---

# 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://docs.aurelia.io/getting-to-know-aurelia/composition-patterns.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.
