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

# SuperOffice.WebApi.Data.CopilotDataSourceType

# <a id="SuperOffice_WebApi_Data_CopilotDataSourceType" /> Enum CopilotDataSourceType

Namespace: [SuperOffice.WebApi.Data](SuperOffice.WebApi.Data.md)\
Assembly: SuperOffice.WebApi.dll

Copilot data source type
This Enum is used by:  copilot\_data\_source.copilot\_data\_source\_type

```csharp theme={null}
public enum CopilotDataSourceType : short
```

## Fields

`Documents = 3`

3: Set copilot data source type to documents

`FAQs = 1`

1: Set copilot data source type to FAQs

`Products = 4`

4: Set copilot data source type to products

`ReplyTemplates = 2`

2: Set copilot data source type to reply templates

`Requests = 0`

0: Set copilot data source type to requests

`WebContent = 5`

5: Set copilot data source type to web content


## Related topics

- [SuperOffice.WebApi.Data.CopilotDataSourceEntity](/en/api/reference/webapi/SuperOffice.WebApi.Data.CopilotDataSourceEntity.md)
- [SuperOffice.WebApi.Data.CopilotDataSourceSetting](/en/api/reference/webapi/SuperOffice.WebApi.Data.CopilotDataSourceSetting.md)
- [SuperOffice.WebApi.Data.CopilotEntity](/en/api/reference/webapi/SuperOffice.WebApi.Data.CopilotEntity.md)
- [SuperOffice.WebApi.Agents.AIAgent](/en/api/reference/webapi/SuperOffice.WebApi.Agents.AIAgent.md)
- [SuperOffice.WebApi.Agents.IAIAgent](/en/api/reference/webapi/SuperOffice.WebApi.Agents.IAIAgent.md)
- [SuperOffice.WebApi.Data.UserPreferenceStrings.Copilot](/en/api/reference/webapi/SuperOffice.WebApi.Data.UserPreferenceStrings.Copilot.md)
