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

# PREAMBLE

Date: 13 May 2024

This privacy policy ("Policy") of Doge Labs ("Doge Labs", "Company", "we", "our", or "us") applies to the provision of the website <https://doge-labs.com/> ("Platform") and all related services (collectively referred to as "Services"). This Policy is part of the underlying agreement ("Agreement"). It describes how Doge Labs collects, uses, shares, and stores personal information of users of our website.

By using the Services, you accept the terms of this Policy and our terms of service, and consent to our collection, use, disclosure, and retention of your information as described herein. If you have not done so already, please review our terms of service. These terms limit our liability to you and require you to resolve any disputes with us on an individual basis, not as part of any class or representative action. If you do not agree with any part of this Policy or our terms of service, please do not use any of the Services. Note that this Policy does not apply to information collected through third-party websites or services you may access through the Services or that you submit to us through email, text message, or other electronic means or offline.

If you are visiting this site from the European Union (EU), please see our Notice to EU Data Subjects below for our legal bases for processing and transfer of your data.


---

# 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://privacy.doge-labs.com/preamble.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.
