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

# Overview

> Pre-built integrations that extend your AI agents with data access, code execution, automation, and messaging capabilities

**Agent Toolkits** are pre-built integrations that extend what your agents can do. Each toolkit provides a set of specialized tools — query a database, search the web, run Python code, manage todos, and more — that agents invoke during a conversation based on your personality prompt and instructions.

Toolkits handle authentication, API wiring, and error handling so you can focus on agent behavior instead of building integrations from scratch. Combine multiple toolkits on a single agent to support complex, multi-step workflows.

<img src="https://mintcdn.com/automationanywhere/KYLkRhJ6hNNnwL4a/img/agents-toolkits/11.jpg?fit=max&auto=format&n=KYLkRhJ6hNNnwL4a&q=85&s=3b9ef1ecf2dc6aebcc7253e128a7b1fb" alt="Toolkits section showing available toolkits by category" width="1280" height="631" data-path="img/agents-toolkits/11.jpg" />

## Why Use Toolkits?

| Benefit              | Description                                                                                                            |
| -------------------- | ---------------------------------------------------------------------------------------------------------------------- |
| **Ready to deploy**  | Pre-configured integrations with sensible defaults — add a toolkit and start using it in minutes.                      |
| **Secure by design** | OAuth, service accounts, and encrypted connections are managed centrally in **Settings → Connections**.                |
| **Composable**       | Mix and match toolkits on one agent — for example, Knowledge Base + Python + Database for financial analysis.          |
| **Prompt-driven**    | Reference tools in your personality prompt with the `@` symbol so the agent knows when and how to use each capability. |

## Toolkits vs. Tools vs. External Integrations

EKB offers three ways to extend agent capabilities. Choose based on what you need:

| Type                      | What it is                                                 | Best for                                                                                                           |
| ------------------------- | ---------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------ |
| **Toolkits**              | Pre-built platform integrations (this section)             | Standard capabilities like web search, code execution, databases, and messaging                                    |
| **Tools**                 | Custom tools and workflows you create or import            | Proprietary APIs, business logic, and reusable multi-step automations — see **[Tools](/agents/tools)**             |
| **External Integrations** | Third-party app connectors (Gmail, Jira, Salesforce, etc.) | Enterprise systems and productivity apps — see **[External Integrations](/agents/external-integrations/overview)** |

<Tip>
  Many **[Agent Templates](/agents/agent-templates)** ship with toolkits already selected. Start from a template when you want a proven toolkit combination for a specific role or workflow.
</Tip>

## Adding Toolkits to an Agent

1. Open your agent in the **Agent Builder** and go to the **Toolkits** tab in the left sidebar.
2. Browse available toolkits by category and click **Add to Agent** for each one you need.
3. Click **Configure** on any toolkit that requires a connection and complete setup in **Settings → Connections** if prompted.
4. Return to **General Settings** and update the **Personality Prompt**. Type **`@`** to insert a tool reference and tell the agent when to use it.
5. **Save** your changes and test the agent in **Chat**.

For a step-by-step walkthrough of creating your first agent, see **[Create Your First AI Agent](/getting-started/create-first-agent)**.

## Available Toolkits

Toolkits in the Agent Builder are grouped by category. Select any card and click **Add to Agent** to attach it to your agent.

### Knowledge & Content

<CardGroup cols={2}>
  <Card title="Image Generation" icon="image" href="/agents/toolkits/image-generation">
    Generate images from prompts using providers like DALL-E. Uploads to project storage and attaches to messages.
  </Card>

  <Card title="Knowledge Base" icon="book" href="/agents/toolkits/knowledge-base">
    Allow your agent to access custom knowledge from your documents.
  </Card>

  <Card title="Web Search" icon="magnifying-glass" href="/agents/toolkits/web-search">
    Enable your agent to search Google and download web content.
  </Card>

  <Card title="Document Manager" icon="file-lines" href="/agents/toolkits/document-manager">
    Create, read, update, and delete documents within your project. Manage your project's document library with full CRUD operations.
  </Card>

  <Card title="PDF" icon="file-pdf">
    Extract text from PDFs, convert pages to images, and generate PDF documents from text or images. Supports file uploads and URLs.
  </Card>

  <Card title="File Helpers" icon="folder-open">
    Save, read, re-encode, and inspect files. Supports PDF, DOCX, XLSX, CSV, JSON, and more with intelligent text extraction, encoding conversion, and MIME type detection.
  </Card>
</CardGroup>

### Data & Analytics

<CardGroup cols={2}>
  <Card title="Database" icon="database" href="/agents/toolkits/database">
    Connect your agent to a database for data querying and analysis.
  </Card>

  <Card title="Smart Table Manager" icon="table" href="/agents/toolkits/smart-table-manager">
    Full management for Smart Tables — create, read, update, and delete columns and rows.
  </Card>

  <Card title="New Relic" icon="chart-line">
    Query metrics, monitor application performance, analyze alerts, and explore entities using New Relic's NerdGraph API.
  </Card>

  <Card title="Airtable" icon="table">
    Manage Airtable bases, tables, and records. Create, find, update, and delete records in your Airtable workspace with API token authentication.
  </Card>

  <Card title="AITable" icon="table-cells">
    Manage AITable datasheets, records, and spaces. An open-source Airtable alternative for spreadsheet-database operations.
  </Card>

  <Card title="Crypto" icon="lock">
    Hash text with MD5, SHA256, or SHA512 and generate secure random passwords. No API keys needed.
  </Card>
</CardGroup>

### Code & Development

<CardGroup cols={2}>
  <Card title="Agent Manager" icon="robot">
    Manage and create AI agents within your project using natural language descriptions.
  </Card>

  <Card title="Python Code Execution" icon="python" href="/agents/toolkits/python">
    Execute Python code in a secure sandbox environment and upload files from your knowledge base for analysis.
  </Card>

  <Card title="Node.js Code Execution" icon="node-js" href="/agents/toolkits/nodejs">
    Execute Node.js/JavaScript code in a secure sandbox environment with NPM package support and file management capabilities.
  </Card>

  <Card title="Bitbucket" icon="bitbucket">
    Connect to Bitbucket for repository management, pull requests, issues, and code collaboration.
  </Card>

  <Card title="GitHub" icon="github" href="/agents/external-integrations/github">
    Connect to GitHub for repository management, issue tracking, pull requests, and code collaboration.
  </Card>
</CardGroup>

### Planning & Productivity

<CardGroup cols={2}>
  <Card title="Todo Manager" icon="list-check" href="/agents/toolkits/to-do-manager">
    Enable your agent to create and manage todos for planning and task tracking during conversations.
  </Card>

  <Card title="Ask User" icon="message-question" href="/agents/toolkits/ask-user">
    Present structured questions with predefined options to collect user input before proceeding.
  </Card>

  <Card title="Trello" icon="trello">
    Manage Trello boards, lists, and cards — create tasks, move cards between lists, and search across your workspace.
  </Card>

  <Card title="Skills Manager" icon="toolbox" href="/agents/skills/agent-skills-overview">
    Let your agent list, load, and search skills by default; optionally enable creating or editing reusable instruction playbooks during conversations.
  </Card>
</CardGroup>

### Finance

<CardGroup cols={2}>
  <Card title="Yahoo Finance" icon="chart-line" href="/agents/external-integrations/yahoo-finance">
    Access Yahoo Finance for stock market data and financial analytics.
  </Card>
</CardGroup>

### Automation & Workflows

<CardGroup cols={2}>
  <Card title="Platform Actions" icon="gear">
    Perform core platform actions like inviting users, creating projects, creating crawlers, and uploading files to the knowledge base.
  </Card>

  <Card title="Team Info" icon="id-card">
    Look up information about members of your project's team — count members or search by name, email, or partial text.
  </Card>
</CardGroup>

### Integrations & APIs

Third-party services and platform connectors for email, cloud storage, CRM, project management, messaging, and more.

<CardGroup cols={2}>
  <Card title="Agent Communication" icon="comments" href="/agents/toolkits/agent-communication">
    Allow your agent to communicate with other agents in the project.
  </Card>

  <Card title="Azure Active Directory" icon="microsoft" href="/agents/external-integrations/azure-active-directory">
    Manage Azure AD users, create accounts, update profiles, and handle user lifecycle operations.
  </Card>

  <Card title="Gmail" icon="envelope" href="/agents/external-integrations/gmail">
    Send emails, search messages, create drafts, and manage email communications via Gmail API.
  </Card>

  <Card title="YouTube" icon="youtube">
    Make custom API calls to YouTube Data API v3 for managing videos, channels, playlists, and more.
  </Card>

  <Card title="Google Docs" icon="file-word">
    Create, read, edit, and manage Google Documents with comprehensive formatting and collaboration features.
  </Card>

  <Card title="Google Sheets" icon="table" href="/agents/external-integrations/google-sheets">
    Read and update Google Sheets for data synchronization and reporting.
  </Card>

  <Card title="Google Drive" icon="google-drive" href="/agents/external-integrations/google-drive">
    Manage files and folders in Google Drive for document processing and organization.
  </Card>

  <Card title="Dropbox" icon="dropbox" href="/agents/external-integrations/dropbox">
    Manage files and folders in Dropbox for document storage, sharing, and team collaboration.
  </Card>

  <Card title="Microsoft Outlook (Mail & Calendar)" icon="envelope" href="/agents/external-integrations/microsoft-365">
    Send emails, search messages, create calendar events, and manage your Outlook inbox and calendar.
  </Card>

  <Card title="Odoo ERP" icon="building" href="/agents/external-integrations/odoo-erp">
    Connect to Odoo ERP system for CRM, sales, inventory, and business process management.
  </Card>

  <Card title="Google Cloud Platform" icon="google" href="/agents/toolkits/google-cloud-platform">
    Run BigQuery analytics, invoke Cloud Run services and HTTP-triggered functions, and query Cloud SQL using a service-account connection.
  </Card>

  <Card title="Asana" icon="a" href="/agents/external-integrations/asana">
    Connect to Asana for project management, task tracking, and bug triage workflows.
  </Card>

  <Card title="Jira" icon="jira" href="/agents/external-integrations/jira">
    Connect to Jira for issue tracking, project management, and bug triage workflows.
  </Card>

  <Card title="Confluence" icon="confluence" href="/agents/external-integrations/confluence">
    Connect to Confluence for team collaboration, documentation, and knowledge management.
  </Card>

  <Card title="ClickUp" icon="check">
    Connect to ClickUp for project management, task tracking, and team collaboration.
  </Card>

  <Card title="Slack" icon="slack">
    Connect to Slack for team communication, channel management, and workspace collaboration.
  </Card>

  <Card title="SharePoint" icon="microsoft" href="/agents/external-integrations/microsoft-365">
    Browse, search, and read files in SharePoint document libraries. Navigate folder hierarchies and find content across sites.
  </Card>

  <Card title="Salesforce CRM" icon="salesforce" href="/agents/external-integrations/salesforce">
    Connect to Salesforce to manage customer relationships and sales data.
  </Card>

  <Card title="Microsoft Teams" icon="users" href="/agents/external-integrations/microsoft-365">
    Send messages to channels and users, create channels, and manage Teams resources.
  </Card>

  <Card title="Discord" icon="discord">
    Manage Discord servers with messaging, channel management, role assignments, and member moderation.
  </Card>

  <Card title="Telegram Bot" icon="telegram" href="/agents/toolkits/telegram">
    Send messages and media, manage chats and members, and create invite links via a Telegram bot. Authenticates with a BotFather bot token (not OAuth).
  </Card>

  <Card title="WhatsApp" icon="whatsapp" href="/agents/toolkits/whatsapp">
    Send text messages, media, and pre-approved templates via WhatsApp Business API for customer engagement.
  </Card>

  <Card title="Typeform" icon="clipboard-question">
    Create and manage Typeform forms, retrieve responses, and configure webhooks for conversational surveys.
  </Card>

  <Card title="Zoho People" icon="people-group">
    Manage employee attendance with check-in/check-out tracking, attendance reports, bulk operations, and employee lookup via Zoho People.
  </Card>

  <Card title="Facebook Pages" icon="facebook">
    Manage Facebook Pages — create posts, photos, and videos.
  </Card>

  <Card title="HubSpot" icon="hubspot" href="/agents/external-integrations/hubspot">
    Integrate with HubSpot for marketing, sales, and CRM operations.
  </Card>

  <Card title="Microsoft Excel" icon="file-excel" href="/agents/external-integrations/microsoft-excel">
    Create, edit, and analyze Excel workbooks with advanced spreadsheet capabilities. Powered by Microsoft Graph API for seamless Office 365 integration.
  </Card>

  <Card title="Microsoft Word" icon="file-word" href="/agents/external-integrations/microsoft-word">
    Create, edit, and manage Word documents with comprehensive document processing capabilities. Powered by Microsoft Graph API for seamless Office 365 integration.
  </Card>

  <Card title="Google Slides" icon="file-powerpoint" href="/agents/external-integrations/google-slides">
    Create, edit, and manage Google Slides presentations with templates, text replacement, and image insertion.
  </Card>

  <Card title="Google Calendar" icon="calendar-days">
    Create, read, update, and manage Google Calendar events. Schedule meetings, check availability, and organize your calendar seamlessly.
  </Card>

  <Card title="Google Forms" icon="wpforms">
    Create forms, manage questions, and collect responses. Build surveys, quizzes, and feedback forms programmatically via Google Forms API.
  </Card>

  <Card title="Google Tasks" icon="list-check">
    Create, list, update, complete, and delete tasks across your Google Tasks lists. Manage your productivity workflow programmatically via the Google Tasks API.
  </Card>

  <Card title="Notion" icon="notion" href="/agents/toolkits/notion">
    Search, read, and write Notion pages and databases. Manage content and structured data in your Notion workspace via OAuth.
  </Card>

  <Card title="Freshservice" icon="headset">
    Freshservice ITSM — manage tickets, requesters, agents, and groups. Create, update, search tickets and make custom API calls.
  </Card>

  <Card title="Amazon S3" icon="aws">
    Upload, read, list, and manage files in Amazon S3 and S3-compatible storage. Generate presigned download URLs.
  </Card>

  <Card title="Odin AI Tools" icon="wand-magic-sparkles">
    Summarize, search, extract information, classify, and manage documents using Odin AI.
  </Card>
</CardGroup>

## Related Resources

* **[Agent Templates](/agents/agent-templates)** — Pre-built agents with toolkits already configured for finance, legal, HR, and IT workflows
* **[Tools](/agents/tools)** — Create custom tools and attach workflows to your agents
* **[External Integrations](/agents/external-integrations/overview)** — Connect agents to Gmail, Jira, Salesforce, Microsoft 365, and other enterprise apps
* **[Best Practices](/agents/best-practices)** — Prompt engineering and toolkit usage guidance
