> ## 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 Nodes

<a href="/release-notes/4.60"><Badge className="version-badge" color="blue">Updated in 4.60</Badge></a>

Agent Copilot Nodes allow you to configure and control the Agent Copilot workspace from the Flow.

Agent Copilot Nodes include:

* **Configuration Node** — the [Copilot: Set Grid Node](/ai/agents/develop/node-reference/agent-copilot/set-grid) to configure and arrange the tiles in the Agent Copilot grid.
* **Plug-and-play widgets** — plug-and-play widgets are Agent Copilot Nodes that require minimal configuration to integrate into the Agent Copilot workspace.
* **Customization Nodes** — Nodes that can provide advanced capabilities to the widgets in the Agent Copilot workspace.

## Configuration Node

<CardGroup cols={3}>
  <Card title="Copilot: Set Grid" href="/ai/agents/develop/node-reference/agent-copilot/set-grid">
    This Node allows you to configure and arrange the tiles in the Agent Copilot grid.
  </Card>
</CardGroup>

## Plug-and-Play Widgets

<CardGroup cols={3}>
  <Card title="Copilot: Identity Tile" href="/ai/agents/develop/node-reference/agent-copilot/identity-tile">
    This Node displays and processes user-specific information directly in the widget of your Agent Copilot workspace.
  </Card>

  <Card title="Copilot: Next Action Tile" href="/ai/agents/develop/node-reference/agent-copilot/next-action-tile">
    This Node determines the appropriate next step or action in a conversation or process based on the user's input or the current context.
  </Card>

  <Card title="Copilot: Sentiment Tile" href="/ai/agents/develop/node-reference/agent-copilot/sentiment-tile">
    This Node performs sentiment analysis on the most recent input and provides insights into the emotional tone of the user.
  </Card>

  <Card title="Copilot: Transcript Tile" href="/ai/agents/develop/node-reference/agent-copilot/transcript-tile">
    This Node captures the most recent user answer and displays it on a designated widget in the Agent Copilot workspace.
  </Card>
</CardGroup>

## Customization Nodes

<CardGroup cols={3}>
  <Card title="Copilot: Adaptive Card Tile" href="/ai/agents/develop/node-reference/agent-copilot/set-adaptive-card-tile">
    This Node allows you to create and display adaptive cards in your Agent Copilot workspace.
  </Card>

  <Card title="Copilot: HTML Tile" href="/ai/agents/develop/node-reference/agent-copilot/set-html-tile">
    This Node allows you to display customized HTML content in the Agent Copilot workspace.
  </Card>

  <Card title="Copilot: IFrame Tile" href="/ai/agents/develop/node-reference/agent-copilot/set-iframe-tile">
    This Node allows you to embed external websites directly into the Agent Copilot workspace.
  </Card>

  <Card title="Copilot: Knowledge Tile" href="/ai/agents/develop/node-reference/agent-copilot/knowledge-tile">
    This Node allows you to provide human agents with potential answers to user questions.
  </Card>
</CardGroup>

## More Information

* [Agent Copilot](/agent-copilot/overview)
* [Agent Copilot Configuration](/agent-copilot/configure/workspace)
* [Embedding Agent Copilot](/agent-copilot/deploy/embedding)
