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

# On-Call AI Commands

> Control your meeting agent in real-time with trigger words

Elevate your Meeting Notetaker Agent by enabling real-time commands. Control your agent during live meetings by typing keywords in the chat. The agent responds instantly, whether you need to pause recording, search for information, or flag important moments.

<iframe width="100%" height="400" src="https://www.loom.com/embed/617a4e571156435fb6ae616b0e6d0752" frameBorder="0" allowFullScreen className="rounded-xl" />

## Example commands

There are pre-built tools available for these commands in your agent's tool library.

<CardGroup cols={4}>
  <Card title="Pause" icon="pause" />

  <Card title="Resume" icon="play" />

  <Card title="Search" icon="magnifying-glass" />

  <Card title="Note" icon="pen" />
</CardGroup>

| Command                         | Action                                   |
| ------------------------------- | ---------------------------------------- |
| `[trigger word] pause`          | Stop recording for sensitive discussions |
| `[trigger word] resume`         | Restart recording                        |
| `[trigger word] search [query]` | Get instant research during the call     |
| `[trigger word] note: [text]`   | Flag important items                     |

<Note>
  Configure any trigger word you want for your agent.
</Note>

## How to setup on-call AI commands

<Steps>
  <Step title="Enable interaction webhooks">
    <div style={{ position:"relative",paddingBottom:"56.25%",height:0 }}>
      <iframe src="https://app.supademo.com/embed/cmkgd5w6606u11363am4hm9i5" frameBorder="0" title="Enable Interaction Webhooks" allow="clipboard-write; fullscreen" webkitAllowFullscreen="true" mozAllowFullscreen="true" allowFullscreen style={{ position:"absolute",top:0,left:0,width:"100%",height:"100%",border:"3px solid #5E43CE",borderRadius:"10px" }} />
    </div>
  </Step>

  <Step title="Add required tools (these are pre-built tools available in your tool library)">
    Go to your Meeting Notetaker agent's **Tools** tab and click **+ Add Tool**. Search for and add these four tools:

    1. **Resume meeting bot recording**
    2. **Pause meeting bot recording**
    3. **Google Search**
    4. **Send meeting bot message**
  </Step>

  <Step title="Configure prompt">
    Add to your agent prompt:

    ```
    You have four tools:
    - Resume meeting bot recording
    - Pause meeting bot recording
    - Google Search
    - Send meeting bot message

    Use them when requested.
    ```
  </Step>
</Steps>
