# Conduit Copilot vs. ChatGPT – What's The Difference?

ChatGPT itself is a multi-purpose LLM designed for general conversation and text generation. While Conduit relies on the ChatGPT API solution, it stands as a specialized tool tailored for business needs by integrating with various business applications and offering the functionality for data automation and analysis.

#### What Can a Copilot Do for You?

Copilot is built for an analysis of numerical data from business apps and sheets. You can use it for forecasting, monitoring ad and sales performance, budget analysis, and many many more

#### Privacy & Data Sharing

We understand the importance of data privacy for business users and we got this covered.

1. We utilize an in-house algorithm, that allows Conduit to avoid sharing any actual user data with OpenAI
2. We rely on the enterprise-level solution by OpenAI to ensure, that no data is being used for training LLM’s

#### Comparison Chart

| Feature                       | Conduit Copilot               | Regular ChatGPT         |
| ----------------------------- | ----------------------------- | ----------------------- |
| Data Privacy                  | Doesn’t share data externally | Shares data with OpenAI |
| Integrates with Business Apps | ✅                             | ❌                       |
| Automation Capabilities       | ✅                             | ❌                       |
| General Conversation          | ❌                             | ✅                       |


---

# 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/conduit-copilot-vs.-chatgpt-whats-the-difference.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.
