--- title: Concierge excerpt: '' deprecated: false hidden: true metadata: title: '' description: '' robots: index next: description: '' --- > đ§ This covers only Moveworks Classic > > For Moveworks Copilot experiences, refer to **"[Moveworks Copilot - Feature Overview](/docs/moveworks-copilot-feature-overview)"** page. # Overview Concierge is a Moveworks skill designed to accelerate the resolution of tickets by providing the ability to interact with support tickets in-chat by performing common ticket actions such as: adding comments, resolving tickets, etc. In addition to ticket actions, Moveworks Concierge keeps end users updated on their tickets. The Concierge skill integrates with your organizationâs IT Service Management (ITSM) systems, or HR Case Management systems, and can even be integrated with multiple ITSM or HR Case Management systems to support your organizationâs needs. **Concierge is made of a few key features:** 1. [**Ticket Notifications**](/docs/concierge#ticket-notifications) â keep employees informed of key updates to their support tickets 2. [**Creating / Filing Tickets**](/docs/concierge#creating--filing-tickets) â allow users to raise new tickets to your service desk(s) 3. [**Viewing Tickets**](/docs/concierge#viewing-tickets) â allow users to lookup details about their latest tickets 4. [**Adding Comments to Tickets**](/docs/concierge#adding-comments-to-tickets) â allows users to respond to agents on their tickets 5. [**Resolving Tickets**](/docs/concierge#closingresolving-tickets) â allows users to resolve their tickets when their issue is solved 6. [**Reopening Tickets**](/docs/concierge#reopening-tickets) â allows users to reopen their tickets when their issue persists 7. [**Multi-Domain Concierge**](/docs/concierge#multi-domain-concierge) â allows users to pick the right service desk to contact when creating a ticket. # Ticket Notifications ## Ticket updates The Moveworks bot can notify users when key updates are made to a ticket. The key updates that the bot will notify the requested\_for user about are: * New comment added to ticket * Ticket marked as (waiting for user) accompanied by a comment * Ticket marked as solved ## New comment added to ticket If a new comment is added to a ticket, even if there is not a state change, the Moveworks bot will notify the user that a comment has been added.  > đ > > **Note**: Assignee field can be hidden if desired.  The bot also leaves an audit note in the ticket comments, letting agents know the user has been notified. ## Significant status change to ticket A significant status change occurs when: * The ticket type is an Incident and the state is changed to **`Resolved`** . * The ticket type is a requested item (RITM) and the state is changed to **`Closed`** . * The ticket state is changed to **`Waiting for User`** . * The ticket state is changed to **`Canceled`** . ### Introductory Messages The introductory message to the employee after âHello \{name}â will vary based on the current ticket state of the ticket. These messages are outlined below:
| State | Introductory Message | Actionable Buttons Shown |
|---|---|---|
| `NEW` | Hello \{name}, your issue will be addressed shortly | * Add Comment * Close Issue |
| `WIP` | Hello \{name}, your ticket is now in progress | * Add Comment * Close Issue |
| `WAITING_FOR_USER`\ (if assigned) | Hello \{name}, \{Agent Name} is waiting for your response | * Add Comment * Close Issue |
| `WAITING_FOR_USER`\ (if unassigned) | Hello \{name}, we are waiting for your response | * Add Comment * Close Issue |
| `CANCELED` | Hello \{name}, your ticket has been cancelled | * Re-open Issue |
| `RESOLVED` | Hello \{name}, your ticket has been resolved đ *If available, Resolution Notes, also known as Close Notes, are shown under the âLatest Activityâ section instead of the most recent comment* | * Re-open Issue |
| `OTHER` | Hello \{name}, here's an update on this ticket | * Add Comment * Close Issue |