# Data Agent: Data Protection

Fabricate stores all data agent conversations on Tonic.ai’s servers to preserve context for future data generation. Each conversation is strictly associated with its respective database. Conversations are retained until the associated database is deleted, which occurs automatically when a workspace or account is deleted.

## Anthropic

Additionally, Fabricate uses Anthropic’s API to forward user messages to foundation models. Anthropic has committed not to use data sent to the API for model training. [Anthropic Data Protection Policy](https://privacy.claude.com/en/articles/7996868-is-my-data-used-for-model-training)

## BYO AWS Bedrock key

Fabricate also allows customers on the Enterprise plan to bring their own AWS Bedrock key. When configured, Fabricate will send all customer messages to their own AWS Bedrock endpoint instead of Anthropic. AWS Bedrock provides the following guidance:

*Amazon Bedrock doesn't store or log your prompts and completions. Amazon Bedrock doesn't use your prompts and completions to train any AWS models and doesn't distribute them to third parties.*

*Amazon Bedrock has a concept of a Model Deployment Account—in each AWS Region where Amazon Bedrock is available, there is one such deployment account per model provider. These accounts are owned and operated by the Amazon Bedrock service team. Model providers don't have any access to those accounts. After delivery of a model from a model provider to AWS, Amazon Bedrock will perform a deep copy of a model provider’s inference and training software into those accounts for deployment. Because the model providers don't have access to those accounts, they don't have access to Amazon Bedrock logs or to customer prompts and completions.*

\
Source: [AWS Bedrock Data Protection Documentation](https://docs.aws.amazon.com/bedrock/latest/userguide/data-protection.html)


---

# 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.tonic.ai/trust-center/tonic.ai-applications/fabricate/data-agent-data-protection.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.
