> For the complete documentation index, see [llms.txt](https://devbot.gitbook.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://devbot.gitbook.io/docs/bot-overview/getting-started.md).

# Getting started

## Initializing the bot

[Click here](https://t.me/yournewdevbot) to get access and open the bot in Telegram. You will see a button at the bottom that says `Start`. All you will need to do is click it, the bot will handle the rest in the background.

<figure><img src="/files/OC6k1O04AbuRwZ1lon3G" alt=""><figcaption></figcaption></figure>

If you are a first-time user, you will need to join the [DEVbot Token Alerts](/docs/launching-a-new-token/devbot-token-alerts.md) channel to be able to use the bot. After joining, come back to the bot and click the `Try again` button. You will now have access to the bot.

<figure><img src="/files/MmBFs6UDX9Z6ktTFcpIz" alt=""><figcaption></figcaption></figure>

## Main Menu

What you're seeing now is the main menu that you can open up any time you send the `/menu` command in the chat.

<figure><img src="/files/KWhG6MVpel8kjXXxLwB0" alt=""><figcaption></figcaption></figure>

The menu is the heart of the bot, from where you can reach 99% of its features simply by clicking buttons. There is almost no need to send commands, besides `/menu` and `/wallet`, which shows your current main wallet and balance for convenience.&#x20;

**The main menu is structured pretty self-explanatory:**

1. [Launch New Token 🚀](/docs/launching-a-new-token/creating-a-new-token.md)
2. [My Tokens 💎](/docs/token-management-and-update/token-management-overview.md)
3. [Wallets](/docs/bot-overview/manage-wallets.md)
4. [Chains](/docs/bot-overview/chain-settings.md)
5. [Alerts](/docs/launching-a-new-token/devbot-token-alerts.md)
6. [Rewards](/docs/bot-overview/referrals-and-devbot-points.md)
7. [Help](/docs/introduction/faq.md)

Additionally, you will find a balance section above the buttons and a wallet address you can copy by simply tapping on it. This is your [personal bot wallet](/docs/bot-overview/manage-wallets.md), which only you have access to. To be able to deploy tokens, you will need to fund it.&#x20;

How much to fund it with depends on 2 things: the gas cost of the chain you want to launch on and the amount of ETH or BNB you want to put into the liquidity pool. To quickly find out that cost, you can configure your token and see the gas estimation of the chain by [following the steps explained here](/docs/launching-a-new-token/creating-a-new-token.md). There is no need to fund it right away.


---

# 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, and the optional `goal` query parameter:

```
GET https://devbot.gitbook.io/docs/bot-overview/getting-started.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
