# Template compilation

- [processContent](https://docs.aurelia.io/components/template-compilation/process-content.md): Learn how to manipulate the DOM from the usage-side of a custom element using the processContent hook.
- [Extending templating syntax](https://docs.aurelia.io/components/template-compilation/extending-templating-syntax.md): The Aurelia template compiler is powerful and developer-friendly, allowing you extend its syntax with great ease.
- [Modifying template parsing with AttributePattern](https://docs.aurelia.io/components/template-compilation/attributepattern.md)
- [Extending binding language](https://docs.aurelia.io/components/template-compilation/bindingcommand.md): The Aurelia template compiler is powerful and developer-friendly, allowing you extend its binding language with great ease.
- [Using the template compiler](https://docs.aurelia.io/components/template-compilation/the-template-compiler.md): The template compiler is used by Aurelia under the hood to process templates and provides hooks and APIs allowing you intercept and modify how this behavior works in your applications.
- [Extending the template compiler](https://docs.aurelia.io/components/template-compilation/extending-the-template-compiler.md)
- [Attribute mapping](https://docs.aurelia.io/components/template-compilation/attributemapper.md): Learn about binding values to attributes of DOM elements and how to extend the attribute mapping with great ease.


---

# 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/components/template-compilation.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.
