Smart AI Replies
This feature is currently in Beta and is not available to all customers. If you are interested in trying this feature, please reach out to us at help@plain.com or via our shared Slack channel.
Smart AI Replies allow you to generate replies to support requests based on your documentation and the contents of a thread.
Replies are not automatically sent, the composer will be populated with the suggested reply, which you can either send as is, or edit as you wish.
To enable Smart AI Replies go to Settings → Workflow and toggle the Smart AI Replies setting.
All AI features in Plain are opt-in. More information on our use of OpenAI and our data processing policies can be found in our DPA.
Indexing documentation for use with Smart AI Replies
Documentation can be indexed by using the Plain CLI. With it you can index:
- a single URL
- a sitemap URL (each entry in the sitemap is indexed)
For installation and usage instructions, please see the Plain CLI docs.
Automation
To keep indexed documents up to date, you can automate the indexing process the Plain CLI on a schedule.
Github Actions example
Here is an example Github Action to re-index the documents using the Plain CLI run on a schedule.
- The action runs every 3 hours
- The action uses the
PLAIN_API_KEY
secret to authenticate with the Plain API - The action indexes all URLs in the sitemap
The PLAIN_API_KEY
requires the following permissions:
indexedDocument:create
Was this page helpful?