# GETTING STARTED

- [IMPORTANT - Enable 2FA on Telegram](https://bullseye-bot.gitbook.io/bullseyebot/bullseye-telegram-trading-bot/getting-started/important-enable-2fa-on-telegram.md): We HIGHLY recommend setting up Two-Step Verification on Telegram so nobody can log into your account without your consent. Your funds are only as safe as your Telegram Account/Password
- [First Time Bot Users / Start Here](https://bullseye-bot.gitbook.io/bullseyebot/bullseye-telegram-trading-bot/getting-started/start-here.md): Please see screenshots below for bot startup steps/information
- [Fund Your Wallet](https://bullseye-bot.gitbook.io/bullseyebot/bullseye-telegram-trading-bot/getting-started/start-here/fund-your-wallet.md): To start using the bot, you must first fund your wallet with $PLS for gas and trades


---

# 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://bullseye-bot.gitbook.io/bullseyebot/bullseye-telegram-trading-bot/getting-started.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.
