# Blog in 5 minutes

To launch a website with a blog, you will need the following:

* **Archive template** (for categories and tags)
* **Single template**

Bricks Boilerplate provides various options for you to choose from. Follow these steps:

1. Select a Blog page template you like. This page will display all of your posts and typically has a URL like `/blog/` or `/news/`.
2. Select a Blog taxonomy template to apply to post taxonomies, such as categories and tags.
3. Select a Blog single template for individual posts.
4. Delete any unused templates or change their status to "Draft."


---

# 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/tutorials/blog-in-5-minutes.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.
