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

# Finding your way around EvalGate

> The sidebar, the main panel, and where every feature lives.

# Finding your way around EvalGate

The EvalGate web app has two main areas: the **sidebar** on the left and the
**main panel** on the right. Everything you do happens in one of them.

<img src="https://mintcdn.com/evalgate/c7l4ztAi8W3wgmvV/help/images/navigating-evalgate.png?fit=max&auto=format&n=c7l4ztAi8W3wgmvV&q=85&s=4b5595d1f59e2c26156f7855f65cb1c0" alt="A screenshot of the EvalGate workspace showing the sidebar on the left and the main panel on the right." width="2400" height="1500" data-path="help/images/navigating-evalgate.png" />

## The sidebar

The sidebar is how you move between features. It has these sections, top to
bottom:

1. **Workspace switcher** — change workspaces, open settings, invite people, and
   sign out.
2. **Quick access** — press `Cmd + K` (Mac) or `Ctrl + K` (Windows) to run any
   command, or press `/` to search across traces, evaluations, and prompts.
3. **Navigation** — links to the home page, evaluations, traces, prompts,
   scorers, dashboards, and deployments.
4. **Records** — your evaluations, datasets, and review queue.
5. **Insights** — failure topics, trajectory analysis, and online monitors.

If the sidebar is in your way, click the collapse icon at the top to hide it.

## The main panel

The main panel shows the content for whatever you selected in the sidebar. Every
page has a `⋮` menu in the top-right corner with settings for that specific page
— for example, managing an evaluation's cases or a prompt's versions.

<Note>
  What you see in the `⋮` menu depends on your permissions. Admins see more than
  members.
</Note>

## Where each feature lives

| You want to…                | Go to                |
| --------------------------- | -------------------- |
| See production traces       | `/logs`              |
| Build or run an evaluation  | `/evaluations`       |
| Author or publish a prompt  | `/prompts`           |
| Build or calibrate a scorer | `/scorers`           |
| Compare prompt variants     | `/playgrounds`       |
| Watch live traffic quality  | `/online-evals`      |
| Review a Copilot proposal   | `/copilot`           |
| See failure clusters        | `/insights`          |
| Deploy a winning version    | `/deployable-assets` |
| Carry a failure end to end  | `/eval-loop`         |
| Manage keys and providers   | `/settings`          |

## Up next

Make [your first local gate](./first-local-gate) fail in CI.
