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

# Terms of Service

### Terms **& Conditions**

By using our bot, you accept all our conditions and if you do anything against our rules and conditions, we have permission to block your access to the bot.  Any copying of names, texts and emojis created by us is against our conditions. This project is not open source and it is not going to be open sourced or sold.

### **Messages**

Your messages are not stored anywhere and no one can read your messages through the bot. Only the text after the command that requires text input will be saved.

### Premium

All features of the bot are free, but some features of the economy section require purchase. In the future, some of the bot's features may not be free.

### Abuse

Abuse, spam commands, etc. are prohibited. If you want to abuse the bot's features or spam, your Discord ID will be sent to the staff and you will be blacklisted without any notification.

### Changes to Terms and Conditions

Our terms and conditions may be updated. In case of any update, we will announce it on our discord server and bot. Also, by checking this page, you can find out about any updates.C

### Contact Us

If you have any questions or problems about the bot and its capabilities, you can ask it on our Discord support server.


---

# 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://bokhtapos.gitbook.io/bs/miscs/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.
