# FAQ

<details>

<summary>What is a VPS?</summary>

A VPS is a remote computer that runs 24/7.

We use it so everything is already set up for you and runs smoothly without needing a powerful personal computer.

</details>

<details>

<summary>Do I need Level 2 data?</summary>

Yes.

Liquidity Mapping Suite relies on Level 2 data to display real market liquidity. Without it, the indicator will not function correctly.

</details>

<details>

<summary>Does this work on TradingView?</summary>

No.

IBLV Automated is built specifically for **NinjaTrader 8**.

</details>

<details>

<summary>Can I use a prop firm?</summary>

Yes.

As long as your prop firm supports NinjaTrader and provides access to Level 2 data.

</details>

<details>

<summary>Why don’t I see all liquidity levels?</summary>

This usually means your data provider is limited or throttled.

Some providers do not show full market depth.

</details>


---

# 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://docs.iblvautomated.com/general/faq.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.
