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

# Privacy policy

Table of contents :&#x20;

* [Introduction](#introduction)
* [Personal information collected](#personal-information-collected)
* [Use of personal information](#use-of-personal-information)
* [Disclosure of personal information](#disclosure-of-personal-information)
* [Security](#security)
* [Data retention](#data-retention)
* [Your rights](#your-rights)
* [Changes to this privacy policy](#changes-to-this-privacy-policy)
* [Contact us](#contact-us)

## Introduction

CrunchCrunchPaw respects your privacy and is committed to protecting the personal information we collect from you. This Privacy Policy outlines how we collect, use, and disclose your personal information when you use our Discord bot and related services.

## Personal information collected

We collect the following personal information from you:

• Your Discord username and discriminator&#x20;

• Your Discord user ID&#x20;

• Your server and channel information&#x20;

• Any information you provide to us through our bot's features, such as poll questions, welcome and leaving messages, and magic 8ball questions

## Use of personal information

We use your personal information to:

• Provide our services and features to you&#x20;

• Improve and customize our bot's performance&#x20;

• Respond to your inquiries and support requests&#x20;

• Enforce our Terms of Service and this Privacy Policy&#x20;

• Comply with applicable laws and regulations

## Disclosure of personal information

We do not sell, trade, or rent your personal information to any third-party. However, we may disclose your personal information to:

• Discord, as required by their API terms and conditions&#x20;

• Our service providers, such as hosting and maintenance companies&#x20;

• Law enforcement agencies, as required by law

## Security

We take reasonable measures to protect your personal information from unauthorized access, use, or disclosure. However, no method of transmission or storage is completely secure, and we cannot guarantee the absolute security of your personal information.

## Data Retention

We retain your personal information for as long as necessary to provide our services and fulfill our legal obligations. We may retain your personal information for a longer period if required by law or to resolve disputes.

## Your rights

You have the right to:

• Request access to your personal information&#x20;

• Correct or update your personal information&#x20;

• Request deletion of your personal information&#x20;

• Object to the processing of your personal information

## Changes to this privacy policy

We may modify or update this Privacy Policy at any time without prior notice. It is your responsibility to review this Privacy Policy periodically for changes.

## Contact us

If you have any questions, concerns, or feedback about this Privacy Policy, please contact @solennslashdogs. Or @getsholocolors.

By using CrunchCrunchPaw, you acknowledge that you have read, understood, and agree to be bound by this Privacy Policy.


---

# 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://crunchcrunchpaw.gitbook.io/crunchcrunchpaw-docs/important/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.
