> ## Documentation Index
> Fetch the complete documentation index at: https://superofficeas-bugfix-ty-screen-designer-paradox.mintlify.site/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
