# Content Types

## Text is King

* Action: Prioritize text over other forms of content.
* Why: Text consumes the least amount of energy and bandwidth.

## Limit the Use of Images

* Action: Use images only when they add value. Opt for compressed formats like WebP or Scalable Vector Graphics (SVG).
* Why: It reduces bandwidth and energy consumption.

## Be Mindful of Videos

* Action: Limit the use of videos and never set them to autoplay.
* Why: Videos are bandwidth-heavy and can be intrusive to the user.


---

# 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/sustainability-best-practices/editor/content-types.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.
