# Templates

Bricks Boilerplate includes all the necessary templates for launching a standard website, blog, or WooCommerce shop. If there are multiple versions of templates, such as headers, footers, or single templates, you can identify them by the number at the end of their name.

<figure><img src="/files/waBh2RcIgb4E0NXeUNTV" alt="" width="150"><figcaption></figcaption></figure>

Typically, only one template of a selected type (e.g., header) should be active at a time. If you want to use a different template, change the status of the current one to "Draft" and set the new template to "Published." Alternatively, you can delete any template variants you don’t need.


---

# 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.brickstheme.com/basics/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.
