> ## Documentation Index
> Fetch the complete documentation index at: https://docs.jtbdos.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Studio

> Visualize and edit your database in a UI.

<Tip>The `studio` application runs on port 3005.</Tip>

JTBDOS includes Prisma Studio, which is a visual editor for your database. To start it, run the following command:

```sh Terminal
pnpm dev --filter studio
```
