> For the complete documentation index, see [llms.txt](https://docs.crypton.tools/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.crypton.tools/crypton-super-bot/first-steps.md).

# First Steps

**Guide to Creating and Managing Wallets with Crypton Super Bot**

**Creating a New Wallet**

To get started, navigate to the "Wallets" menu. For a single wallet, click on "New Wallet." If you need multiple wallets, choose "X New Wallets" to create up to 10 wallets at once.

<div><figure><img src="/files/SfrtnKGec5OAvSWdIFYf" alt="" width="188"><figcaption></figcaption></figure> <figure><img src="/files/gXmmuH0gs2cvjiYStpuW" alt="" width="188"><figcaption></figcaption></figure> <figure><img src="/files/L7J3AbKcXmNEdlbvlq2H" alt="" width="188"><figcaption><p>Wallet Credentials</p></figcaption></figure></div>

**Connecting an Existing Wallet**

If you already have a wallet, you can easily connect it to your bot by clicking on "Connect Wallet."

**Managing Your Wallet Credentials**

After creating a new wallet, the bot will provide you with a fresh wallet address and a seed phrase. Ensure you save these credentials securely and delete the message from the bot to keep your information private and secure.

**Withdrawing or Deleting a Wallet Address**

If you want to withdraw TON, tokens, or delete a wallet address, simply click on the desired wallet address and select the appropriate option. We’ll get back to this later in the guide.

<div><figure><img src="/files/pkKFsw5Whr2pYHNKdNho" alt="" width="188"><figcaption><p>your current wallets</p></figcaption></figure> <figure><img src="/files/29UwhhWAFairr4ixQLzo" alt="" width="188"><figcaption><p>deleting a wallet </p></figcaption></figure></div>


---

# 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://docs.crypton.tools/crypton-super-bot/first-steps.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.
