ChanTan Studio Docs
Open ChanTan Studio
Docs › Your App's Data

The Manage Menu in ChanTan Studio: Where Everything Is

Find your app's data, users, files, code and error log in one place. A plain-English tour of the Manage menu — and why there is no Cloud tab to look for.

Last updated: Fri Aug 21 2026 07:00:00 GMT+0700 (Indochina Time)

Your project has just two tabs at the top: "Preview" (your app running live) and "Manage ▾" (everything behind your app).

Everything else — your data, the people who sign in, your files, your code — lives inside "Manage ▾".

⚠️ Looking for a "Cloud tab" or a "Database tab"? Neither exists. Some older messages still use those words. Open "Manage ▾" at the top of your project instead — that's not your mistake, it's stale wording.

1. Open your project

From your dashboard, click the project you want to look inside.

2. Press "Manage ▾" at the top

It sits right next to "Preview". A menu drops down.

On a phone, the bottom bar reads "Chat" / "Preview" / "Manage" — tapping "Manage" opens the exact same menu.

3. Pick what you want to see

The menu is split into two groups. Each item says in plain words what it is.

"Your app data"

Item What it holds
"Database" "Everything saved in your app — users, records, orders."
"Analytics" "How your app is doing — users, visits, growth."
"Chat history, logins & files" "Your plans, passwords, accounts & files the AI created for you."
"AI Features" "Smart features running inside your app."

"Advanced"

Item Badge What it holds
"Code" "Advanced" "The code behind your app." A read-only file viewer.
"Errors" "Advanced" "Technical problem log — for debugging."

A seventh item, "Domain", appears in the "Advanced" group once your app is published (badge "When live", description "Connect your own web address.").

Done. You should now see the drop-down with "Your app data" on top and "Advanced" underneath — and clicking any item opens that screen.

The "Engine room" — the hub behind Database and Analytics

"Database" and "Analytics" both open the same manager. Its home screen is called "Your app's engine room""Everything behind your app in one place — tap a card to open it."

You can return to it from anywhere inside using the "Engine room" pill.

From there you reach:

Card What it is
"Data" The tables and rows your app saved
"Files" Photos, uploads and documents
"Users" People signed in to your app
"Safe copies" Your daily backups
"Analytics" Visits, users, growth
"Plan & limits" Storage, requests and credits

There's also a quieter "Advanced" row: "Sign-in settings", "Secrets", "SQL Editor", "Edge Functions", "Scheduled Tasks", "System logs", "Activity" and "Suggestions". Most owners never open any of these.

Across the top runs a live band of numbers: "total users", "rows of data", "storage used" and "active last 30 days". While a number is still loading it shows "—" — you'll never be shown a fake zero.

Quick "where do I find…?" table

You want Go to
The rows my app saved "Manage ▾" → "Database" → "Data"
An admin login the AI made for me "Manage ▾" → "Chat history, logins & files" → "LOGINS"
A plan I asked for with the Plan button "Manage ▾" → "Chat history, logins & files" → "PLANS"
My app's uploaded photos and documents "Manage ▾" → "Database" → "Engine room" → "Files"
An AI-generated photo, full size "Manage ▾" → "Code" → click the image → "Open ↗"
An API key for an outside service "Manage ▾" → "Database" → "Engine room" → "Advanced" → "Secrets"
The people who sign in to my app "Manage ▾" → "Database" → "Users"

Honest limits

  • "Code" is read-only. No typing, no Save, no rename, no delete. To change your app, describe the change in the chat or use click-to-edit on the Preview tab.
  • There is no ZIP download of your project anywhere. The way to take your code out is the "Push to GitHub" button in the project header — it creates a private repository you own.
  • "Errors" has nothing to press. It's a diagnosis log. If your app is broken, describe the problem in the chat instead.
  • You don't need any of this for normal use. The AI sets up your database, writes the saving code and turns on data protection for you. Manage exists so you can see what it did.

If something looks wrong

What you see What it means
"No files generated yet" under "Code" The AI hasn't written anything yet — send your first request in the chat.
"No data yet" under "Database" Your app just hasn't saved anything yet. Nothing is broken.
The "Welcome to Database" screen This project has no database yet — pick one of the two options shown.
A footer saying "App storage files live in Cloud → Files" Stale wording. The real path is "Manage ▾" → "Database" → "Engine room" → "Files".