> For the complete documentation index, see [llms.txt](https://docs.gpt4business.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.gpt4business.ai/getting-started/security-and-compliace/data-privacy-and-security-overview.md).

# Data Privacy & Security Overview

### **Data Privacy & Security Overview**

At GPT4Business.ai, we take data privacy and security seriously. If you need access to security-related documents, please contact **<contact@gpt4business.ai>**, and we’ll be happy to assist you.

**What is GPT4Business.ai?**

GPT4Business.ai is a software platform providing a secure, private, and white-labeled interface for building and selling custom AI agents.

***

### **Platform Security Details**

At GPT4Business.ai, we prioritize the safety and confidentiality of your data. Here are the key security measures we implement:

**Secure Hosting**

* The platform is hosted on **DigitalOcean**, known for its advanced infrastructure and stringent security protocols.

**Two-Factor Authentication (2FA)**

* Account login security is enhanced with 2FA, adding an extra layer of protection against unauthorized access.

**Cloudflare Protection**

* Cloudflare services protect the platform from DDoS attacks and ensure secure data transmission.

**256-Bit Encrypted Database**

* All data is secured with 256-bit encryption, ensuring high levels of protection for stored information.

**GDPR-Compliant Data Management**

* Conversation data is managed in compliance with **GDPR** standards, demonstrating our commitment to user privacy and data rights.

**Secure API Connections**

* Data queries are transmitted to OpenAI through secure API connections, maintaining top-tier security.

***

#### **Types of Data Collected**

1. **Email**:
   * Collected when users log in for authentication.
   * Optional when using Google Auth or external authentication.
2. **Chat Messages**:
   * Collected when users interact with the AI agent via the chat interface.
3. **Prompts, AI Settings, Integrations**:
   * Custom prompts created for specific agents or clients.
4. **User Preferences**:
   * Includes settings for colors, sizes, fonts, links, and animations to enhance user experience.
5. **Training Data**:
   * Includes uploaded documents (e.g., DOC, TXT, PDF) and connected online sources (e.g., scraped website data, Notion, Google Drive).

***

#### **Data Flow**

Here is an overview of how data is created, sent, and stored:

| **Type of Data**           | **Created/Collected Where?**            | **Sent Where?**                           | **Stored Where?**  |
| -------------------------- | --------------------------------------- | ----------------------------------------- | ------------------ |
| **Email**                  | User login or admin invitation          | App Server                                | App Database       |
| **Chat Messages**          | Chat interface                          | App Server, AI Service Provider           | App Database       |
| **Prompts, AI Characters** | Chat interface                          | App Server, AI Service Provider (if used) | App Database       |
| **User Preferences**       | Chat interface                          | App Server                                | App Database       |
| **Training Data**          | Uploaded documents or connected sources | Knowledge Database for processing         | Knowledge Database |

***

#### **Key Takeaways**

* GPT4Business.ai employs state-of-the-art security measures, including 256-bit encryption, Cloudflare protection, and GDPR compliance.
* Data is securely managed and flows efficiently between collection, processing, and storage points.

**For further assistance or security inquiries, contact us at <contact@gpt4business.ai>.**


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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.gpt4business.ai/getting-started/security-and-compliace/data-privacy-and-security-overview.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.
