# Infinite Editing

This feature enables you to work with your content without losing the context of what you are doing.

Document Types are in different sections than content but infinite editing enables you to make changes to them directly from the content you are editing.

![Infinite Editing](/files/4LxMwqYOQIFtvIbBDPrR)

In the example showcased above, prevalues are being added to a Data Type, without losing the context of the content that's being worked on. The example also shows how you can edit images, without being sent to the 'Media' section.

## Customize

Infinite editing is a feature that comes out of the box with Umbraco. The feature can be customized, which enables you as a developer to improve the workflow for your editors.

## Read more

* [Umbraco 8: Infinite Editing (official blog post from Umbraco HQ)](https://umbraco.com/blog/umbraco-8-infinite-editing/)


---

# 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/backoffice/infinite-editing.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.
