# Flow - A Unity Copilot

## Flow AI Wiki

- [Welcome to Flow](https://wiki.letsterra.com/welcome-to-flow.md): The Live Game Transformation Platform for Unity
- [Use Cases](https://wiki.letsterra.com/use-cases.md): Discover where you can use Flow to accelerate your Unity LiveOps & game development the most
- [Getting Access](https://wiki.letsterra.com/getting-access.md)
- [Overview](https://wiki.letsterra.com/product-features/overview.md)
- [🔥 Hot Deploy Engine](https://wiki.letsterra.com/product-features/hot-deploy-engine.md): Deploy any C# code update to 100% of players—without them downloading an app update
- [🗺 Asset Atlas](https://wiki.letsterra.com/product-features/asset-atlas.md): Unity Project Intelligence for Developers
- [⚡ Wirepilot](https://wiki.letsterra.com/product-features/wirepilot.md): Your Unity project's automation copilot
- [📊 Auto-Profiler](https://wiki.letsterra.com/product-features/auto-profiler.md): Silently profile your game on real user devices and surface the most likely culprits behind issues—so you can focus on fixing, not hunting
- [🖼 UI Builder](https://wiki.letsterra.com/product-features/ui-builder.md): Turn design files into working pixel perfect Unity UI without manual reconstruction.
- [📈 Analytics Ninja](https://wiki.letsterra.com/product-features/analytics-ninja.md): Ask natural language questions about your game — no SQL, no schema headaches.
- [Account Management](https://wiki.letsterra.com/general/account-management.md)
- [Plans, Usage & Pricing](https://wiki.letsterra.com/general/plans-usage-and-pricing.md): Practical guidance for managing your Flow account, monitoring usage, and understanding billing.
- [Case Study: When Config Tweaks Weren't Enough](https://wiki.letsterra.com/case-studies/case-study-when-config-tweaks-werent-enough.md): How Hot Deploy helped reach 90% of players with real core gameplay changes & finally moved retention


---

# 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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a 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.
