# 🗺 Asset Atlas

Asset Atlas is the intelligence layer for your game project — a complete **knowledge graph of every asset, dependency, and system** in your build. It not only answers the “where” and “what” of your assets, but also surfaces the “why” and “how” behind your design choices.&#x20;

Atlas automatically understands your Unity project so you can ask it questions and get instant answers about your code, assets, and how things connect.

<a href="https://flow.letsterra.com/" class="button primary">Visit Website</a> <a href="https://cal.com/terra-demo/30min?overlayCalendar=true" class="button secondary">Schedule a demo</a>

{% hint style="info" %}
**You ask:** "What scripts are in my project and how are they organized?"

**Atlas answers:** Shows your actual folder structure, script names, and how they relate to each other
{% endhint %}

Asset Atlas makes every project instantly *understandable, navigable, and explainable*.

* **Universal Index**: Every asset, script, prefab, shader, and UI element automatically indexed and mapped.
* **Semantic Queries**: Ask in natural language and receive precise answers (dependencies, unused assets, performance bottlenecks, etc.).
* **System Summaries**: Auto-generate high-level views of game flows, progression, monetization, and analytics.
* **Design Intelligence**: Turn raw technical data into Game Design Document (GDD)-quality outputs.
* **Cross-Team Utility**: Developers see references & performance issues, designers see economy balance & progression flows, producers see status and risks.

### How Atlas Works

{% stepper %}
{% step %}

#### **Automatic Connection**

Atlas detects your Unity project when you open Flow. No setup required.

*What you see:* Project name, Unity version, connection progress

<div><figure><img src="/files/gHOOFe5CEO0QROFcMMem" alt="" width="299"><figcaption></figcaption></figure> <figure><img src="/files/Orip1re66q7MXrmCp1gW" alt="" width="300"><figcaption></figcaption></figure></div>
{% endstep %}

{% step %}

#### **Project Indexing**

*What you see:*

* Real-time progress (scripts, prefabs, textures being processed)
* File names streaming by as they're analyzed
* "Indexing complete" when done

<figure><img src="/files/TCf3SCmVp7KeK6ZhAlI8" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

#### **Ready to Chat**

Atlas scans through all your files to understand your project structure and once done, chat input becomes active. Atlas now knows about every asset in your project.

*What you see:* "Atlas is ready! Ask me anything about your project."

<figure><img src="/files/oC0GMySbFYMpxJf8Z1Fh" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

#### **Ask Questions**&#x20;

Type normal questions about your project in the chat &&#x20;

<figure><img src="/files/UzaD3GJ76299am7Zp9Dk" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

#### **Get smart answers**

Atlas responds with specific information about *your* project.

<div><figure><img src="/files/QrVLS3xM8Gd4fm0PkcQe" alt=""><figcaption></figcaption></figure> <figure><img src="/files/VU5UQxGPuu2VYzvovfhL" alt=""><figcaption></figcaption></figure></div>
{% endstep %}
{% endstepper %}

### Technical Notes

**No Setup Required**

* Automatically connects to your Unity project
* Read-only access (never modifies your files)
* Works in background without affecting Unity

**Project Coverage**

* Indexes all scripts, prefabs, textures, materials
* Maps dependencies and relationships
* Updates automatically when you make changes

*Atlas is part of Flow - the Unity-native AI copilot for LiveOps teams. No coding required, just natural conversation about your Unity project.*


---

# 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/product-features/asset-atlas.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.
