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

# Agent Copilot Whisper

<Warning>
  Live Agent has been put in maintenance mode. The product will continue to be maintained in the foreseeable future. Users can continue to fully rely on Live Agent being available. In future releases, only security updates and bug fixes will be provided; no new features will be released.
</Warning>

## Set up Flows

To provide additional real-time information to your agents, this assistant uses a Flow.

To set up an assistant, you need to have two separate flows:

* The Main Flow where the primary logic is defined.
* A Flow where the logic for your assistant will be implemented.

During an active Live Agent handover, this Flow will process all customer inputs and display the outputs as part of the conversation for the human agent.

Assistant's messages are only shown based on customer inputs received during an active handover after the human agent has initially responded.

<Warning>
  You don't need to include the Handover Node in the assistant's Flow, as using the Handover to Human Agent Node in the main Live Agent Flow is enough for the configuration process.

  To provide helpful information to your agents, create Intents and use Lookup Nodes with Say Nodes based on customer inputs.

  <Frame>
    <img class="image-center" src="https://mintcdn.com/cognigy-15abf2ba/OHmbALHNjlW-XoMx/_assets/live-agent/la-agent-assist-flow-example.png?fit=max&auto=format&n=OHmbALHNjlW-XoMx&q=85&s=14e166a1d591cc4e859c31f857ccdd0c" alt="Agent assist Flow with Lookup Nodes and Say Nodes for customer inputs" style={{ width: 'auto' }} width="801" height="532" data-path="_assets/live-agent/la-agent-assist-flow-example.png" />
  </Frame>
</Warning>

### Supported Output Types

Agent Copilot Whisper supports all output types that can be selected in the [Say](/ai/agents/develop/node-reference/overview), [Question](/ai/agents/develop/node-reference/overview), or [Optional Question](/ai/agents/develop/node-reference/overview) Nodes.

## Set up an Endpoint

To configure your Endpoint:

1. Go to **Deploy > Endpoints**.
2. Go to your **Webchat** Endpoint.
3. Scroll down to **Handover Settings** and select **Cognigy Live Agent** from the list.
4. Go to the **Copilot** section.
5. In the **Copilot Config** field, select **None**.
6. In the **Copilot Flow** field, select the name of the Agent Copilot Flow you've created in the previous step.
7. Click **Save**.

The Endpoint setup is completed.

## Test Agent Copilot Whisper

To test Agent Copilot Whisper, follow these steps:

1. Start a Webchat session.
2. Complete the handover process to Live Agent.
3. Once the handover is complete, send a message as a human agent.
4. After that, send a message as the user in Webchat.

<Frame>
  <img class="image-center" src="https://mintcdn.com/cognigy-15abf2ba/OHmbALHNjlW-XoMx/_assets/live-agent/la-agent-assist-webchat_f.png?fit=max&auto=format&n=OHmbALHNjlW-XoMx&q=85&s=287c328eddf55bc3cab377f5989b98e3" style={{ width: 'auto' }} alt="Webchat session during a handover for testing Agent Copilot Whisper" width="472" height="620" data-path="_assets/live-agent/la-agent-assist-webchat_f.png" />
</Frame>

Once the human agent receives this message, the testing behavior will vary depending on how you configured the Endpoint beforehand:

1. The human agent will receive a dropdown menu **Agent Copilot**.
2. In this menu, the human agent will find the results from the Flow sent via Agent Copilot Whisper.
   <Frame>
     <img class="image-center" src="https://mintcdn.com/cognigy-15abf2ba/OHmbALHNjlW-XoMx/_assets/live-agent/la-agent-assist-agentview_f.png?fit=max&auto=format&n=OHmbALHNjlW-XoMx&q=85&s=94ca3d38020cca1b026d7ae594401113" style={{ width: 'auto' }} alt="Agent Copilot dropdown menu showing whisper results from the Flow" width="506" height="446" data-path="_assets/live-agent/la-agent-assist-agentview_f.png" />
   </Frame>
3. The human agent can click the blue arrow to forward content to the user.

   <Frame>
     <img class="image-center" src="https://mintcdn.com/cognigy-15abf2ba/OHmbALHNjlW-XoMx/_assets/live-agent/la-agent-assist-agentview-forward_f.png?fit=max&auto=format&n=OHmbALHNjlW-XoMx&q=85&s=0139bbb574985af1fdb6ac307f020931" style={{ width: 'auto' }} alt="Blue arrow button to forward Agent Copilot content to the user" width="406" height="262" data-path="_assets/live-agent/la-agent-assist-agentview-forward_f.png" />
   </Frame>

   <Frame>
     <img class="image-center" src="https://mintcdn.com/cognigy-15abf2ba/OHmbALHNjlW-XoMx/_assets/live-agent/la-agent-assist-webchat-complete_f.png?fit=max&auto=format&n=OHmbALHNjlW-XoMx&q=85&s=3a2d236aaebc456b3c67c4f74b9d2925" style={{ width: 'auto' }} alt="Webchat showing the forwarded Agent Copilot Whisper response to the end user" width="471" height="625" data-path="_assets/live-agent/la-agent-assist-webchat-complete_f.png" />
   </Frame>

If the testing is successful, the Agent Copilot Whisper setup is complete.

## More Information

* [Agent Copilot in Live Agent](/live-agent/assistants/agent-copilot)
* [Agent Copilot Overview](/agent-copilot/overview)
