# Design

## [Templates](https://docs.umbraco.com/umbraco-cms/13.latest/fundamentals/design/templates)

Creating, managing, and reusing templates in Umbraco.

## [Rendering content](https://docs.umbraco.com/umbraco-cms/13.latest/fundamentals/design/rendering-content)

Querying and rendering published content.

## [Rendering media](https://docs.umbraco.com/umbraco-cms/13.latest/fundamentals/design/rendering-media)

Querying and rendering media items.

## [Partial Views](https://docs.umbraco.com/umbraco-cms/13.latest/fundamentals/design/partial-views)

Working with partial views in Umbraco's templates.

## [Partial View Macro Files](https://docs.umbraco.com/umbraco-cms/13.latest/fundamentals/design/partial-view-macro-files)

Working with partial views macro files.

## [Stylesheets and JavaScript](https://docs.umbraco.com/umbraco-cms/13.latest/fundamentals/design/stylesheets-javascript)

Working with CSS and JavaScript in Umbraco's templates.


---

# 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/13.latest/fundamentals/design.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.
