# Welcome

TickRex is your platform for **intelligent, automated, and collaborative trading**. Here, code, AI, and live data come together so you can build, test, and execute strategies with precision.

<figure><img src="https://249033878-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F9eVrTushLZJUnDJcuAQG%2Fuploads%2FMygjGlvnYJO7ZhZaZmZU%2F17759273416ac6.png?alt=media&#x26;token=e57649f4-b450-459d-a148-20f833287784" alt=""><figcaption></figcaption></figure>

In these docs, you’ll learn how to:

* **Automate workflows** with [Code Reactions](https://docs.sigrex.io/reaction/code-reaction), [LLM Reactions](https://docs.sigrex.io/reaction/llm-reaction), and Signal Bots
* **Process and react to real-time data** through [Data Webhooks](https://docs.sigrex.io/reaction/data-webhook)
* **Leverage AI insights** with [LLM Sessions](https://docs.sigrex.io/startegies/llm-session) for smarter decisions
* [**Share**](https://docs.sigrex.io/social/friends) **and synchronize strategies** across your team or community

Towerflow is designed for traders and developers who want **full control**, while still benefiting from **AI-driven analysis, deterministic logic, and real-time execution**.

Whether you’re building a simple automated rule, a complex AI-driven reaction, or a network of synchronized bots, these docs will guide you through every feature — from basic setup to advanced strategies.

**Explore, experiment, and level up your trading with Towerflow.**

<table data-view="cards"><thead><tr><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td>Code Strategy</td><td><a href="startegies/code">code</a></td></tr><tr><td>LLM Session</td><td><a href="startegies/llm-session">llm-session</a></td></tr><tr><td>Reactions</td><td><a href="reaction">reaction</a></td></tr></tbody></table>


---

# 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.sigrex.io/readme.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.
