> 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/protected-bot.md).

# Protected bot

Protected bot - it is a bot without access to commands editing and copying.

{% hint style="success" %}
Protected bots - good thing for selling to customers.

Make protected bots with [Admin Panels](https://help.bots.business/scenarios-and-bjs/admin-panel) and sell them
{% endhint %}

**Forbidden for this bot:**

* add new command
* edit and remove commands
* view commands
* change BJS
* make bot copy (via app and BJS)
* git exporting (via app and BJS). Git importing is allowed

**Allowed:**

* Bot token changes
* Bot name changes
* Admin panel: view + changing
* Properties: view + changing
* Errors
* Chats, users

{% hint style="danger" %}
**Security**

Try to remove all secure data in such bot like:

* BB Api key
* Coinpayment api keys
* etc

Strictly **do NOT** use such safe data in `/setup`

It will be avaible in Props Tab!

Also, your secure data can be available in Error Tab. So try don't use safe data in protected bot.
{% endhint %}

## How to create Protected bot?

If you want to sell your bot - just start develop it.

You can [install protected bot](https://help.bots.business/scenarios-and-bjs/bb-admin-functions#bbadmin-installbot) for another users via BJS

Contact the administrator to start selling this bot.


---

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

```
GET https://help.bots.business/protected-bot.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.
