-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Added AI feature * Update plain-ai.mdx Co-authored-by: Andrew Blaney <[email protected]> --------- Co-authored-by: Andrew Blaney <[email protected]>
- Loading branch information
1 parent
2517a84
commit 6a3f0f6
Showing
4 changed files
with
20 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -97,7 +97,8 @@ | |
"snippets", | ||
"shortcuts", | ||
"company-support", | ||
"autoresponders" | ||
"autoresponders", | ||
"plain-ai" | ||
] | ||
}, | ||
{ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
--- | ||
title: 'Plain AI' | ||
--- | ||
|
||
Quickly categorize and label new threads without lifting a finger. To turn on Plain’s AI features, go to **Settings → Workflow.\*** | ||
|
||
<Frame>![Plain AI](/public/images/plain-ai.png)</Frame> | ||
|
||
**Auto-labelling** | ||
|
||
When a thread is created, Plain AI will add 1-2 labels automatically to a thread based on its content. If a thread was created with existing labels, no labels will be added. To best leverage Plain AI, make sure you’ve already set up [Labels](/labels) (**Settings → Labels**). | ||
|
||
**Thread summarization** | ||
|
||
As a thread grows over time, a summary of the thread will be added and kept up-to-date so you know what has happened without having to read the full timeline and every message. You can see the summary on the top right of any thread and in Slack notifications. | ||
|
||
**\*** 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](https://www.plain.com/legal/dpa). |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,7 +24,7 @@ Obtain a copy of the report by emailing us at [[email protected]](mailto:help@plain | |
- All changes to our infrastructure, permissions, and code happen via code reviews | ||
- We grant the least amount of privileges to IAM roles, systems, and engineers to perform their duties | ||
- Administrator privileges are only used in the case of serious incidents, for routine maintenance tasks we provision IAM roles with fine-grained permissions. | ||
- We use the following third parties, for full legal terms, please see the [Data Processing Addendum](https://www.plain.com/dpa/) | ||
- We use the following third parties, for full legal terms, please see the [Data Processing Addendum](https://www.plain.com/legal/dpa/) | ||
- Auth0: as our identity provider for internal Support App users. No customer data is sent to Auth0. | ||
- Postmark: to send and receive emails for users and customers. | ||
- Segment: to measure product usage. We only send anonymized data. | ||
|