Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

P-6256: Added AI feature #19

Merged
merged 2 commits into from
Jan 17, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion mint.json
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,8 @@
"snippets",
"shortcuts",
"company-support",
"autoresponders"
"autoresponders",
"plain-ai"
]
},
{
Expand Down
17 changes: 17 additions & 0 deletions plain-ai.mdx
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.\***
andrewblaney marked this conversation as resolved.
Show resolved Hide resolved

<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).
Binary file added public/images/plain-ai.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion security.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
Loading