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

# <a id="SuperOffice_WebApi_Data_RagType" /> Enum RagType

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

AI RAG Content types

```csharp theme={null}
public enum RagType
```

## Fields

`Document = 3`

3: Document - Docx/pptx/rtf/txt documents in Markdown format

`FAQ = 4`

4: FAQ - Knowledge base entries

`None = 0`

0: None - unknown type

`Product = 5`

5: Product - product info from pricelists

`Ticket = 1`

1: Ticket - request messages

`Webpage = 2`

2: Webpage - one or more web pages

`Website = 6`

6: Website - crawl linked pages to a given depth


## Related topics

- [SuperOffice.WebApi.Data.RagResult](/en/api/reference/webapi/SuperOffice.WebApi.Data.RagResult.md)
- [SuperOffice.WebApi.Data.AI SearchRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.AI_SearchRequest.md)
- [SuperOffice.WebApi.Data.AI AnswerRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.AI_AnswerRequest.md)
- [SuperOffice.WebApi.Data.AI AnswerUsingContextRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.AI_AnswerUsingContextRequest.md)
- [SuperOffice.WebApi.Agents.IAIAgent](/en/api/reference/webapi/SuperOffice.WebApi.Agents.IAIAgent.md)
- [SuperOffice.WebApi.Agents.AIAgent](/en/api/reference/webapi/SuperOffice.WebApi.Agents.AIAgent.md)
