# Data Types Settings

Allows you to configure the behavior of data types.

```json
{
  "Umbraco": {
    "CMS": {
      "DataTypes": {
        "CanBeChanged": "True"
      }
    }
  }
}
```

## CanBeChanged

Gets or sets a value indicating if data types can be changed after they've been used.

Valid values:

* `"True"`
  * Allows data types to be changed after creation. This can lead to data on content is not valid on the Data Type.
* `"False"`
  * Disallow Data Type changes. (Recommended value, unless you really know what you are doing)
* `"FalseWithHelpText"`
  * Disallow Data Type changes, but show the users a help text so they understand why.


---

# 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/develop-with-umbraco/configuration/datatypes.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.
