# Assistant Examples

### Email Assistant

| <h4>Purpose</h4>              | Help users manage email communication efficiently by drafting, summarizing, organizing, and sending emails.                                                                                                                                                                                                                                                                                   |
| ----------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| <h4>Integrations</h4>         | Outlook Email or Gmail                                                                                                                                                                                                                                                                                                                                                                        |
| <h4>Configuration</h4>        | <p><strong>Name:</strong> Email Assistant</p><p><strong>Description:</strong> Helps read, write, and manage emails</p><p><strong>Instructions:</strong></p><ul><li>Ask for confirmation before sending emails</li><li>Keep messages concise and action-oriented</li><li>Clearly highlight required actions or deadlines</li></ul><p><strong>Capabilities:</strong> Outlook Email or Gmail</p> |
| <h4>Example User Prompts</h4> | <ul><li>"Draft a follow-up email after today’s meeting."</li><li>"Summarize this email thread and list action items."</li><li>"Send a reminder email to the project team."</li></ul>                                                                                                                                                                                                          |

### Slack Assistant

| <h4>Purpose</h4>              | Support real-time team communication by sending messages, summarizing conversations, and posting updates to Slack channels.                                                                                                                                                                                                                                                                                  |
| ----------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| <h4>Integrations</h4>         | Slack                                                                                                                                                                                                                                                                                                                                                                                                        |
| <h4>Configuration</h4>        | <p><strong>Name:</strong> Slack Assistant</p><p><strong>Description:</strong> Assists with Slack communication and updates</p><p><strong>Instructions:</strong></p><ul><li>Use concise, clear messages suitable for chat</li><li>Tag users or channels only when explicitly requested</li><li>Summarize discussions objectively without adding opinions</li></ul><p><strong>Capabilities:</strong> Slack</p> |
| <h4>Example User Prompts</h4> | <ul><li>"Post a project status update in the #engineering channel."</li><li>"Summarize the discussion from the #product channel today."</li><li>"Send a reminder to the team about tomorrow’s deadline."</li></ul>                                                                                                                                                                                           |


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.empowergpt.ai/assistants/assistant-examples.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
