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

# Get Started / Tutorials

## Read the Gitbook

Seeing as you are already here, we recommend that you take a read through our brief pages to help familiarise yourself with the bot and some of it's functions. It will give you a much needed head start and will help you get the most out of your ProphetBots experience.

## YouTube Guides

If your not much of a reader, you can head over to our YouTube where you'll be able to find our highly requested video guides. These short, snappy guides will give you a crash course on whatever you need to know when it comes to using our bot. We'll be adding more videos over time, so be sure to subscribe if you want to stay up to date.

{% hint style="info" %}
<https://www.youtube.com/@ProphetBots>
{% endhint %}

***

## How To Use The Signal AutoSniper On The Trading Terminal

{% embed url="<https://www.youtube.com/watch?v=e157bHQRoxk>" %}

***

## How To Use The Signal AutoSniper on Telegram

{% embed url="<https://www.youtube.com/watch?v=R-KgYrwKED8>" %}

***

### How To Use Wallet

{% embed url="<https://www.youtube.com/watch?v=ri4PRy-QAXA>" %}

***

### How To Use Settings

{% embed url="<https://www.youtube.com/watch?v=eF-uWC0XhT0>" %}

***

### How To Buy And Sell

{% embed url="<https://youtu.be/W6ETDDINnMw>" %}


---

# 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://prophetbots.gitbook.io/prophetbots/eth-telegram-bot/get-started-tutorials.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.
