> ## Documentation Index
> Fetch the complete documentation index at: https://docs.zeroagent.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Slack

> A collaboration platform that centralizes team communication, file sharing, and project organization in one place.

## Supported Actions

The following table outlines the supported actions and example prompts for our GitHub integration:

1. ### Workspace Management

| Action                   | Description                              | Example Prompt                             |
| :----------------------- | :--------------------------------------- | :----------------------------------------- |
| **List Team Workspaces** | Retrieve list of workspaces for the team | `List all workspaces for "Marketing Team"` |

2. ### Messaging

| Action                   | Description                                        | Example Prompt                         |
| :----------------------- | :------------------------------------------------- | :------------------------------------- |
| **Send Me Chat Message** | Send a direct message to yourself                  | `Send me "Reminder: Meeting at 2 PM"`  |
| **Send Chat Message**    | Send a message to a user or channel                | `Send message "Hello" to "#general"`   |
| **Create Conversation**  | Initiate a new conversation with a user or channel | `Create conversation with "@john-doe"` |

3. ### Conversation Management

| Action                 | Description                                        | Example Prompt                                     |
| :--------------------- | :------------------------------------------------- | :------------------------------------------------- |
| **Info Conversation**  | Retrieve details of a specific conversation        | `Get conversation info for "#general"`             |
| **List Conversations** | List all conversations (channels, direct messages) | `List all conversations in workspace "My Company"` |

4. ### Reminders

| Action                | Description                                       | Example Prompt                              |
| :-------------------- | :------------------------------------------------ | :------------------------------------------ |
| **Add Reminder**      | Schedule a reminder for yourself or a team member | `Remind me "Meeting at 2 PM" in 30 minutes` |
| **Complete Reminder** | Mark a reminder as completed                      | `Complete reminder "Meeting at 2 PM"`       |
| **Delete Reminder**   | Remove a scheduled reminder                       | `Delete reminder "Meeting at 2 PM"`         |
| **Info Reminder**     | Retrieve details of a specific reminder           | `Get reminder info for "Meeting at 2 PM"`   |
| **List Reminders**    | List all scheduled reminders                      | `List reminders for "@john-doe"`            |
