> For the complete documentation index, see [llms.txt](https://help.bots.business/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.bots.business/libs.md).

# Libs

- [What it is - Libs?](https://help.bots.business/libs/what-it-is-libs.md)
- [Libs development](https://help.bots.business/libs/libs-development.md)
- [RefferalLib](https://help.bots.business/libs/refferallib.md): Use this Lib for referral tracking.
- [ResourcesLib](https://help.bots.business/libs/resourceslib.md): With lib we can manage any resources in bot.
- [Random](https://help.bots.business/libs/random.md): Send random message to user with this lib and get random values!
- [MembershipChecker (MCL)](https://help.bots.business/libs/mcl.md): This library is used to verify user membership in other channels and chats. It is also know as MCLib (MCL)
- [Cooldown Lib](https://help.bots.business/libs/cooldown-lib.md)
- [CurrencyConverter](https://help.bots.business/libs/currencyconverter.md): Conversion is as easy as a few lines of code!
- [Lang](https://help.bots.business/libs/lang.md): Lib for multi language support
- [TopBoardLib](https://help.bots.business/libs/topboardlib.md)
- [QiwiPayments](https://help.bots.business/libs/qiwipayments.md): Track payment with Qiwi.com
- [CoinPayments (CP)](https://help.bots.business/libs/coinpayments.md)
- [OxaPay](https://help.bots.business/libs/oxapay.md)
- [CryptoJS](https://help.bots.business/libs/cryptojs.md)
- [CurrencyQuote](https://help.bots.business/libs/currencyquote.md)
- [GoogleApp](https://help.bots.business/libs/googleapp.md)
- [GoogleTableSync](https://help.bots.business/libs/googletablesync.md)
- [Guard](https://help.bots.business/libs/guard.md)
- [Webhooks lib](https://help.bots.business/libs/webhooks-lib.md)
- [DateTimeFormat Lib](https://help.bots.business/libs/datetimeformat-lib.md)


---

# 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://help.bots.business/libs.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.
