# Templates

PlutoFramework has implemented page templates, that you can use for easier development and further modifying.

Why should you use them?

* **It is faster to code**: Even if you use some utility like Visual Studio Item Templates, it still improves coding experience.
* **Modify everything in one go**: If you use page templates and want to change something (for example change something in design), you do not have to change every file, just change it in one place.
* **Clean code**

{% hint style="info" %}
Further, we will refer to directory in **/Templates**, that you are interested in as the template directory.
{% endhint %}


---

# 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://plutolabs.gitbook.io/plutoframework/make-your-application/templates.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.
