# Welcome to Flow

<p align="center"><a href="https://flow.letsterra.com" class="button primary">Visit Website</a></p>

### **Flow is the LiveOps platform you wish you had.**

Flow is your **AI copilot for Unity development** paired with **an innovative run-time deployment engine** that helps you reach every player without an app update. Build better solutions faster, then ensure 100% of your players experience them.

### The Two Problems Flow Solves

#### Problem 1: Development Takes Too Long

Finding bugs, optimizing performance, creating UI—repetitive work that keeps you from solving real player problems.

**How Flow solves it:**\
Flow's AI copilot features handle implementation overhead while you focus on creative decisions:

* [**UI Builder**](https://wiki.letsterra.com/product-features/ui-builder) transforms Figma designs into Unity UI (30 seconds)
* [**WirePilot**](https://wiki.letsterra.com/product-features/wirepilot) scaffolds complete game systems from natural language requests and auto-wires components
* [**Asset Atlas**](https://wiki.letsterra.com/product-features/asset-atlas) indexes your entire Unity project so you can ask questions about any asset or system
* [**AI Profiler**](https://wiki.letsterra.com/product-features/auto-profiler) identifies bottlenecks from real player sessions

#### Problem 2: Your Solutions Don't Reach At-Risk Players

When you ship via app updates, 30-40% of active players never download them. The rest take 2-3 weeks. Your retention features miss the players most likely to churn.

**How Flow solves it:**\
[**Hot Deploy Engine**](https://wiki.letsterra.com/product-features/hot-deploy-engine) deploys C# code to 90% of active players without them needing to download an update:

* New progression systems, game mechanics, core features reach everyone
* Players restart once (3 seconds) and experience improvements
* At-risk players who skip updates get retention features when they need them

{% hint style="success" %}
**Flow solves both: AI copilot helps devs  do their best work. Hot Deploy ensures every player experiences it.**
{% endhint %}

### Why AI Copilot + Hot Deploy Changes Everything

#### **AI Tools Alone:**

* Help you build better solutions ✅&#x20;
* But 20-30% of players never experience them ❌
* Takes 3 weeks to reach the rest ❌

#### **Hot Deploy Alone:**

* Reach 100% of players ✅
* But you still do all the heavy lifting manually ❌

#### **Flow = AI Copilot + Hot Deploy:**

* AI accelerates your best work ✅&#x20;
* Every solution reaches 100% of players ✅&#x20;
* At-risk players benefit from your improvements ✅&#x20;

<p align="center"><strong>One platform. Two problems solved</strong></p>

### How Flow Works Together

1. **Build** with Flow's integrated tools (UI Importer, AI Profiler)
2. **Deploy** via Hot Deploy to 100% of your players
3. **Measure** impact with Analytics Engine
4. **Iterate** based on real player data—deploy again instantly

**The complete workflow: Build → Deploy → Measure → Iterate**

All without app store friction. All reaching 100% of players.


---

# 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://wiki.letsterra.com/welcome-to-flow.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.
