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

# Tools & Actions

> Add tools and actions to your AI agent to enable additional functionality like querying a database, making API calls, or integrating with third-party services.

Tools & Actions extend your chatbot's capabilities beyond answering questions from trained content. They allow your AI agent to retrieve real-time information, perform actions, and integrate with external services.

## Accessing Tools & Actions

Go to **Configuration → Tools & Actions** in your chatbot dashboard to view and add available tools.

<Frame>
  <img src="https://mintcdn.com/espressodev/vmo2_L-Du_T9y0Is/images/tools-and-actions/tools-overview.png?fit=max&auto=format&n=vmo2_L-Du_T9y0Is&q=85&s=1a2a407487ec49e6038f20aef51b1d1c" alt="Tools & Actions overview" width="3434" height="1914" data-path="images/tools-and-actions/tools-overview.png" />
</Frame>

***

## Available Tools & Actions

### Data & Search

<CardGroup cols={2}>
  <Card title="Custom API Action" icon="code" href="/tools-and-actions/custom-api-action">
    Connect to any API to retrieve information or perform actions.
  </Card>

  <Card title="SQLite Database" icon="database" href="/tools-and-actions/sqlite-database">
    Query a SQLite database to answer visitor questions.
  </Card>

  <Card title="BookStack: Search Wiki" icon="book-open" href="/tools-and-actions/bookstack-search">
    Search and retrieve information from your BookStack wiki.
  </Card>

  <Card title="Brave: Web Search" icon="search" href="/tools-and-actions/brave-search">
    Search the web for information to answer questions.
  </Card>

  <Card title="Firecrawl: Search" icon="flame" href="/tools-and-actions/firecrawl-search">
    Search the web and optionally scrape full page content from results.
  </Card>
</CardGroup>

### Scheduling & Payments

<CardGroup cols={2}>
  <Card title="Cal.com: Make Bookings" icon="calendar" href="/tools-and-actions/calcom">
    Get available slots and make bookings on your Cal.com calendar.
  </Card>

  <Card title="Calendly: Make Bookings" icon="calendar" href="/tools-and-actions/calendly">
    Get available slots and make bookings on your Calendly calendar.
  </Card>

  <Card title="Paddle: Get Customer Subscription" icon="credit-card" href="/tools-and-actions/paddle">
    Retrieve Paddle Classic subscription information like payment dates or receipt links.
  </Card>

  <Card title="Polar: Get Checkout Link" icon="link" href="/tools-and-actions/polar">
    Retrieve a checkout link for a product or service from Polar.
  </Card>

  <Card title="Polar: Get Customer Subscription" icon="receipt" href="/tools-and-actions/polar">
    Get information about a customer's Polar subscription.
  </Card>
</CardGroup>

### Ecommerce

<CardGroup cols={2}>
  <Card title="Shopify: Get Orders" icon="shopping-bag" href="/tools-and-actions/shopify">
    Retrieve order information and status updates from your Shopify store.
  </Card>

  <Card title="Shopify: Get Products" icon="tag" href="/tools-and-actions/shopify">
    Search and retrieve product information including pricing and availability.
  </Card>
</CardGroup>

### Agent Features

<CardGroup cols={2}>
  <Card title="Capture Leads" icon="user-plus" href="/tools-and-actions/capture-leads">
    Collect information from visitors and add them to your Contacts.
  </Card>

  <Card title="Suggested Messages" icon="message-square" href="/tools-and-actions/suggested-messages">
    Automatically suggest follow-up messages based on the conversation.
  </Card>

  <Card title="MCP Server (SSE)" icon="server" href="/tools-and-actions/mcp-server">
    Connect to any remote MCP Server to use AI tools and perform actions.
  </Card>
</CardGroup>

***

## How to Add a Tool

1. Go to **Configuration → Tools & Actions**
2. Find the tool you want to add
3. Click the **Add** button
4. Configure the required settings
5. Click **Add Action** to enable it

Once added, your AI agent will automatically use the tool when appropriate based on visitor questions.

***

## Detailed Guides

<CardGroup cols={2}>
  <Card title="Custom API Action" icon="code" href="/tools-and-actions/custom-api-action">
    Connect your agent to any API endpoint.
  </Card>

  <Card title="SQLite Database" icon="database" href="/tools-and-actions/sqlite-database">
    Enable your agent to chat with your database.
  </Card>

  <Card title="BookStack: Search Wiki" icon="book-open" href="/tools-and-actions/bookstack-search">
    Search your BookStack wiki in real-time.
  </Card>

  <Card title="Brave: Web Search" icon="search" href="/tools-and-actions/brave-search">
    Search the web using Brave Search.
  </Card>

  <Card title="Firecrawl: Search" icon="flame" href="/tools-and-actions/firecrawl-search">
    Web search with optional full page scraping.
  </Card>

  <Card title="Capture Leads" icon="user-plus" href="/tools-and-actions/capture-leads">
    Collect visitor information with forms.
  </Card>

  <Card title="Polar" icon="circle-dollar-sign" href="/tools-and-actions/polar">
    Subscription info and checkout links from Polar.
  </Card>

  <Card title="Paddle" icon="credit-card" href="/tools-and-actions/paddle">
    Paddle Classic subscription information.
  </Card>

  <Card title="Suggested Messages" icon="message-square" href="/tools-and-actions/suggested-messages">
    Auto-generate follow-up message suggestions.
  </Card>

  <Card title="Shopify" icon="shopping-bag" href="/tools-and-actions/shopify">
    Orders and products from your Shopify store.
  </Card>

  <Card title="Cal.com" icon="calendar" href="/tools-and-actions/calcom">
    Calendar availability and booking.
  </Card>

  <Card title="Calendly" icon="calendar" href="/tools-and-actions/calendly">
    Calendar availability and booking via Calendly.
  </Card>

  <Card title="MCP Server" icon="server" href="/tools-and-actions/mcp-server">
    Connect to remote MCP servers.
  </Card>
</CardGroup>

***

<Card title="Ready to automate your customer service with AI?" icon="bot" href="https://sitespeak.ai/register?utm_source=docs&utm_medium=cta&utm_campaign=primary-cta" arrow="true" cta="Create Your AI Agent">
  Join over 1000+ businesses, websites and startups automating their customer service and other tasks with a custom trained AI agent.
</Card>
