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

# Privacy Policy VoidX

Welcome to the VoidX Privacy Policy, operated by andrew\.dev.es. This Privacy Policy describes how VoidX collects, uses and protects the information you provide when you use the bot.

### 1. Developer Information and Purpose

Developer: andrew\.dev.es.\
Contact: [Discord](https://discord.com/invite/x9a9psQHfT).\
Purpose: Improve your stay in the communication network, Discord.

### 2. Data Collected and Stored

* Information provided voluntarily by users, by this we mean the playlist, the ID of the users and servers, to identify their configurations and data explained in this section, and temporarily, the files in image format for the image recognition function.
* We save the last 5 messages sent in a guild, we do not save the owner of the message, and only the ai can read the messages, it is only to have a chat history. Once the 5th message arrives, the last message is deleted and another one is created.

### 3. Use of Data

* Identify the images provided with the user's will.
* Play the songs added to the playlist provided by the user with their consent.
* To have a guild chat history for artificial intelligence. We do not store the owner of the message

### 4. Share Information

VoidX does not share personal information with third parties, the use of the integrated Artificial Intelligence is under your own consent.

### 5. User Rights

Users have the right to access, correct or delete their personal data collected. To do this, go to the bot and use the following commands:

* /playlist remove song: (It will display a list of your songs from your playlist, then remove them one by one).
* /playlist destroy

If you wish, you can contact our team through the [support server](https://discord.gg/x9a9psQHfT) to help you delete your playlist information.

### 6. User Consent

By using the bot, you consent to the collection, processing and use of your personal data in accordance with this Privacy Policy.

**Note: We are not responsible for the inappropriate use of the integrated artificial intelligence**

If you have any questions about this Privacy Policy, please contact us at [Discord](https://discord.com/invite/x9a9psQHfT).


---

# 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://voidxbot.gitbook.io/legal/pp.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.
