> For the complete documentation index, see [llms.txt](https://docs.empowergpt.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.empowergpt.ai/assistants/assistant-examples.md).

# 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
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

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

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
