# Setup

- [Run on local PC](https://tv-connector.gitbook.io/docs/setup/run-on-local-pc.md): This guide shows steps to run the tool on your local.
- [Run on cloud service](https://tv-connector.gitbook.io/docs/setup/run-on-cloud-service.md): This guide shows steps to run the tool on a cloud service for mainnet with docker.
- [Test Tradingview strategy alert](https://tv-connector.gitbook.io/docs/setup/test-tradingview-strategy-alert.md): After server setup is done, this guide shows how to test you can receive strategy alert from Tradingview and execute order
- [Set Tradingview strategy alert](https://tv-connector.gitbook.io/docs/setup/set-tradingview-strategy-alert.md)
- [GMX Setup](https://tv-connector.gitbook.io/docs/setup/gmx-setup.md): This page lists the key differences that are specific to GMX v2 setup.
- [dYdX v4 Setup](https://tv-connector.gitbook.io/docs/setup/dydx-v4-setup.md): This page lists the key differences that are specific to dYdX v4 setup.
- [Bluefin Setup](https://tv-connector.gitbook.io/docs/setup/bluefin-setup.md): This page lists the key differences that are specific to Bluefin setup.
- [Hyperliquid Setup](https://tv-connector.gitbook.io/docs/setup/hyperliquid-setup.md): This page lists the key differences that are specific to Hyperliquid setup.
- [Add Sentry.io monitoring](https://tv-connector.gitbook.io/docs/setup/add-sentry.io-monitoring.md): Following steps are optional, but you can monitor your server status by Sentry.io
- [Deploy on Digital Ocean](https://tv-connector.gitbook.io/docs/setup/deploy-on-digital-ocean.md): A quick guide of how to deploy on Digital Ocean instead of Render.com
- [FAQ](https://tv-connector.gitbook.io/docs/setup/faq.md)


---

# 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://tv-connector.gitbook.io/docs/setup.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.
