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

# Overview of Capabilities

> Learn what Agent Capabilities are and how to enable web search, image generation, artifacts, browser use, and more.

Capabilities are built-in skills that extend what your [Agents](/agents/overview) can do beyond conversation. Unlike [Connectors](/agents/connectors/overview), which connect to external business tools, Capabilities give Agents native abilities like searching the web, generating images, building interactive artifacts, and browsing websites.

## Available Capabilities

<CardGroup cols={2}>
  <Card title="Web Search" icon="globe" href="/agents/capabilities/web-search">
    Search the internet for current information during conversations.
  </Card>

  <Card title="Image Generation" icon="image" href="/agents/capabilities/image-generation">
    Create and edit images from text descriptions.
  </Card>

  <Card title="Artifacts" icon="file-code" href="/agents/capabilities/artifacts">
    Build interactive dashboards, calculators, reports, and prototypes.
  </Card>

  <Card title="Browser Use" icon="browser" href="/agents/capabilities/browser-use">
    Navigate and interact with web pages to complete tasks.
  </Card>
</CardGroup>

## Enable Capabilities on an Agent

<Steps>
  <Step title="Open the Agent editor">
    Go to **Agents**, find the Agent you want to configure, and click **Edit**.
  </Step>

  <Step title="Navigate to Capabilities">
    In the **Setup** tab, scroll to the **Capabilities** section and click **+ Add Capabilities**.

    <Frame>
      <img src="https://mintcdn.com/cassidy/B5ZY6MBk69zUNvGV/images/agents/capabilities-add.png?fit=max&auto=format&n=B5ZY6MBk69zUNvGV&q=85&s=28fe934a5d23f1ed05c405fdbf95c5ec" alt="Capabilities section in the Agent editor with the Add Capabilities button" width="1724" height="1264" data-path="images/agents/capabilities-add.png" />
    </Frame>
  </Step>

  <Step title="Select Capabilities">
    Choose the ones you want to enable from the dropdown. You can add multiple Capabilities to a single Agent.

    <Frame>
      <img src="https://mintcdn.com/cassidy/B5ZY6MBk69zUNvGV/images/agents/capabilities-options.png?fit=max&auto=format&n=B5ZY6MBk69zUNvGV&q=85&s=e1ea4ba72e5ace32b70d425207623d90" alt="Capabilities dropdown showing Web Search, Image Generation, Artifacts, and Browser Use options" width="1622" height="672" data-path="images/agents/capabilities-options.png" />
    </Frame>
  </Step>

  <Step title="Publish your Agent">
    Click **Publish** to make the Capabilities available in conversations.
  </Step>
</Steps>

## Capabilities in Workflows

Capabilities aren't limited to Agents — you can also add them directly to a [Generate Text](/reference/actions/generate-text) action in a [Workflow](/workflows/overview). This lets you enhance individual Workflow steps with skills like [Web Search](/agents/capabilities/web-search) or [Image Generation](/agents/capabilities/image-generation). For file creation, charts, calculations, and data analysis in Workflows, use [Code Execution & File Creation](/workflows/advanced/data-analysis).

To add a Capability, open the Generate Text action's settings, expand the **Capabilities** section, and click **+ Add Capability**.

<Frame>
  <img src="https://mintcdn.com/cassidy/RPk-aW2ZmzE0KYzC/images/workflows/generate-text-capabilities-section.png?fit=max&auto=format&n=RPk-aW2ZmzE0KYzC&q=85&s=9a2150c62a50829aafeadbd08b7eeb76" alt="Capabilities section on a Generate Text Workflow action with the Add Capability button" width="1006" height="336" data-path="images/workflows/generate-text-capabilities-section.png" />
</Frame>

## Next steps

<CardGroup cols={2}>
  <Card title="Build and configure an Agent" icon="wrench" href="/agents/build-and-configure">
    Learn about all the settings you can configure on an Agent.
  </Card>

  <Card title="Explore Connectors" icon="plug" href="/agents/connectors/overview">
    Connect your Agent to HubSpot, Salesforce, Airtable, and more.
  </Card>
</CardGroup>
