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

# Introduction - Supported Tools

> Start building awesome documentation in under five minutes with the Prism theme.

export const Banner = () => {
  return <div className="flex not-prose bg-primary" style={{
    borderRadius: '1rem',
    background: "url('https://firebasestorage.googleapis.com/v0/b/zeromagicsite.appspot.com/o/background.png?alt=media&token=6a7e76dd-2e28-4b48-98a0-e73adb134aac')"
  }}>
      <div className="flex-1" style={{
    padding: '2rem 2rem'
  }}>
        <h1 className="text-3xl text-white font-bold">Get Started for Free</h1>
        <h2 className="mt-1 text-white">Connect tools, Automate tasks and stay updated with AI Agents</h2>
        <button onClick={() => window.open("https://app.zeroagent.io/")} className="mt-5 flex items-center space-x-1 font-medium px-4 py-1 bg-white rounded-xl group-hover:opacity-[0.9]" style={{
    color: '#09090B'
  }}>
          <span>Get started</span>
          <svg xmlns="http://www.w3.org/2000/svg" width={20} height={20} viewBox="0 0 24 24" fill="none" stroke="currentColor" strokeWidth={2} strokeLinecap="round" strokeLinejoin="round" className="w-3 h-3">
            <path d="m9 18 6-6-6-6" />
          </svg>
        </button>
      </div>
      <div className="hidden sm:flex flex-1">
        <img src="" />  
      </div>
    </div>;
};

Our AI agents seamlessly connect with a wide range of business tools across various categories, helping you automate tasks, manage workflows, and improve productivity through simple prompts.

## 🛠️ Tool Category

Here are the major categories of tools you can integrate

<AccordionGroup>
  <Accordion title="Version Control & Code Management">
    Tools like `GitHub` allow you to manage repositories, pull requests, and version control tasks via simple prompts.
  </Accordion>

  <Accordion title="Communication & Collaboration">
    Integrate with `Slack`, `Google Meet`, or `Zoom` to streamline team conversations, set reminders, or manage meetings.
  </Accordion>

  <Accordion title="Calendar & Scheduling">
    Tools like `Google Calendar` help you schedule, modify, and manage events across your team’s calendar using natural language commands.
  </Accordion>

  <Accordion title="Marketing Tools">
    Manage customer relationships by integrating with `Salesforce`, or schedule social media posts through `Facebook` or `Google Ads`.
  </Accordion>

  <Accordion title="Project & Task Management">
    Connect with platforms like `Trello` or `Asana` to automate task creation, project updates, and task tracking effortlessly.
  </Accordion>

  <Accordion title="CRM">
    Manage customer relationships with tools like `Salesforce`, `Zoho`, `HubSpot`, plus many more CRMs.
  </Accordion>
</AccordionGroup>

## More Tools

Request additional tools for your workflow. Contact [support](mailto:support@zeroagent.io) for more information

<br />

<Banner />
