> 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/prophetbots-features/signal-dashboard.md).

# Signal Dashboard

Introducing... the ProphetBots Dashboard, a easy to use tool, providing you with a breakdown of our signals and how they perform, and completely free to use.&#x20;

### <https://dashboard.prophetbots.io/>

***

Our Signal Dashboard is broken down into two pages:&#x20;

### Dashboard

The Dashboard page provides you with an overview of our Godmode signals. This is where you can find all of the necessary statistics and figures that you might want to know about how each signal is performing, enabling you to do some research for future investments, or to dial in on your existing trading methods.&#x20;

<figure><img src="/files/Lf4XsaDsWOYN888IKYuH" alt=""><figcaption></figcaption></figure>

### Trade Simulator

The Trade Simulator allows you to simulate trades on previous calls within our Godmode signals. This will allow you to figure out how much you could have made off our previous Godmode signals. You are able to input a variety of different settings that suit your trading style, from Amount of ETH spent per trade, your Take Profit Multiple and much more.&#x20;

<figure><img src="/files/ipizEdbeOMSo0mmQML4D" alt=""><figcaption></figcaption></figure>


---

# 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/prophetbots-features/signal-dashboard.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.
