> ## Documentation Index
> Fetch the complete documentation index at: https://private-7c7dfe99-fix-nav-issues.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

> System table which describes the content of the settings profile: constraints, roles and users that the setting applies to, parent settings profiles.

# system.settings_profile_elements

<h2 id="description">
  Description
</h2>

Describes the content of the settings profile:

* Сonstraints.
* Roles and users that the setting applies to.
* Parent settings profiles.

<h2 id="columns">
  Columns
</h2>

* `profile_name` ([Nullable(String)](/reference/data-types/index)) — Setting profile name.
* `user_name` ([Nullable(String)](/reference/data-types/index)) — User name.
* `role_name` ([Nullable(String)](/reference/data-types/index)) — Role name.
* `index` ([UInt64](/reference/data-types/index)) — Sequential number of the settings profile element.
* `setting_name` ([Nullable(String)](/reference/data-types/index)) — Setting name.
* `value` ([Nullable(String)](/reference/data-types/index)) — Setting value.
* `min` ([Nullable(String)](/reference/data-types/index)) — The minimum value of the setting. NULL if not set.
* `max` ([Nullable(String)](/reference/data-types/index)) — The maximum value of the setting. NULL if not set.
* `writability` ([Nullable(Enum8('WRITABLE' = 0, 'CONST' = 1, 'CHANGEABLE\_IN\_READONLY' = 2))](/reference/data-types/index)) — The property which shows whether a setting can be changed or not.
* `inherit_profile` ([Nullable(String)](/reference/data-types/index)) — A parent profile for this setting profile. NULL if not set. Setting profile will inherit all the settings' values and constraints (min, max, readonly) from its parent profiles.
