# Property Editors

A Property Editor is what content editors use to input data on a Document Type. When you create a Data Type in the backoffice, you choose a Property Editor and configure it. Umbraco ships with a wide range of built-in Property Editors, and you can create custom ones.

{% hint style="info" %}
**Are you looking for the Grid Layout or Nested Content?**

These Property Editors were removed in Umbraco version 14:

* Grid Layout
* Nested content

Use the [Block Editor](/umbraco-cms/18.latest/model-your-content/property-editors/built-in-umbraco-property-editors/block-editor.md) or [Rich Text Editor blocks](/umbraco-cms/18.latest/model-your-content/property-editors/built-in-umbraco-property-editors/rich-text-editor/blocks.md) instead.
{% endhint %}

## In this section

* [Built-in Property Editors](/umbraco-cms/18.latest/model-your-content/property-editors/built-in-umbraco-property-editors.md) - the full list of Property Editors that ship with Umbraco.
* [Umbraco Flavored Markdown](/umbraco-cms/18.latest/model-your-content/property-editors/umbraco-flavored-markdown.md) - a Markdown dialect with Umbraco-specific extensions for rich content editing.

## Related Resources

* [Customizing Data Types](/umbraco-cms/18.latest/model-your-content/content-types-and-structure/data/data-types.md)
* [Creating a custom Property Editor](/umbraco-cms/18.latest/extend-your-project/tutorials/creating-a-property-editor.md)


---

# 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/model-your-content/property-editors.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.
