# Template Setting

This section explains the settings within a specific layout. Because each layout varies from other, these setting options do also vary.

To change the template setting for a layout, you need to go to:

`src / app / layouts / {select-specific-layout} /`

And then open the file “layout.config.ts”

In this file, you can see all the available settings for that specific layout and can make your required changes here.


---

# 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-drift-angular.g-axon.work/settings/template-setting.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.
