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

# Enum values for CopilotDataSourceType

> Lists the enum values for CopilotDataSourceType.

## CopilotDataSourceType Enum

Type of copilot data source

| Name           | Value | Description                                     |
| -------------- | ----- | ----------------------------------------------- |
| Requests       | 0     | Set copilot data source type to requests        |
| FAQs           | 1     | Set copilot data source type to FAQs            |
| ReplyTemplates | 2     | Set copilot data source type to reply templates |
| Documents      | 3     | Set copilot data source type to documents       |
| Products       | 4     | Set copilot data source type to products        |
| WebContent     | 5     | Set copilot data source type to web content     |

## Usage

* [copilot\_data\_source](../copilot-data-source).copilot\_data\_source\_type - Stores data sources for each copilot


## Related topics

- [SuperOffice.WebApi.Data.CopilotDataSourceType](/en/api/reference/webapi/SuperOffice.WebApi.Data.CopilotDataSourceType.md)
- [SuperOffice.WebApi.Data.CopilotDataSourceEntity](/en/api/reference/webapi/SuperOffice.WebApi.Data.CopilotDataSourceEntity.md)
- [copilot_data_source table](/en/database/tables/copilot-data-source.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)
