# First Steps

## **Create and Manage Wallets with Sui Sniper Bot**

To get started, navigate to the "Wallets" menu. You can do this either by using "/start" command and clicking "Wallets" button on the main menu, or using "/wallets" command.

**Creating New Wallet(s)**

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

<div><figure><img src="/files/BUg3qnpykkamC01O6rXM" alt=""><figcaption></figcaption></figure> <figure><img src="/files/cAu9dlTTk9jHFeVlRIvS" alt=""><figcaption></figcaption></figure> <figure><img src="/files/p9KOExjSVgkqiPTMvShf" alt=""><figcaption></figcaption></figure></div>

**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.

**Connecting an Existing Wallet**

If you already have a wallet, you can easily connect it to your bot by clicking on "Connect Wallet" and pasting your private key or seed phrase into the bot.

**Withdrawing Sui/tokens or Deleting a Wallet Address**

If you want to withdraw SUI/tokens, or disconnect your wallet, 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/ryf1Vto2jatEzYFG5qm3" alt=""><figcaption></figcaption></figure> <figure><img src="/files/SxWMZxPhd23m2tltyne1" alt=""><figcaption></figcaption></figure></div>


---

# Agent Instructions: 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:

```
GET https://docs.suite.tech/sui-sniper-bot/first-steps.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
