# Explore and understand your data (/studio)

> Prisma Studio | Visual Database Browser and Editor. For the complete Prisma website index, see [llms.txt](https://www.prisma.io/llms.txt). A Markdown version of any listed page is available at its `.md` URL — this one is `/studio.md`.

Explore, edit, and understand your data with a visual database browser for Prisma, locally or in Prisma Console.

A visual browser and editor for the data in your Prisma project. Work locally or team up inside the Prisma Console.

- [Explore Studio in Prisma Console](https://console.prisma.io/login)
- [Try locally](https://www.prisma.io/docs/studio)

## Quick access to your database

Connect to your Prisma Postgres database or bring your own. Prisma Studio now lives right in the Prisma Console.

## No setup required

Skip installation and go straight to your data. Your whole team can access and collaborate in one place.

## Real-time collaboration

Work together on the same database in real time, with no local setup or configuration.

## Local or collaborative

**Runs anywhere**

Access your database anywhere. Work locally for fast development or use the Console for team collaboration. Move between solo and team workflows.

## Understand your data

**Data exploration**

Browse your database visually with filters and search. Spot patterns and find what you need for debugging or schema changes, no SQL required.

## Navigate complex relationships

**Advanced filtering**

Explore data relationships with clickable, model-aware navigation. See how your records connect so your team can understand the database structure.

## Switch contexts instantly

**Multiple tabs**

Find exactly what you need with precise filtering. Combine filters and operators to surface records from complex data.

## Embed in your own apps

**Embedded data editing**

When using Prisma Postgres, you can integrate Studio directly into your own applications to give your users a data editing experience.

## See how Studio works

Access Prisma Studio on your local machine during development, or in the Prisma Console to collaborate on data with your team.

- [Explore Studio in Console](https://console.prisma.io/login)

## Try it out

Take Studio for a spin with a local pre-seeded database and example project.

```bash
npx try-prisma@latest --template orm/starter \
&& cd hello-prisma \
&& npx prisma studio
```
