> For the complete documentation index, see [llms.txt](https://docs.iblvautomated.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.iblvautomated.com/start-here.md).

# Start Here

## Welcome to the IBLV Automated User Manual!

Here you'll find everything you need to know about the IBLV Automated system, along with additional trading education and general guidelines.

Easily navigate to the various sections using the menu on the left-hand side of the dashboard.

### **BROKER CONNECTION REQUIREMENTS**

{% hint style="danger" %}

### TRADOVATE & NINJATRADER BROKERAGE ACCOUNT DATA (NOT RECOMMENDED)

Data purchased inside the Tradovate or NinjaTrader dashboard is **NOT recommended**. No users have been able to access **full market depth** even when selecting Level 2 data.

Because of this variability, this setup is considered less reliable compared to a Rithmic-based connection.

***

***

#### What to Expect

Even when CME Level 2 (Full Depth) is enabled with NinjaTrader/Tradovate, your experience may vary depending on your account and data provisioning.

In some cases, you may notice:

* Fewer liquidity levels than expected
* Missing levels at certain price points
* A chart that appears less active or “empty.”

This does not indicate an issue with LMS or TraderX. It is a result of how the data is being delivered by the provider.

***

#### Recommendation

If you are using NinjaTrader data and notice limited levels or inconsistent behavior, we recommend switching to a[ **Rithmic-based setup** ](/please-read-before-starting/data-requirements-to-use-iblv-automated/using-a-prop-firm-for-data-only-recommended.md)for a more consistent and complete view of the order book.
{% endhint %}

***

### **SUPPORT**&#x20;

{% hint style="danger" %}

### **IMPORTANT:** Please Read Before Contacting Support **or opening a ticket:**

Before reaching out to support, we **strongly recommend using our AI assistant**, which is directly connected to our full support documentation.

If you run into any issues:

Click the **“Ask”** button (shown in the image below)\
Type your question clearly

In most cases, the AI will provide an immediate and clear answer based on our setup guides and troubleshooting steps.
{% endhint %}

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

Don't hesitate to reach out with any questions you might have along the way via email.

<support@iblvautomated.com>&#x20;


---

# 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://docs.iblvautomated.com/start-here.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.
