> For the complete documentation index, see [llms.txt](https://daak.gitbook.io/dooo/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://daak.gitbook.io/dooo/privacy-policy.md).

# Privacy Policy

Last Updated: 2025-08-11

Lovely Duck, LLC ("we," "our," or "us") values your privacy. This Privacy Policy explains how we collect, use, and protect your information when you use our app, Dooo ("the app"). By using Dooo, you agree to the terms outlined in this Privacy Policy.

#### 1. Information We Collect

We will not collect any of your usage information

#### 2. How We Use Your Information

* Local and iCloud Storage: All data generated by users in Dooo is stored locally on your device and, if enabled, in iCloud for backup and synchronization across your devices. We do not have access to or store any user data on our servers.

#### 3. Data Storage

* Local Storage: Your data is saved directly on your device.
* iCloud: If iCloud is enabled, your data will also be stored and synced across your Apple devices via iCloud.

We do not store any user data on our servers.

#### 4. Third-Party Services

No

#### 5. Data Security

We take reasonable precautions to protect your data stored locally and in iCloud. However, we cannot guarantee the security of your information transmitted to or stored by third parties, such as Apple and Firebase.

#### 6. User Rights

You have full control over your data stored locally on your device and in iCloud. You can delete the app at any time, which will remove the locally stored data. Data stored in iCloud can be managed through your Apple account settings.

#### 7. Changes to This Privacy Policy

We may update this Privacy Policy from time to time. When we make changes, we will notify you by updating the "Last Updated" date at the top of this policy.

#### 8. Contact Us

If you have any questions or concerns about this Privacy Policy or your data, please contact us at:\
Lovely Duck, LLC\
Email: <daak.user@outlook.com>

<br>


---

# 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://daak.gitbook.io/dooo/privacy-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.
