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

# Interacting with the Agent

> How your team interacts with ewake in day-to-day use, on-demand questions, automated responses, and slash commands.

Slack is where most teams interact with ewake every day. Whether it's asking a question during an incident, receiving an automated alert investigation, or reviewing a scheduled health report, everything arrives in Slack threads, in channels your team already uses.

For configuration, use the [Dashboard](/working-with-ewake/dashboard).

***

## How to interact with ewake

<Steps>
  <Step>
    ### On-demand

    Mention `@ewake` followed by your question in any channel where the bot is present:

    ```
    @ewake any anomalies in the past 6 hours?
    ```

    ```
    @ewake what changed in the last deploy on checkout-service?
    ```

    <Note>
      Replace `checkout-service` with the name of your service as it appears in Datadog.
    </Note>

    Ewake will reply in a thread with a structured investigation response.

    <img src="https://mintcdn.com/ewakeai/M1QmRrA-jDM2VkcE/images/interfaces/respondinsidethread.png?fit=max&auto=format&n=M1QmRrA-jDM2VkcE&q=85&s=bfb0d42b2d9a848032ba64fb28bac684" alt="ewake replying inside a Slack thread" style={{ maxHeight: "320px", objectFit: "cover", objectPosition: "top", borderRadius: "8px" }} width="1063" height="1165" data-path="images/interfaces/respondinsidethread.png" />
  </Step>

  <Step>
    ### Automated responses

    Ewake can respond automatically, no mention needed, when a use case is configured.

    **On-Call Agent**

    Ewake monitors a configured Slack channel and automatically replies in the alert thread whenever a configured alert bot posts. Delivers probable cause, evidence, and suggested next steps before your engineer opens a terminal.

    <img src="https://mintcdn.com/ewakeai/M1QmRrA-jDM2VkcE/images/interfaces/oncall.png?fit=max&auto=format&n=M1QmRrA-jDM2VkcE&q=85&s=e66ff3b2a66ca87f26a1ef59652efb81" alt="On-Call Agent automatic response in Slack" style={{ maxHeight: "320px", objectFit: "cover", objectPosition: "top", borderRadius: "8px" }} width="1373" height="1299" data-path="images/interfaces/oncall.png" />

    <Card title="Configure the On-Call Agent →" icon="bell" href="/working-with-ewake/on-call-agent" horizontal />

    **Incident Response**

    During a P0 or war room, mention `@ewake` directly in the incident channel to run a real-time investigation alongside your team.

    <Card title="Configure Incident Response →" icon="magnifying-glass-chart" href="/working-with-ewake/incident-response" horizontal />

    **Scheduled Tasks**

    Ewake posts structured reports to your configured channel at the scheduled time, health briefs, anomaly summaries, and reliability digests.

    <img src="https://mintcdn.com/ewakeai/M1QmRrA-jDM2VkcE/images/interfaces/scheduled.png?fit=max&auto=format&n=M1QmRrA-jDM2VkcE&q=85&s=91bbf20adecac3a5379ec740c196dede" alt="ewake scheduled report in Slack" style={{ maxHeight: "320px", objectFit: "cover", objectPosition: "top", borderRadius: "8px" }} width="2194" height="573" data-path="images/interfaces/scheduled.png" />

    <Card title="Configure Scheduled Tasks →" icon="clock" href="/working-with-ewake/scheduled-tasks" horizontal />
  </Step>

  <Step>
    ### Slash commands

    Trigger ewake actions directly from the Slack message bar:

    | Command              | What it does                                     |
    | -------------------- | ------------------------------------------------ |
    | `/ewake investigate` | Start a new investigation in the current channel |
    | `/ewake snooze`      | Snooze alert responses for a defined window      |

    <Note>
      Confirm the exact command names with your ewake workspace, available commands may vary by configuration.
    </Note>
  </Step>
</Steps>

***

## Behavior

### Threaded replies

Ewake always responds in a thread, not in the main channel. When you continue a conversation in the same thread, ewake follows the thread context, you don't need to repeat the full question.

### Direct messages

You can send questions to ewake directly via DM. Responses follow the same format as channel interactions. DM investigations don't have access to channel-specific configuration.

<img src="https://mintcdn.com/ewakeai/M1QmRrA-jDM2VkcE/images/interfaces/DM_slack.png?fit=max&auto=format&n=M1QmRrA-jDM2VkcE&q=85&s=4a314f0447debc622409c0d2331043cc" alt="ewake DM conversation in Slack" style={{ maxHeight: "320px", objectFit: "cover", objectPosition: "top", borderRadius: "8px" }} width="2196" height="914" data-path="images/interfaces/DM_slack.png" />

### Follow-up questions

Ewake remembers the context of the current thread. Once it has replied, your engineer can ask follow-up questions directly in the same thread without repeating the full context.

```
@ewake tell me more about evidence #2
```

```
@ewake what would you check next?
```

Ewake uses the full thread history to answer, so investigations can deepen progressively without starting over.

<img src="https://mintcdn.com/ewakeai/M1QmRrA-jDM2VkcE/images/interfaces/Followup_questions.png?fit=max&auto=format&n=M1QmRrA-jDM2VkcE&q=85&s=61deffd76bc0ee00093e95420262bf0b" alt="Follow-up question in an ewake thread" style={{ maxHeight: "320px", objectFit: "cover", objectPosition: "top", borderRadius: "8px" }} width="1594" height="1426" data-path="images/interfaces/Followup_questions.png" />

### Feedback

Every ewake response includes a thumbs up / thumbs down reaction. Use it to signal whether the investigation was useful.

Feedback is used to improve ewake's hypotheses over time. A thumbs down on a wrong root cause helps ewake weight similar signals differently in future investigations on your environment.

<img src="https://mintcdn.com/ewakeai/M1QmRrA-jDM2VkcE/images/interfaces/feedback.png?fit=max&auto=format&n=M1QmRrA-jDM2VkcE&q=85&s=a3d7572b6265d5a53b2364be6df39536" alt="Thumbs up and thumbs down feedback on an ewake response" style={{ maxHeight: "320px", objectFit: "cover", objectPosition: "top", borderRadius: "8px" }} width="758" height="245" data-path="images/interfaces/feedback.png" />

### Channel-specific configuration

Each channel where ewake is active can have its own instruction prompt, defining the tone, depth, and focus of ewake's responses. Configure this in the ewake dashboard under **Alert Response** → select your trigger → edit the instruction prompt.

***

<Card title="Connect Slack and add ewake to channels →" icon="gear" href="/get-started/connect-slack" horizontal />
