Moveworks FAQ (Google Sheets Integration)
Overview
The Moveworks platform provides an extensible method to add Knowledge FAQs to the bot by allowing users to add FAQ style question and answer snippets that may not warrant a full knowledge base article. Moveworks Answers leverages Google Sheets to import these FAQs into the bot and provide them to users in chat.
How to access the Moveworks FAQ Sheet?
Moveworks uses Google Sheets to quickly and easily add additional answers to your Moveworks bot. To start adding Knowledge FAQs to the bot, reach out to your Customer Success team and they will provide a link to a Google Sheet where you can enter in your FAQs. Our Customer Success team will then import the FAQs in this sheet into the bot, and start serving these Answers in chat.
If your organization uses GSuite products, you can access the Google Sheet as long as it is shared with your account. If your organization does not use GSuite products, your non-Google email can be shared as an editor to the sheet utilizing the "Collaborate as a visitor" feature detailed in Google’s documentation.
How to get access to the Moveworks FAQ Sheet as a non-Google user
- Create a Google Account that is associated with your work email using the "Signup without Gmail" account creation option. Please ensure you are using the same email used to login to Moveworks Setup.
- Create the FAQ Sheet within Moveworks Setup (instructions here).
- This will grant access to the FAQ Sheet for your email address created in Step #1.
- After creating the FAQ Sheet, click on Edit.
- You will be redirected you to a Google Sheet that is unique to your organization and can be used to add FAQs.
How can I style the content in the Moveworks FAQ sheet?
The information below outlines the supported styling capabilities, which will work across all Moveworks supported chat platforms.
Supported Styling:
- Bold - Surround your text with asterisks
- e.g: this text will be bold
- Italics - Surround your text with underscores
- e.g: this will be in italics
- Hyperlinks - Use the following syntax for hyperlinks
- e.g:
<https://link_to_hyperlink|click here>
- e.g:
- Bullet points - Use dot symbol (•) and a new line to denote bullet points:
- e.g:
- bullet point number 1
- bullet point number 2
- e.g:
- Images - Create a new column in the FAQ sheet with the following name: image_url. In that column, you can include public links to images, which the bot can then render in chat. Image types vary per platform, but generally Moveworks recommends PNG, JPEG, or GIF (animated Gifs are not supported in all chat platforms).
- e.g:
- e.g:
How do I set the domain of an FAQ?
Using the domain column, add one of the following keys:
- IT_DOMAIN
- HR_DOMAIN
- FACILITY_DOMAIN
- FINANCE_DOMAIN
- LEGAL_DOMAIN
- PAYROLL_DOMAIN
- PROCUREMENT_DOMAIN
- TRAVEL_AND_EXPENSE_DOMAIN
- OTHER_DOMAIN
FAQs Character Length
FAQs can support up to 500 characters (not including the title) or 5 lines (where a new line is defined as a new sentence that starts after you press enter/return).
Note: If you are looking to avoid having users click on 'see more', Moveworks recommends to craft your FAQ in a way where the answer is limited to 3 lines, which should keep you within the 500 character limit.
Architecture
- Moveworks ingests and update FAQ from the sheets.
- We use an Airflow job every four hours to fetch the shared Google Sheet using Google’s provided API and index the data.
- Moveworks runs the ingestion workflow and stores the FAQ in the cache.
- We store the FAQ in an enterprise cache which has the data bucketed per customers and store this data in an encrypted format.
- Moveworks serves FAQ as an answer to the user.
Updated 16 days ago