> Source: https://builder.ema.ai/v2/introduction/platform-tour
> Title: Platform Tour

# Platform Tour

This page walks through the Ema interface so you know where everything lives before you start building. What you see depends on your [role](/builder/v2/introduction/key-concepts#roles) — builders and administrators see more than end users — so some areas described here may not appear for every account.

## Signing in

Open your organization's Ema URL and sign in. Depending on how your workspace is configured, you'll either enter your credentials directly or be redirected through your organization's single sign-on (SSO) provider and back. After authentication you land on the **AI Employees** page, which is the platform's home. Going to the root URL always redirects here.

## The sidebar

A persistent navigation sidebar runs down the left side of every page. You can collapse it to an icon-only rail to reclaim space. It's organized into two groups, and items appear only if your role grants access.

**Main**

Item

Where it goes

Who sees it

**AI Employees**

The workspace of all AI Employees. This is the home page.

Builders and users

**Integrations**

The catalog of external applications and the Tools they expose.

Builder admins and above

**Admin**

The Admin group appears for administrators. It contains:

Item

Where it goes

Who sees it

**Workspace**

Workspace (tenant) settings — including providers, API keys, and SSO.

System admins

**User Management**

Members of the workspace and their access.

User admins and above

**Roles**

A reference for what each role can do.

Admins (when enabled)

**Governance**

Audit trail and PII controls.

Admins

The sidebar footer holds your account menu — with your profile, **Settings**, and **Log out** — the workspace switcher (if you belong to more than one workspace), and the control to collapse or expand the sidebar. See [Administration](/builder/v2/administration) for what each admin area does.

> [INFO]
> Exactly which items render is driven by your role and, for some items, by feature settings on your tenant. If an area described here isn't in your sidebar, your account doesn't have access to it.

## The AI Employees workspace

The **AI Employees** page lists every AI Employee in the workspace. From here you can open one to use it, open one to edit it, or create a new one.

-   **Create an AI Employee** starts a new build — either a blank workflow or one based on a [template](/builder/v2/templates).
-   Selecting an existing AI Employee opens its **dashboard**, where you both use and configure it.

### Inside an AI Employee

An AI Employee's dashboard is organized into tabs. Which tabs appear depends on the AI Employee's interaction type (chat, form, or voice), but the common ones are:

Tab

What it's for

**Chat** / **Searches** / **Dashboard**

The run surface — where you actually use the AI Employee. The label depends on the interaction type.

**Configuration**

Model configuration, the workflow editor, and publishing.

**Knowledge Bases**

The knowledge bases this AI Employee retrieves from.

**Permissions**

Who can use and manage this AI Employee.

**Details**

Name, description, and other metadata.

**Metrics**

Usage and performance metrics for this AI Employee.

**Activity**

Recent runs and changes.

## The AI Employee builder

Opening the workflow editor for an AI Employee puts you in the **AI Employee builder** — the visual workspace where you assemble the workflow. You add nodes, connect them into the graph, and configure each one:

-   drop an `agent` node and choose its [agent type](/builder/v2/introduction/key-concepts#agent), then write its Instructions and wire its inputs;
-   turn on human-in-the-loop for an `agent` node to pause for a person;
-   connect nodes with edges, and add a condition to an edge to branch the path;
-   add a `publish` node to emit the result.

You can test the workflow without publishing, and you can publish a version when it's ready. The full builder workflow — adding nodes, wiring inputs, testing, and publishing — is covered in the [Builder guides](/builder/v2/builder-guides).

### Building with Autopilot

If you'd rather not assemble the graph by hand, open **Autopilot** and describe what you want. Autopilot builds and edits the workflow for you — adding nodes, configuring agents, setting up knowledge bases, and connecting Tools — and asks for approval before anything destructive. See [Autopilot](/builder/v2/autopilot).

## Integrations

The **Integrations** area is the catalog of external applications your workspace can connect to. For each integration you:

1.  **Install and authenticate** it with the right account or credentials.
2.  **Review the Tools** it exposes — the discrete read and write operations agents can call.
3.  **Confirm it's connected**, after which agents in your workflows can use its Tools.

Connectors that sync content (for example SharePoint, Google Drive, and Confluence) feed [knowledge bases](/builder/v2/core-concepts/knowledge-bases). For the full setup, credential management, and the Tool model, see [Integrations and data](/builder/v2/integrations-data).

## The Admin area

Administrators manage the workspace from the Admin group in the sidebar:

-   **Workspace** — workspace-level settings, including model providers, API keys, and SSO.
-   **User Management** — invite, remove, and set the access of members.
-   **Governance** — the audit trail and PII controls.

What you can reach depends on your administrative role. See [Administration](/builder/v2/administration) for the details.

## What's next

-   [Getting Started](/builder/v2/getting-started) — build and run your first AI Employee.
-   [Builder guides](/builder/v2/builder-guides) — the full reference for the AI Employee builder.
-   [Glossary](/builder/v2/introduction/glossary) — definitions for every term in this tour.
