> ## Documentation Index
> Fetch the complete documentation index at: https://help.bots.lt/llms.txt
> Use this file to discover all available pages before exploring further.

# Welcome to Bots Limited

> Build powerful Telegram Bots with Restricted Python (BLP) in minutes

<img className="block dark:hidden" src="https://mintcdn.com/bots-limited/x_6YHh7TWcgGP0Cj/logo/light.svg?fit=max&auto=format&n=x_6YHh7TWcgGP0Cj&q=85&s=b5c48d418f106fb4a608713298e711df" alt="Hero Light" width="180" height="23" data-path="logo/light.svg" />

<img className="hidden dark:block" src="https://mintcdn.com/bots-limited/x_6YHh7TWcgGP0Cj/logo/dark.svg?fit=max&auto=format&n=x_6YHh7TWcgGP0Cj&q=85&s=99d15d48816df377933f05705228f4ee" alt="Hero Dark" width="180" height="23" data-path="logo/dark.svg" />

## Welcome to the Future of Bot Development

**Bots Limited** is a fast, secure, and modern platform for building and hosting Telegram bots. Say goodbye to dealing with server hosting, webhook management, and database configuration. With Bots Limited, you simply write Python code and we handle the rest.

### Why Bots Limited?

* **Zero Setup Required:** No servers to provision, no databases to configure. Start coding immediately.
* **BLP Architecture:** Write in restricted Python (`BLP`) designed exclusively for Telegram automation.
* **Auto-Scaling:** Your bots automatically scale up as your user base grows.
* **Native Key-Value Storage:** Built-in fast persistent storage accessible globally.

## Quick Start

Get your first bot up and running in under 5 minutes.

<CardGroup cols={2}>
  <Card title="Create a Bot" icon="robot" href="/getting-started/quickstart">
    Learn how to get a bot token from BotFather and connect it to Bots Limited.
  </Card>

  <Card title="Understand BLP" icon="code" href="/reference/blp-syntax">
    Discover the powerful built-in functions available in the BLP language.
  </Card>
</CardGroup>

## Dive Deeper

Ready to build more complex features? Explore the core libraries and advanced functionalities.

<CardGroup cols={2}>
  <Card title="Command Routing" icon="route" href="/reference/commands">
    Understand how user messages trigger your code.
  </Card>

  <Card title="Core Libraries" icon="book-open" href="/libraries/bot-wrapper">
    Explore the `Bot` wrapper and how to send messages, photos, and keyboards.
  </Card>
</CardGroup>
