---
title: Configure Productivity Boost (QuickGPT + Brief Me)
deprecated: false
hidden: false
metadata:
robots: index
---
This guide covers configuration for Productivity Boost features. The Moveworks Productivity Boost SKU includes two plugins (features):
1. Quick GPT
2. Brief Me
# Prerequisites
Before configuring, gather the user lists to enable tje plugins. This list determines who can access both features.
> đ Warning: Productivity Boost is a Paid Feature
>
> Please ensure that you do not activate this feature for more users than your current subscription covers. Exceeding your purchased limit may result in additional charges or service interruptions.
>
> Need more licenses? Contact your Moveworks Account Executive for assistance.
# How to configure Quick GPT

1. Find the "QuickGPT Plugin" section and expand it.

2. Add the users you want to give access to. In most cases only a specific set of users will have access. So youâll need to create a DSL rule which could look like this
```user.email_addr DSL Rule Example
user.email_addr IN ["user2@example.com", "user3@example.com", "user4@example.com"]
```
**Note**: the DSL Rules are case sensitive so ensure the emails in your rule are lowercase.
3. Save your configuration.
You have successfully configured Quick GPT. :white_check_mark:
# How to configure Brief Me
To configure Brief Me youâll also make this update on the Plugin Management Page. To access this page, navigate to Moveworks Setup and then search for âPlugin managementâ.
Youâll need to make updates to 2 configurations:
1. Plugin Management
2. Manage Chatbots
For each section, add the SAME USER LIST in both sections. The user list contains the list of users you want to give access to:
```user.email_addr DSL Rule Example
user.email_addr IN ["user2@example.com", "user3@example.com", "user4@example.com"]
```
1. Select the AI Assistant (bot) you wish to modify, click Edit.
1. **Note**: You will need to make this change for all AI Assistants (bots) you want to activate Brief Me in.
The goal of this step is to enable the AI Assistant to support attachments.
2. Under Additional Controls, checkbox the `enable file attachment`functionality.

You have successfully configured Brief Me. :white_check_mark: