> ## 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.

# copilot_data_source_setting table

> Stores specific configuration values for each data source

## copilot\_data\_source\_setting Table (475)

Stores specific configuration values for each data source

## Fields

| Name                               | Description                           | Type                                                  | Nullable |
| ---------------------------------- | ------------------------------------- | ----------------------------------------------------- | :------: |
| copilot\_data\_source\_setting\_id | Primary key                           | PK                                                    |    No    |
| key                                | The key of data source setting        | String(100)                                           |    No    |
| value                              | The value of data source setting      | String(4000)                                          |    No    |
| copilot\_data\_source\_id          | The associated copilot data source    | FK [copilot\_data\_source](./copilot-data-source.mdx) |    No    |
| registered                         | Registered when                       | UtcDateTime                                           |    No    |
| registered\_associate\_id          | Registered by whom                    | FK [associate](./associate.mdx)                       |    No    |
| updated                            | Last updated when                     | UtcDateTime                                           |    No    |
| updated\_associate\_id             | Last updated by whom                  | FK [associate](./associate.mdx)                       |    No    |
| updatedCount                       | Number of updates made to this record | UShort                                                |    No    |

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

## Indexes

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

## Relationships

| Table                                          | Description                                                        |
| ---------------------------------------------- | ------------------------------------------------------------------ |
| [associate](./associate)                       | Employees, resources and other users - except for External persons |
| [copilot\_data\_source](./copilot-data-source) | Stores data sources for each copilot                               |

## Replication Flags

* None

## Security Flags

* No access control via user's Role.


## Related topics

- [copilot_data_source table](/en/database/tables/copilot-data-source.md)
- [SuperOffice.WebApi.Data.CopilotDataSourceSetting](/en/api/reference/webapi/SuperOffice.WebApi.Data.CopilotDataSourceSetting.md)
- [Put Copilot Data Source Entity](/en/api/reference/restful/rest/copilotdatasource/put-copilot-data-source-entity.md)
- [Post Copilot Data Source Entity](/en/api/reference/restful/rest/copilotdatasource/post-copilot-data-source-entity.md)
- [Default Copilot Data Source Entity](/en/api/reference/restful/rest/copilotdatasource/default-copilot-data-source-entity.md)
- [Save Copilot Data Source Entity](/en/api/reference/restful/agent/ai_agent/save-copilot-data-source-entity.md)
