> ## 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.66"><Badge className="version-badge" color="blue">Updated in 4.66</Badge></a>

The Agent Copilot Nodes allow users to customize the Agent Copilot workspace by adding HTML, Adaptive Cards, and IFrame content.

<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: Identity Tile" href="/ai/agents/develop/node-reference/agent-copilot/identity-tile">
    This Node displays and processes customer-specific information directly within the widget of your Agent Copilot workspace.
  </Card>

  <Card title="Copilot: Knowledge Tile" href="/ai/agents/develop/node-reference/agent-copilot/knowledge-tile">
    This Node provides potential answers to human agents regarding customer questions.
  </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: Send Data" href="/ai/agents/develop/node-reference/agent-copilot/send-data">
    This Node enables real-time updates of dynamic content to Agent Copilot widgets without reloading the entire widget.
  </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: Set Grid" href="/ai/agents/develop/node-reference/agent-copilot/set-grid">
    This Node updates the Agent Copilot workspace grid via an [API POST request](https://api-trial.cognigy.ai/openapi#post-/v2.0/agentassistconfigs) and provides a preview of the grid.
  </Card>

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

## More Information

* [Agent Copilot](/agent-copilot/overview)
* [Getting started with Agent Copilot](/agent-copilot/getting-started/chat)
* [Agent Copilot configuration](/agent-copilot/configure/overview)
* [Agent Copilot embedding](/agent-copilot/deploy/embedding)
* [Agent Copilot for Voice](/agent-copilot/getting-started/voice)
* [Agent Copilot for Chat](/agent-copilot/getting-started/chat)
