Skip to main content

Terminology

Avikto uses specific terms to describe common concepts. Here's a glossary to help you understand the platform.

Core Case Concepts

TermDefinition
CaseA unit of work within the system. Could be a customer support ticket, patient request, legal matter, billing issue, or any other type of work that needs to be tracked and resolved. Every case has a unique ID, status, priority, assignee, and due date.
Case IDA unique identifier assigned to each case when it's created. Format typically includes project code, case type, date, and sequence number (e.g., C-PRJ-TYPE-2026-00123). Used for searching, linking, and referencing cases.
Case TypeThe classification of a case (e.g., Support Request, Patient Admission, Billing Inquiry). Determines which template is used and which workflows apply.
Case StatusThe current stage a case is in. Common statuses include: Request Received, In Progress, On Hold, Verification In Progress, Resolved, Closed. Status is typically changed as work progresses.
Case PriorityHow urgent a case is. Typical levels: Low, Medium, High, Critical. Used to determine routing and which cases get attention first.
Case CategoryA business classification for the case (e.g., Healthcare, Sales, Support, Legal). Used for reporting and filtering.
TemplateA reusable structure that defines what information is captured when a case is created. Templates standardize case data so all cases of a particular type have the same fields.
Case HistoryThe complete audit trail of all actions taken on a case — creation, edits, status changes, assignments, comments, etc. Shows who did what and when.

Routing and Assignment

TermDefinition
AssigneeThe person currently responsible for a case. A case can be reassigned from one person to another.
QueueA collection of cases waiting for action. Queues represent processing stages or team boundaries. Cases move from queue to queue as they're processed (e.g., Triage → Review → Authorization → Resolved).
RoutingThe process of moving a case to the right person or queue. Routing can be manual (a user assigns it) or automated (a workflow rule routes it).
WorkflowA set of automated rules that handle routing and actions on cases. Defined as: When [trigger event] occurs, IF [conditions are met] THEN [perform actions].
EscalationMoving a case to a higher-priority queue or person, usually because it's blocked or urgent.

Project and Organization

TermDefinition
ProjectA self-contained workspace for a specific stream of work. Each project has its own cases, queues, dashboards, templates, and team members. Used to isolate different workstreams (e.g., Patient Intake vs. Billing).
WorkspaceThe entire Avikto instance that a user is logged into. Contains multiple projects and organization-wide settings.
OrganizationThe top-level entity containing all projects, users, and settings. Organization admins manage policies and users at this level.
TeamA group of people working together, typically within a project.

Timeline and Deadlines

TermDefinition
Due DateThe date a case is expected to be completed.
SLA (Service Level Agreement)A commitment to complete or respond to a case within a specific timeframe. SLA deadlines appear on the calendar as special events.
OverdueA case whose due date has passed without resolution.
CalendarThe global scheduling surface showing cases with deadlines, SLA dates, meetings, and other events.

Data and Reporting

TermDefinition
DashboardA live, customizable view showing cases, metrics, and trends. Dashboards are typically role-specific (Executive Dashboard, Team Dashboard, etc.) and update in real time.
ReportA structured analysis of case data, often with charts and tables. Reports can be scheduled for automatic delivery or exported for offline sharing. Unlike dashboards, reports show historical snapshots.
KPI (Key Performance Indicator)A metric that measures organizational health. Common case management KPIs include: Average Resolution Time (mean time from case creation to closure), Average Response Time (mean time from creation to first response), Case Overdue Percentage (share of cases past their due date), SLA Compliance (percentage of cases resolved within SLA).
FilterA way to narrow data. Common filters: project, queue, status, priority, assignee, date range.
ExportDownloading case data in formats like XLSX, CSV, or PDF for offline analysis or sharing.

Collaboration

TermDefinition
CommentA text note added to a case, visible to everyone working on it. Comments create a threaded discussion history on the case.
ChatReal-time messaging between team members. Can be direct (one-on-one) or group chats. Separate from case comments; used for side conversations.
MentionAn @ reference to notify a specific person (e.g., @jane, can you review this?).
ContactA customer or external party record. Cases are linked to contacts, making it easy to see the full history with a particular person or organization.

Automation and Integration

TermDefinition
TriggerAn event that fires a workflow. Examples: queue change, status change, deadline approaching.
ConditionA requirement that must be met for a workflow action to run. Example: Priority is High.
ActionWhat a workflow does when triggered and conditions match. Examples: assign case, move to queue, send notification, add comment.
NotificationAn alert sent to a user (in-app, email, or SMS) when something relevant happens.
IntegrationA connection between Avikto and another system. Examples: Teams, Slack, Outlook Calendar, email, API.

Access and Security

TermDefinition
RoleA named bundle of permissions. Roles can be organization-wide (Admin, User) or project-specific (Lead, Processor, Reviewer).
PermissionA specific action a user is allowed to perform (e.g., create cases, view reports, manage users).
Audit LogA record of all administrative and system actions in the organization, used for compliance and troubleshooting.
2FA (Two-Factor Authentication)An extra security layer requiring a second authentication method (like a code from an authenticator app) in addition to password.
PolicyAn organization-wide rule governing how the platform works. Examples: "Allow public projects" (ON/OFF), "Enable IP conditional access" (ON/OFF).

File and Document

TermDefinition
DocumentA file attached to or stored within a case for reference (e.g., a scanned form, a photo, a PDF).
AttachmentA file linked to a case comment or uploaded to the case itself.

Common Phrases

PhraseDefinition
"In the Queue"A case is waiting for the next person to pick it up.
"Move to Queue"Transfer a case from one queue to another, typically via workflow or manual assignment.
"On Hold"A case whose progress is paused, typically because more information is needed or it's waiting for an external event.
"Close a Case"Mark a case as resolved or complete, moving it out of active processing.
"Breach an SLA"Fail to meet a service-level agreement deadline.
"Backlog"Cases that are created but not yet being worked on, or cases waiting in a queue.

Next: Check out Avikto Use Cases to see how these concepts work in practice.