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

# Privacy Policy

This Privacy Policy ("Policy") outlines how Doge Project ("we," "us," or "our") may collect, may use, and protects personal information obtained through our website, mobile application, or other platforms (collectively, "Platforms"). By accessing or using our Platforms, you agree to be bound by this Policy.

**What Information We Collect**&#x20;

We may collect personal information, such as your name, email address, phone number, or other identifying information, when you use our Platforms. We may also collect non-personal information, such as your IP address, browser type, and operating system.

**How We Use Your Information**&#x20;

We may use your personal information to provide you with the products or services you request, to communicate with you, or to improve our Platforms. We may also use your information for marketing purposes, such as sending you promotional emails, if you have provided us with your consent to do so.

**How We Share Your Information**&#x20;

We do not sell, rent, or share your personal information with third parties, except as required by law or to provide you with the products or services you request. We may share your information with our service providers, such as hosting or payment processing companies, who help us operate our Platforms.

**How We Protect Your Information**&#x20;

We take reasonable measures to protect your personal information from unauthorized access, disclosure, or misuse. However, no data transmission over the Internet or any wireless network can be guaranteed to be 100% secure.

**Your Choices and Rights**&#x20;

You may choose not to provide us with your personal information or to withdraw your consent for us to use your information for marketing purposes at any time. You also have the right to access, correct, or delete your personal information by contacting us at \[Your Contact Information].

**Children's Privacy**&#x20;

Our Platforms are not intended for children under the age of 13, and we do not knowingly collect personal information from children under the age of 13. If we become aware that we have collected personal information from a child under the age of 13, we will take steps to delete the information as soon as possible.

**Changes to This Policy**&#x20;

We may update this Policy from time to time. If we make material changes, we will notify you by email or by posting a notice on our Platforms. Your continued use of our Platforms after the changes have been made indicates your acceptance of the updated Policy.

**Contact Us**&#x20;

If you have any questions or concerns about this Policy or our data collection practices, please contact us at <contact@dogeproject.io>


---

# 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://defui.gitbook.io/doge-project-whitepaper/miscellaneous/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.
