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

# Getting Started

***

[`Use this link below or click this header to open the bot on Telegram`](https://t.me/looter_ai_bot)`!`

{% embed url="<https://t.me/looter_ai_bot>" %}

## First Impressions 👀&#x20;

***

<figure><img src="https://i.gyazo.com/dd3477983c7a61ee154f3a7af2bfceeb.png" alt="" width="563"><figcaption></figcaption></figure>

**Upon using /start,** you will be greeted with this message, which includes quick access links to our docs and discussions telegram channel for any assistance you may need! ✅ \
\
When the bot is launched for the very first time, **5 fresh Ethereum wallets** are created for you to use for buying, selling and sniping with the bot! ⚡️&#x20;

The 5 Ethereum wallets can be **replaced, regenerated and exported** at anytime you wish 😎

***

## Home Page 🏠&#x20;

<mark style="color:orange;">`You can access the home page at any time by using the command /home`</mark>

Features to choose from include **Buy / Snipe**, **Snipe Orders**, **Limit Orders**, **Sell Tokens**, **View Wallets, Trade History** and **User Settings**. This initial page of buttons will be the home of operations on how to navigate towards whichever feature you'd like to use.&#x20;


---

# 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.looter.ai/introduction/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.
