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

# Deploy Overview

> Deploy is where you connect your Agent to real customer touchpoints and enable the tools it needs to work effectively.

With Solvea, you can deploy an AI Agent across multiple channels, integrate external tools, and connect e-commerce platforms—allowing the Agent to handle conversations, execute tasks, and retrieve data in real time.

## Channels

Channels define where your Agent interacts with customers.

<Columns cols={1}>
  <Card title="Livechat" icon="comment-text" href="/deploy/livechat/configuration/appearance-and-personalization">
    Embed an AI-powered chat widget on your website or app to handle real-time customer conversations.
  </Card>

  <Card title="Phone & SMS" icon="phone" href="/deploy/phone/add-phone-numbers">
    Enable your Agent to answer inbound calls and send or receive text messages using dedicated phone numbers.
  </Card>

  <Card title="Email" icon="envelope" href="/deploy/email">
    Let your Agent read, respond to customer emails automatically.
  </Card>
</Columns>

## Tools

Tools extend what your Agent can do by allowing it to access external systems during a conversation.

<Columns cols={1}>
  <Card title="Google Sheets" icon="sheet-plastic" href="/deploy/tools/google-tool">
    Read from and write to spreadsheets for data lookup, record updates, and structured workflows.
  </Card>

  <Card title="Google Calendar" icon="calendar-days" href="/deploy/tools/google-tool">
    Check availability, create, update, or cancel events for appointment scheduling.
  </Card>

  <Card title="Logistics Inquiry" icon="truck" href="/deploy/tools/logistics-tracking">
    Retrieve shipment details using tracking numbers, without additional authorization.
  </Card>
</Columns>

## E-commerce Platforms

Platform integrations allow your Agent to access business data directly from your systems.

<Columns cols={1}>
  <Card title="Shopify" icon="sparkles" href="/deploy/e-commerce-platform/shopify">
    Connect your store to enable Livechat, sync product knowledge into the Knowledge Base, and retrieve order details for customer inquiries.
  </Card>
</Columns>
