# Template system

- [Templating Principles](https://readme.directual.com/template-system/basics-of-template-system.md): This is the Directual syntax for dealing with object fields 📜
- [Templating Techniques for Scenarios](https://readme.directual.com/template-system/basics-of-template-system/advanced-templating-techniques.md): Handle data like a pro 🧙‍♂️
- [Templating Techniques for Web-pages](https://readme.directual.com/template-system/basics-of-template-system/templating-techniques-for-web-pages.md)
- [Coding Mode (evaluating as a JS-expression)](https://readme.directual.com/template-system/evaluating-as-js-expression.md): Include calculations and JavaScript features in your scenarios 🧠
- [Comparison Component](https://readme.directual.com/template-system/comparison-operators.md): This is the basic of any logic ✔️
- [Regular Expressions](https://readme.directual.com/template-system/comparison-operators/regular-expressions.md): Match patterns and strings!
- [Tips for Dealing with Data](https://readme.directual.com/template-system/tips-for-working-with-data.md): Cheat sheet for Makers 💁‍♂️


---

# 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://readme.directual.com/template-system.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.
