# Data

*This section focuses on how to create data using the Umbraco backoffice.*

There are three kinds of content in Umbraco:

* Your normal website content exists in the content section.
* Media content such as images, videos, and PDFs are stored in the Media section.
* Finally, Members, are used for user profiles and frontend authentication which you can find in the Members section.

A fundamental principle in Umbraco is that all content types have a definition (Document Types, Media Types, Member Types). These definitions are highly customizable, meaning you can add properties and have complete control over how the data is organized.

## [Defining Content](/umbraco-cms/fundamentals/data/defining-content.md)

Defining Document Types, adding properties, and creating content.

## [Creating Media](/umbraco-cms/fundamentals/data/creating-media.md)

Defining Media Types and uploading files to the media section, using upload fields and image cropper.

## [Creating Members](/umbraco-cms/fundamentals/data/members.md)

Defining Member Types and creating members for authentication and user profiles.

## [Customizing Data Types](/umbraco-cms/fundamentals/data/data-types.md)

Creating and editing Data Types.

## [Scheduled Publishing](/umbraco-cms/fundamentals/data/scheduled-publishing.md)

Schedule when content should be published / unpublished automatically.

## [Adding Tabs](/umbraco-cms/fundamentals/data/adding-tabs.md)

Overview of how to add and reorder tabs, convert a group to a tab, and manage the “Generic” tab

## [Users](/umbraco-cms/fundamentals/data/users.md)

Control who has access to the Umbraco backoffice and what permissions they have.

## [Relations](/umbraco-cms/fundamentals/data/relations.md)

An introduction to Relations and Relation Types, creating, and managing relationships between different entities in Umbraco.

## [Dictionary Items](/umbraco-cms/fundamentals/data/dictionary-items.md)

Using Dictionary Items, you can store a value for each language. Dictionary Items have a unique key that is used to fetch the value of the Dictionary Item.

## [Content Version Cleanup](/umbraco-cms/fundamentals/data/content-version-cleanup.md)

How to keep the noise down whilst ensuring your important content versions stick around indefinitely.


---

# 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/fundamentals/data.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.
