SupportHubCX Platform Docs
v1.0.0 Public Support Open App

Administration Map

The Administration sidebar is the control room for the support desk. In plain words: this is where admins decide who can use the system, where tickets should go, how fast teams must respond, how email/API integrations connect, and how to monitor the platform.

Simple rule: if a screen changes people, permissions, routing, SLAs, mailboxes, integrations, or system health, it belongs under Administration.
Sidebar ItemWhat It MeansEveryday ExampleDetailed Doc
SecurityTwo-factor authentication and sign-in safety for internal staff.Require an admin to enter a one-time code before opening sensitive pages.Security
SettingsGeneral app setup, company defaults, branding, security policy, mail channels, sessions, tools, demo mode, and update settings.Set the app timezone, default ticket priority, SMTP mail server, and logo.Settings
DepartmentsInternal teams that receive and own tickets.Create Billing, Technical Support, and HR so tickets route to the right team.Departments
Team DirectoryInternal staff accounts, their department, status, roles, and routing skills.Create a new agent named Nida, put her in Support, give her Agent role, and add skills like payroll.Team Directory
Ticket SetupTicket dropdowns and rules: categories, priorities, statuses, SLA policies, tags, custom fields, mailboxes, reply templates, FAQ, and business hours.Add a Bug Report category, a Critical priority, and a business-hours SLA.Ticket Setup
IntegrationsAPI clients and webhooks used by outside systems.Let a monitoring tool create tickets through the API or receive webhook events when a ticket changes.Integrations
Platform OpsOperational health, failed jobs, delivery logs, recovery snapshots, update actions, and maintenance tools.Check why inbound mail stopped, replay a failed webhook, or create a configuration snapshot before an update.Platform Ops
Delivery DiagnosticsFocused view of email, notification, and webhook delivery evidence.Find out whether a customer reply email was sent, queued, failed, or retried.Delivery Diagnostics
Identity & AccessEnterprise identity, active sessions, session revocation, and impersonation controls.Review a user's sessions, revoke access, or allow a trusted admin to impersonate a user for troubleshooting.Identity & Access
Roles & PermissionsWhat each role is allowed to see and do.Allow Agents to reply to tickets but stop them from changing app settings or deleting users.Roles & Permissions

Which Page Should I Open?

GoalOpen ThisWhy
Add a new support employeeTeam DirectoryThis creates the internal user account and assigns department/roles.
Create a new team like Billing or HRDepartmentsThis creates the routing team that tickets and users can belong to.
Make a new ticket typeTicket Setup > CategoriesCategories describe the work type, such as Bug Report or Refund Request.
Make ticket deadlines follow work hoursTicket Setup > Business Hours and SLA PoliciesBusiness hours define open/closed time; SLA policies decide whether to use those hours.
Let email create ticketsTicket Setup > Mailboxes and Integrations > Inbound MailboxesMailbox setup defines the inbox; inbound API receives the parsed email.
Give a user more accessRoles & PermissionsRoles decide what pages and actions the user can use.
Check why an email or webhook failedDelivery Diagnostics or Platform OpsDiagnostics shows delivery evidence; Platform Ops shows broader system health.
Change logo, timezone, mail server, or password rulesSettingsThese are app-wide settings.

Example: Setting Up a Small Support Desk

  1. Open Departments and create Support, Billing, and Technical.
  2. Open Team Directory and create users for each team. Assign each user a department and role.
  3. Open Ticket Setup and add categories like Login Issue, Bug Report, and Refund Request.
  4. Open Ticket Setup > Priorities and confirm priorities like Low, Normal, High, and Critical.
  5. Open Ticket Setup > Statuses and confirm workflow steps like Open, In Progress, Waiting On Customer, and Closed.
  6. Open Ticket Setup > Business Hours and set working days, closed days, and holidays.
  7. Open Ticket Setup > SLA Policies and decide which deadlines use business hours.
  8. Open Settings and set the default department, default status, default priority, mail server, timezone, and branding.
  9. Open Roles & Permissions and confirm staff only have the permissions they need.

Why Some Admin Menus May Be Hidden

The sidebar is permission-aware. That means users only see the admin pages they are allowed to use. If a manager says "I cannot see Team Directory", check their role in Roles & Permissions. Do not edit menu code just to show a page; assign the right permission instead.

Coverage Status

These docs now cover the Administration sidebar one-to-one. Some detailed pages still share related concepts: for example, inbound mailboxes are explained in both Ticket Setup and Integrations because one part is admin setup and the other part is the API endpoint.