# Data Privacy

- [Data Sharing Methodologies](https://legacy-docs.aquariumlearning.com/aquarium/data-privacy/data-sharing-methodologies.md): Methodologies for properly allowed Aquarium to render your data
- [Generate Local Credentials from AWS](https://legacy-docs.aquariumlearning.com/aquarium/data-privacy/data-sharing-methodologies/generate-local-credentials-from-aws.md): How to generate local credentials from your storage bucket provider to work with Aquarium
- [Generating Access-Controlled URLs](https://legacy-docs.aquariumlearning.com/aquarium/data-privacy/data-sharing-methodologies/generating-access-controlled-urls.md): There are many ways to share data -- here are a few common approaches, ordered from least to most locked-down
- [Granting Aquarium Read Access to an AWS S3 Bucket](https://legacy-docs.aquariumlearning.com/aquarium/data-privacy/data-sharing-methodologies/granting-aquarium-read-access-to-an-aws-s3-bucket.md): In the case where it is ok for Aquarium to access your data, but the data needs to live on your servers
- [Anonymous Mode](https://legacy-docs.aquariumlearning.com/aquarium/data-privacy/anonymous-mode.md): Use Aquarium without directly sharing your raw data.


---

# 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://legacy-docs.aquariumlearning.com/aquarium/data-privacy.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.
