# 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: 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:

```
GET https://help.bots.business/libs.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
