> ## Documentation Index
> Fetch the complete documentation index at: https://guides.ditch-concept.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Introduction

> Welcome to Supastore guides section

## Setting up

Follow these steps to create your first Telegram store using Supastore

<CardGroup cols={1}>
  <Card icon={"robot"} title={"Create Telegram Bot"} href={"/pages/create-bot"}>
    Follow a quick guide on how to create telegram bot
  </Card>

  <Card icon="link-simple" title={"Connect your bot to Supastore"} href={"/pages/connect-bot"}>
    Learn how to connect your bot to Supastore.
  </Card>

  <Card title={"Customize your bot"} icon={"paintbrush"} href={"/pages/customize-bot"}>
    Watch a quick tutorial on how to set name, description and profile picture for your bot.
  </Card>

  <Card icon={"box-open"} title={"Create your products"} href={"/pages/create-products"}>
    Learn how to create your products in Supastore.
  </Card>

  <Card icon={"credit-card"} title={"Connect payment gateway"} href={"/pages/connect-payment-gateway"}>
    Learn how to connect your payment gateway to Supastore and start accepting payments.
  </Card>
</CardGroup>
