# Templating and Rendering

This section covers how to build and render the output of your Umbraco website. You will find guides on creating Razor templates, working with partial views, querying content, using Models Builder, and handling language variation.

<table data-view="cards"><thead><tr><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>Templates</strong></td><td>Create and manage Razor templates that define the HTML output of your content pages.</td><td><a href="/pages/FSCMgu1ZMw52Z5RxF2OI">/pages/FSCMgu1ZMw52Z5RxF2OI</a></td></tr><tr><td><strong>Design</strong></td><td>Work with partial views, render content and media items, and manage stylesheets and JavaScript files.</td><td><a href="/pages/jDs5ecJaAeXaLEUNGyVS">/pages/jDs5ecJaAeXaLEUNGyVS</a></td></tr><tr><td><strong>Querying</strong></td><td>Query content using IPublishedContent, UmbracoHelper, IPublishedContentQuery, and related APIs.</td><td><a href="/pages/hkTUpycoZdySPAeM7ilg">/pages/hkTUpycoZdySPAeM7ilg</a></td></tr><tr><td><strong>Templating</strong></td><td>Configure Models Builder and work with Umbraco's MVC conventions.</td><td><a href="/pages/BFVUnwpZ8LtU9aJijQJf">/pages/BFVUnwpZ8LtU9aJijQJf</a></td></tr><tr><td><strong>Language Variation</strong></td><td>Render content in multiple languages using culture-variant properties.</td><td><a href="/pages/8epOUhWNgF3yGqHMOTbj">/pages/8epOUhWNgF3yGqHMOTbj</a></td></tr></tbody></table>


---

# 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.umbraco.com/umbraco-cms/18.latest/develop-with-umbraco/templating-and-rendering.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.
