Quickstart

Quickstart

This guide walks you through the essential steps to get a working support setup: log in, explore the Dashboard, create a project, add agents, configure an email channel, register a customer, create your first ticket, and use the Conversations Inbox.


1. Log in

  1. Navigate to your Auxilium instance and open the /login page.
  2. Enter your email and password.
  3. Click Sign In.

After authentication, you land on the Dashboard.

Tip
If you are logging in for the first time, use the admin credentials provided during setup. You can add more team members in step 4.

2. Explore the Dashboard

The Dashboard is your operational command center. It gives you a real-time snapshot of your support operation at a glance.

Dashboard overview

The Dashboard includes:

  • 4 KPI cards at the top – Open Tickets, Average First Response, SLA Compliance, and Unassigned Tickets.
  • Recent Tickets table showing the latest activity across all projects.
  • SLA At Risk panel highlighting tickets approaching their response or resolution deadlines.
  • Tickets by Channel chart showing how customers are reaching you.
  • Today’s Stats summarizing the current day’s ticket volume and activity.
Tip
Check the Dashboard at the start of each day to spot SLA risks and unassigned tickets before they become problems.

3. Create a project

Projects organize support by product line. Each project gets its own channels, tickets, tags, and SLA policies.

Projects page

  1. Navigate to the Projects page from the sidebar.
  2. Click the Add Project button.
  3. In the dialog, fill in:
    • Project Name – for example, “CloudStore”. The slug is auto-generated from the name.
    • Slug – adjust if needed. This is a URL-safe identifier unique within your organization.
    • Description – optional, but helpful for your team to know what the project covers.
  4. Click Create.

Your new project appears in the list and is ready to receive channels, tickets, and SLA policies.


4. Add an agent

Agents are the team members who handle support. You can add as many as your team needs.

Agents page

  1. Navigate to the Agents page from the sidebar.
  2. Click the Add Agent button.
  3. In the dialog, fill in:
    • Name – the agent’s display name.
    • Email – must be unique within your organization.
    • Role – choose from the dropdown:
      • Admin – full access to all settings and tickets.
      • Manager – can oversee teams and reassign tickets.
      • Agent – handles assigned tickets and conversations.
    • Department – select from the dropdown if you have departments configured.
    • Password – set an initial password for the agent.
  4. Click Create.

The new agent can now log in and start handling tickets.

Tip
Start with one Admin account for setup, then add your team as Agents or Managers once projects and channels are configured.

5. Set up a channel

Channels connect customers to your support team. This example walks through setting up an email channel, but the process is similar for other channel types.

Channels page

  1. Navigate to the Channels page from the sidebar.
  2. Click the Add Channel button.
  3. In the dialog, fill in:
    • Channel Name – for example, “Support Email”.
    • Channel Type – select Email from the dropdown.
  4. For an Email channel, configure the mail server settings:
    • IMAP Settings (for receiving mail):
      • Host – your IMAP server address (e.g., imap.yourcompany.com).
      • Port – typically 993 for TLS.
      • Username – the mailbox login.
      • Password – the mailbox password.
      • TLS – toggle on for secure connections (recommended).
      • Mailbox – the folder to monitor (e.g., INBOX).
    • SMTP Settings (for sending mail):
      • Host – your SMTP server address (e.g., smtp.yourcompany.com).
      • Port – typically 587 for TLS.
      • Username – the SMTP login.
      • Password – the SMTP password.
      • TLS – toggle on for secure connections (recommended).
      • From Name – the display name on outgoing mail (e.g., “Acme Support”).
      • From Address – the email address replies come from.
    • Support Address – the address customers use to contact you.
  5. Click Test Connection to verify that both IMAP and SMTP settings are valid. You will see a success or failure indicator for each.
  6. Once the connection test passes, click Create.
Important
Always use the Test Connection button before creating an email channel. This confirms that Auxilium can connect to your mail server and avoids silent failures.

6. Add a customer

Customers are the people your team supports. You can add them manually or let them self-register through the Customer Portal.

Customers page

  1. Navigate to the Customers page from the sidebar.
  2. Click the Add Customer button.
  3. In the dialog, fill in:
    • Name – the customer’s display name.
    • Email – their contact email.
    • Phone – their contact phone number (optional).
    • Auth Method – choose from the dropdown:
      • Local – the customer logs in with email and password. You will need to set a password.
      • IDP – the customer authenticates through an external identity provider.
      • Anonymous – the customer interacts without an account.
    • Password – required if you selected Local authentication.
  4. Click Create.
Tip
Choose Local authentication if you want the customer to use the self-service Customer Portal to submit and track tickets on their own.

7. Handle your first ticket

Now that you have a project, an agent, a channel, and a customer, you are ready to create and work through a ticket.

Create the ticket

  1. Navigate to the Tickets page from the sidebar.
  2. Click Create Ticket.
  3. In the dialog, fill in:
    • Customer – select the customer from the dropdown.
    • Subject – a short summary of the issue (e.g., “Cannot reset my password”).
    • Description – the full details of the problem.
    • Priority – select from the dropdown (Urgent, High, Medium, or Low).
  4. Click Create.

Work the ticket

Ticket detail view

  1. On the Tickets page, click the ticket row to open its detail view.
  2. In the sidebar, use the Status dropdown to change the ticket’s status (e.g., from Open to In Progress).
  3. Use the Priority dropdown to adjust priority if needed.
  4. Click the "+" button in the assignments section to assign the ticket to an agent or department.
  5. Scroll down to see the activity timeline, which records every change made to the ticket.

8. Use the Conversations Inbox

The Conversations Inbox is where agents read and respond to customer messages across all channels.

Conversations Inbox

  1. Navigate to the Conversations page from the sidebar.
  2. The left panel shows a list of conversations. Each entry displays:
    • The ticket number and customer name.
    • A channel chip showing which channel the conversation came through (Email, Web, Slack, etc.).
    • A status chip showing the ticket’s current state.
  3. Click a conversation to open the message thread in the main panel.
  4. Read through the message history – messages are labeled by sender (customer, agent, system, or bot).
  5. Type your reply in the composer at the bottom of the thread.
  6. Click Send.
Tip
The Inbox shows conversations across all projects and channels. Use it as your primary workspace for responding to customers – you do not need to navigate to individual tickets to reply.

What you have set up

After completing these steps, you have:

  1. A project organizing your support stream by product line.
  2. An agent on your team, ready to handle tickets.
  3. An email channel connected to your mail server and verified.
  4. A customer registered in the system.
  5. A ticket moving through its lifecycle, with assignments and an activity timeline.
  6. The Conversations Inbox for reading and replying to customer messages.

Dashboard overview

Next steps

  • Set up SLA Policies to define response and resolution targets for each priority level.
  • Configure additional Channels (Slack, web widget, WhatsApp) to meet customers where they are.
  • Launch the Customer Portal so customers can submit and track tickets on their own.
  • Add more Agents and organize them into Departments as your team grows.