# What happens to my website's data when it's sent to AI models like ChatGPT?

This is a great question about data privacy. When Flensh analyzes your URL, the content of that specific page is sent to third-party Large Language Models (LLMs) to generate your report.

According to the policies of major providers like OpenAI (ChatGPT) and Google (Gemini), data sent via their APIs is **not** used to train their public models. It is processed solely to generate the response (your analysis) and is not permanently stored or used to benefit other users. We are committed to working with AI partners who have strong data privacy safeguards in place.


---

# 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://flensh.gitbook.io/flensh-docs/troubleshooting-and-faq/5.3.-frequently-asked-questions-faq/what-happens-to-my-websites-data-when-its-sent-to-ai-models-like-chatgpt.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.
