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

# ➜ ﹒Privacy Policy

<figure><img src="/files/ZJtFPJY540WWOIt2LTyL" alt=""><figcaption></figcaption></figure>

***

This Privacy Policy describes how SUHO collects, uses, and discloses information when you use our bot. By using the Service, you agree to the collection and use of information in accordance with this policy.

***

1. **Information Collection and Use**
   * The types of information collected may include:
   * Discord user IDs
   * Discord server IDs
   * User-specific data related to card collection, including cards owned and trading history
2. **Use of Collected Information**

   The information collected is used for the following purposes:

   * To provide and maintain the service in the best way
   * To improve the bot
   * To allow users to engage in card trading and collection activities within the Discord server
3. **Data Security**

   The security of your data is important to us, but please be aware that no method of transmission over the internet or method of electronic storage is 100% secure. While we strive to use commercially acceptable means to protect your Personal Information, we cannot guarantee its absolute security.
4. **Links to Other Sites**

   The Service may contain links to other sites. If you click on a third-party link, you will be directed to that site. Note that these external sites are not operated by us. Therefore, we strongly advise you to review the Privacy Policy of these websites. We have no control over and assume no responsibility for the content, privacy policies, or practices of any third-party sites or services.
5. **Changes to This Privacy Policy**

   We may update our Privacy Policy from time to time. Thus, we advise you to review this page periodically for any changes. We will notify you of any changes by posting the new Privacy Policy on this page. These changes are effective immediately after they are posted on this page.
6. **Contact Us**

   If you have any questions or suggestions about our Privacy Policy, do not hesitate to contact **@kimjuncotton** on discord, or join our support server at *discord.gg/suho*.


---

# 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://suho-bot.gitbook.io/suho-bot/suhos-tos/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.
