# OpenAI

### Does OpenAI use my conversations to train its model?

No. OpenAI no longer uses other people’s data for their training for use via the API (and hasn’t since 1 March 2023).&#x20;

You can learn more about their data retention policy here: <https://openai.com/policies/api-data-usage-policies>.

### Do I need to add an OpenAI key

No, unless you are on an [Enterprise plan and choose to use your own key](broken://pages/EYZnERYW2uCNhTM3ob5f).

### Can OpenAI access documents?

No. OpenAI doesn’t store any of your content.&#x20;

Your content is processed by them, to convert the text into searchable numbers (vectors), but it isn’t actually stored by them.&#x20;

All content storage is with [Qdrant](https://qdrant.tech/).


---

# 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://support.myaskai.com/security-+-privacy/privacy/openai.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.
