> 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/terms-of-service.md).

# ➜ ﹒Terms Of Service

<figure><img src="/files/5aGoyrhgYspCFO9JNjVg" alt=""><figcaption></figcaption></figure>

***

**Effective**: October 13 2023

**Last Updated**: October 13 2023

***

1. ### Acceptance of Terms

   Please carefully read these Terms before using SUHO. By using our Discord bot, you agree to comply with and be bound by the following terms and conditions.
2. ### Description of Service

   SUHO is an innovative Discord bot that brings the excitement of card collecting to your server. With a user-friendly interface and a wide array of features, our bot allows you to create, collect, trade, and showcase virtual cards within your Discord community.
3. ### User Obligations

   When using SUHO, you agree:

   * To provide accurate and complete information during the verification process.
   * To use the bot only for its intended purpose and in accordance with Discord's Terms of Service.
   * Not to engage in any activity that may disrupt or interfere with the functioning of the bot or other users' experience.
4. ### Disclaimer

   Our Discord bot is provided "as is" without any warranty, express or implied. We do not guarantee the accuracy, reliability, or availability of the bot
5. ### Limitation of Liability

   We shall not be liable for any direct, indirect, incidental, special, or consequential damages arising out of or in connection with the use of our Discord bot.
6. ### Termination

   We reserve the right to terminate or suspend your access to SUHO at any time and for any reason, without prior notice or liability. You may terminate your use of SUHO at any time by discontinuing its use.
7. ### Governing Law

   These Terms of Service shall be governed by and construed in accordance with the laws of France.
8. ### Changes

   We reserve the right to modify or update these Terms at any time. Any changes will be effective immediately upon posting the revised Terms on SUHO. It is your responsibility to review the Terms periodically for any updates.
9. ### Contact

   If you have any questions or concerns regarding these Terms of Service, please contact **@kimjuncotton** on Discord or join our support server: *<https://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/terms-of-service.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.
