# Templates

- [404](https://docs.ultramarinastudios.com/templates/404.md): A customer is redirected to the 404 page when they reach an invalid link in your store.
- [Account](https://docs.ultramarinastudios.com/templates/account.md)
- [Blog](https://docs.ultramarinastudios.com/templates/blog.md): The blog template represents the listing page for all posts associated with a blog.
- [Blog post](https://docs.ultramarinastudios.com/templates/blog-post.md): This template represents an individual blog post.
- [Cart page](https://docs.ultramarinastudios.com/templates/cart-page.md)
- [Collection](https://docs.ultramarinastudios.com/templates/collection.md)
- [Collection list](https://docs.ultramarinastudios.com/templates/collection-list.md): The collection list template outputs a complete list of collections on your site.
- [Gift card](https://docs.ultramarinastudios.com/templates/gift-card.md): The gift card template allows users to redeem a gift card.
- [Home page](https://docs.ultramarinastudios.com/templates/home-page.md)
- [Product](https://docs.ultramarinastudios.com/templates/product.md)
- [Product blocks](https://docs.ultramarinastudios.com/templates/product/product-blocks.md)
- [Password](https://docs.ultramarinastudios.com/templates/password.md): The password page is what customers see when you've applied a store password to the page.
- [Search](https://docs.ultramarinastudios.com/templates/search.md): The standalone search page is typically accessed via direct link or when a user submits a search query.


---

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