> For the complete documentation index, see [llms.txt](https://developer.hyper3d.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developer.hyper3d.ai/legal/data-policy.md).

# Data Retention Policy

Your data, and your users' data, are secure with us. We guarantee that your data will be securely stored for **7 days**, will **not** be used for training purposes, and will **not** be shared without your explicit consent. Additionally, any model generated using our API will **not** appear in any user's ASSETS tab.

For more information, please refer to our Privacy Policy and Terms of Service. If you have any concerns, feel free to reach out to us.

<table data-view="cards"><thead><tr><th></th><th></th><th></th><th data-hidden data-card-cover data-type="files"></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><p><strong>Privacy Policy</strong></p><p>Safeguarding Your Information.</p></td><td></td><td></td><td><a href="/files/L5shL48Oi1K0R7th6whk">/files/L5shL48Oi1K0R7th6whk</a></td><td><a href="https://hyperhuman.deemos.com/legal/privacy">https://hyperhuman.deemos.com/legal/privacy</a></td></tr><tr><td><p><strong>Terms of Service</strong></p><p>Governance and User Agreement.</p></td><td></td><td></td><td><a href="/files/RZsjQvMCvPPhVV2oyRtG">/files/RZsjQvMCvPPhVV2oyRtG</a></td><td><a href="https://hyperhuman.deemos.com/legal/terms">https://hyperhuman.deemos.com/legal/terms</a></td></tr><tr><td><p><strong>Contact Us</strong></p><p>Connect with Our Support Team.</p></td><td></td><td></td><td><a href="/files/EXE18fhxonaak3MUOT7v">/files/EXE18fhxonaak3MUOT7v</a></td><td></td></tr></tbody></table>


---

# 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://developer.hyper3d.ai/legal/data-policy.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.
