# Workspace Tour

> A quick look at what you'll find in the workspace.

**URL:** https://inference.sh/docs/getting-started/workspace-tour

---

A quick look at what you'll find in the workspace.

---

## The Sidebar

When you open [app.inference.sh](https://app.inference.sh), you'll see:

| Section | What's there |
|---------|--------------|
| **Apps** | The Grid—browse and run 100+ tools |
| **Flows** | Your visual workflows |
| **Agents** | Your AI assistants |
| **Tasks** | History of everything that ran |
| **Engines** | Your private workers (if any) |

---

## Search

Use the workspace search bar to find apps, skills, and your knowledge in one place. For CLI and API discovery, see [Search](../concepts/search) and [`belt suggest`](../extend/cli-setup#managing-apps).

---

## Apps (The Grid)

Browse tools by category:
- Image generation
- Audio processing
- Text analysis
- Code tools
- Data processing

Click any app to see what it does and run it.

---

## Flows

Visual editor for multi-step workflows.

Drag apps onto a canvas, connect them, and run the whole thing as one.

---

## Agents

Create AI assistants that can use your apps and flows.

This is where you'll spend most of your time.

---

## Tasks

Everything that runs creates a task.

Tasks show:
- Status (running, complete, failed)
- Inputs and outputs
- Logs
- Duration

---

## Next

→ [Your First Agent](./your-first-agent)
