> ## Documentation Index
> Fetch the complete documentation index at: https://docs.superoffice.com/llms.txt
> Use this file to discover all available pages before exploring further.

# registry table

> System settings

## registry Table (253)

System settings

## Fields

| Name    | Description                        | Type        | Nullable |
| ------- | ---------------------------------- | ----------- | :------: |
| id      | The primary key (auto-incremented) | PK          |    No    |
| reg\_id | The enum used as identificator     | Int         |    No    |
| name    | A descriptive string for the entry | String(255) |    No    |
| value   | The value for the registry entry.  | String(255) |    Yes   |

<img src="https://mintcdn.com/superofficeas/6OcOTPa_ISkjXJg4/media/loc/en/database/tables/registry.png?fit=max&auto=format&n=6OcOTPa_ISkjXJg4&q=85&s=abfd3b1b865a49567d983e8ab5d6c779" alt="registry table relationship diagram" width="84" height="59" data-path="media/loc/en/database/tables/registry.png" />

## Indexes

| Fields | Types | Description |
| ------ | ----- | ----------- |

## Replication Flags

* None

## Security Flags

* No access control via user's Role.


## Related topics

- [Get C S Registry Value](/en/api/reference/restful/agent/configuration_agent/get-c-s-registry-value.md)
- [NSConfigurationAgent](/en/automation/crmscript/reference/CRMScript.NetServer.NSConfigurationAgent.md)
- [SuperOffice.WebApi.Agents.IConfigurationAgent](/en/api/reference/webapi/SuperOffice.WebApi.Agents.IConfigurationAgent.md)
- [SuperOffice.WebApi.Agents.ConfigurationAgent](/en/api/reference/webapi/SuperOffice.WebApi.Agents.ConfigurationAgent.md)
- [SuperOffice.WebApi.Agents.ITicketAgent](/en/api/reference/webapi/SuperOffice.WebApi.Agents.ITicketAgent.md)
- [SuperOffice.WebApi.Agents.TicketAgent](/en/api/reference/webapi/SuperOffice.WebApi.Agents.TicketAgent.md)
