# Copilot Roles: Data Analyst vs AI Generalist

Conduit platform allows using the Copilot functionality in two distinct roles, depending on the nature of their tasks

#### Data Analyst

We employ AI to create a program that responds to your inquiries, which we then run on our own server. This means that your data does not get sent to the AI. As a result, we can handle an unlimited amount of data

#### Generalist

We utilize AI to directly answer questions, which involves sending data to the AI. However, the AI's memory capacity is quite limited, restricting the amount of data that can be processed.

||| In case you're encountering the error on exceeding the 10 000 rows limit, we recommend switching the role to the Data Analyst, which is more suitable for analyzing larger chunks of data


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.getconduit.app/copilot/copilot-roles-data-analyst-vs-ai-generalist.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
