# Backtesting

[Insiders.bot](http://Insiders.bot) provides backtesting data for signal performance. This allows you to evaluate how past signals would have performed, helping you calibrate your trust in different signal strength levels and categories.

Access backtesting data through the **Backtesting** button on Telegram signal alerts or through the dedicated backtesting section on the web platform.

{% hint style="info" %}
**Best Practice:** Use signals as a discovery tool, not a blind-follow system. Review the trader's full profile, check the market fundamentals, and consider your own risk tolerance before executing any trade. The most successful users combine signal intelligence with their own research.
{% endhint %}


---

# 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://insidersbot.gitbook.io/insiders.bot/smart-signals/backtesting.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.
