# Using templating in simulations

Templating in Hoverfly Cloud provides a powerful way to render just about anything you want into the response. It uses the well known {{ handlebars }} syntax where the handlebars surround functions which allow you to control information flow.

**Important**: In order to enable templating you need to explicitly click the "Enable templating" checkbox when crafting your response.

A simple tutorial that covers some of what's possible with templating can be found [here](/tutorials/response-templating.md).

As this is a fairly large topic it is broken up into sections:

Please select a section from the menu or continue reading about templating [here](/create-simulations/using-templating-in-simulations/render-back-any-part-of-the-request.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://docs.cloud.hoverfly.io/create-simulations/using-templating-in-simulations.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.
