Admin Lesson 3: Tour of the Admin Panel

Admin Lesson 3: Tour of the Admin Panel

You don't need to know every page in detail — that's what the rest of the series is for. You do need to know where things live so you can find them when you need them. This lesson walks the admin panel left-side navigation top to bottom, group by group, and tells you what each item does at one-line resolution.

The shape of the navigation

Problem: The admin panel has dozens of pages. If you go in cold, the navigation looks like an alphabet soup of nouns — agent instances, digest emails, picklist database — and you don't know which ones matter for what you're trying to do.

Horizon's answer: The nav is grouped by purpose, not by alphabet. The groups are:

  • Top level (pinned) — the four things you'll touch most often: dashboard and the lifecycles
  • Components — the building blocks that make Horizon do work
  • Integrations — outbound connections to other systems
  • People — who works the tickets
  • Settings — account-wide configuration

Everything below "top level" is collapsed by default. Click a group header to expand it. Pages you visit often can be pinned for one-click access.

Top level (pinned)

Always visible at the top of the nav, no expand needed.

ItemWhat it does
Dashboardaccount health at a glance — outstanding setup tasks, recent workflow runs, triage activity, team workload
Ticket Lifecyclethe rules for what should happen as a ticket moves through its states (new → triaged → assigned → resolved → closed)
Form Lifecyclesame idea but for custom form submissions
Workflowsthe underlying engine that runs lifecycles and any other automation; mostly read-only for admins, but useful for inspecting runs and debugging

Tip: When in doubt, you'll be on the Dashboard. Make a habit of starting your admin sessions there.

Components

Expand the Components group. These are the building blocks of how Horizon handles tickets and todos.

ItemWhat it does
Agent InstancesHorizon-side records for each helpdesk user that tickets can be assigned to
Assignmentpolicies that decide who gets a ticket — round-robin, next-available, queues, escalation levels
Bookingsbooking link types that customers can use to self-schedule
DataTablesreusable lookup tables you can reference from rules and forms
Custom Formsreusable forms agents fill out on tickets to trigger actions
Helpdesk Actionsaccount-level defaults for what should happen on the helpdesk side when tickets close (status, time entry, todo creation)
Ticket Routingrules that decide where a ticket should go — which team, which queue — before assignment runs
Ticket Filtersreusable filter criteria used by boards, watchlists, triage, and rules
Time Estimatespolicies that auto-estimate how long a ticket will take, used by next-available assignment
ToDosscheduled todo policies — recurring or condition-driven todos that get auto-created
Triagepolicies that classify and route tickets the moment they arrive
Watchlistsdeadline monitors that surface at-risk tickets and can trigger automation

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

Integrations

Expand the Integrations group. Outbound connections.

ItemWhat it does
AIAI provider config and usage logs
Calendarsexternal calendar sync (Outlook, Google, CalDAV) — read busy/free, write bookings
Helpdeskthe connection to your PSA (ConnectWise, Autotask, Zoho, HaloPSA) — credentials, sync settings, callback status, widget setup, picklist database, user mapping
Mailoutbound email config and delivery logs
Notificationsin-app and email notification settings, channels, delivery audit
Webhooksinbound webhook receivers and outbound webhook config

Helpdesk is the one you set up first, before anything else can work. The rest get layered in as the team grows into them.

People

Expand the People group.

ItemWhat it does
Usersthe humans who log into Horizon — agents, dispatchers, admins; manage account membership, team membership, notification routing
Teamsgroupings of users; teams hold business hours, drive assignment policies, and own queues

Most other configuration assumes Users and Teams already exist. Set these up early.

Settings

Expand the Settings group. Account-wide configuration.

ItemWhat it does
Accountaccount name, timezone, onboarding status
Billingsubscription, usage, billing contacts
Business Hoursschedules that define when teams (and the people on them) are working
Digest Emailsscheduled summary emails sent to users or stakeholders
Panelsper-panel customization for Agent and Dispatch — which scope tabs appear, which actions are visible, which forms are wired up
SecurityMFA requirements, session policies, API keys

Business Hours sits in Settings because it's a foundational schedule that other features (assignment, watchlists, scheduled todos) depend on.


    • Related Articles

    • Admin Lesson 15: Panel Customization

      The Agent and Dispatch panels work out of the box, but they don't know which scope tabs your team actually uses, which actions your team needs as one-click buttons, or which forms should be wired up as named buttons on ticket cards. Panel ...
    • Admin Lesson 14: Watchlists

      Watchlists are deadline monitors. They watch a datetime field on every open ticket, compare it to the current time, and bucket each ticket into a stage — approaching a future deadline, or elapsed past a past one. Agents see those stages in their ...
    • Admin Lesson 13: Custom Forms

      Custom forms turn repeatable agent actions into structured, queryable, automatable events. Instead of agents free-texting "escalating to vendor" into ticket notes, they fill out a Vendor Escalation form. The data is structured, the action is logged, ...
    • Admin Lesson 4: Helpdesk Integration

      Helpdesk integration is the first thing you set up. Until Horizon can read tickets from your PSA and write back to it, nothing else matters — triage has nothing to triage, assignment has nothing to assign, scheduled todos have no tickets to attach ...
    • Admin Lesson 1: Welcome to the Admin Seat

      Horizon doesn't run itself. Triage rules, todo policies, assignment plugins, watchlists, forms — these are decisions someone has to make. That someone is you. This lesson sets the frame: what an admin actually does, how the three panels split up the ...