> 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/git/file-bot-json.md).

# File: bot.json

bot.json - it is file with bot description. It is required for bot import.

bot.json example:

```
{
  "bb_sync_version":"1.0",
  "name":"testBot",
  "git_remote":"git@github.com:bots-business/bb-bot-test.git",
  "csv_url":"https://example.com/csv"
}
```
