# What it is - Libs?

Libs - it is common functionality. You can use it for any your tasks.

For example Bots.Business have such Libs:

* Random Lib - for random messages from bot
* Referral Lib - for referral tracking
* ResourcesLib - for chat resources with growth and etc
* Lang Lib - for multi language
* etc

### How to install Lib to bot?

1.Go to Libs Tab in the App

![](/files/-LYt3ImwM9mgtQJfH_tO)

2\. Click on Install button

3\. Select your bot

### How to use Lib?

Please see help article for this Lib.

## Github repo

All public official BB libs avaible in <https://github.com/bots-business/store-libs>

&#x20;


---

# 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/what-it-is-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.
