> For the complete documentation index, see [llms.txt](https://docs.kindx.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.kindx.org/solutions-by-product/ai-gpt/gpt-privacy.md).

# GPT - Privacy

<figure><img src="/files/6vHuHgGvaR3HMysMmQew" alt="" width="474"><figcaption></figcaption></figure>

You may have concerns about the data used to train Chat GPT and its impact on the safety of your nonprofit's data. Let me address these concerns:

Chat GPT's training data consists of a vast collection of publicly available text from books, articles, websites, and other sources. This training data does not include specific or proprietary information from any individual or organization, including your nonprofit's data. Therefore, Chat GPT does not make direct use of your nonprofit's data to train the model.

When it comes to data safety, it's important to note that the primary function of Chat GPT is to generate responses based on the information it has been trained on. **It does not retain or store any personal or sensitive data shared during conversations. The data you provide while interacting with Chat GPT is not stored or used beyond the immediate conversation.** OpenAI, the organization behind Chat GPT, prioritizes user privacy and takes measures to ensure the confidentiality of user interactions.

It's worth mentioning that as with any technology, it's crucial to follow best practices for data security within your organization. This includes implementing appropriate security measures to protect your nonprofit's data, controlling access to sensitive information, and adhering to applicable data protection regulations.

OpenAI is committed to responsible AI usage and continually works to improve the safety and privacy aspects of its models. They employ measures to minimize biases and ensure the ethical use of AI technology.

In summary, Chat GPT does not use your nonprofit's data to train the model, and the conversations you have with Chat GPT do not pose a risk to the safety of your nonprofit's data. However, it's essential to implement data security practices within your organization to safeguard your nonprofit's data. By following best practices and being mindful of data security, you can confidently leverage the benefits of Chat GPT while protecting your nonprofit's data.


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.kindx.org/solutions-by-product/ai-gpt/gpt-privacy.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
