> For the complete documentation index, see [llms.txt](https://jester.gitbook.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://jester.gitbook.io/docs/tools/jesterbot.md).

# JesterBot

**Bot:** [https://b](https://t.me/jestersignalsbot)[ot.jester.global](https://bot.jester.global/)'

[⚠️](https://emojipedia.org/warning) This guide is active as of March 3, 2025. However the new management bot [Castellan](/docs/tools/castellan.md) will soon be taking the place of verification.

{% hint style="danger" %}
The Original Jesterbot will soon be defunct as it is to be replaced by [Sceptre](/docs/tools/sceptre.md)
{% endhint %}

## Welcome to the JesterBot!&#x20;

Follow these straightforward steps to get started.

### **Start:**&#x20;

* Use **/start** to initialize the bot and begin the setup procedure.

### **Verify:**&#x20;

* If you choose to utilize the free trial, use **/trial** and follow the steps.
* If you have already purchased $JEST, use **/verify** and follow the steps.

### Configuratio&#x6E;**:**&#x20;

* Once you have been verified as either a trial user or a tier holder, proceed to the Main Menu.

### Feed&#x73;**:**&#x20;

* At the Main Menu, choose **Configuration**. You will be prompted to choose your feeds and enable asset alerts.

### Bots:&#x20;

* In **Feeds**, choose the bots or platforms that you would like to have hotlinked from the signals.

### After following these steps, you should be fully initialized and ready to start trading!


---

# 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://jester.gitbook.io/docs/tools/jesterbot.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.
