> ## 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 Apps

> 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 apps, 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 apps across various categories, helping you automate tasks, manage workflows, and improve productivity through simple prompts.

## Available Apps

### Productivity

| Name                                    | Description                                           |
| :-------------------------------------- | :---------------------------------------------------- |
| [**Slack**](/apps/all-apps/slack)       | Cloud-based team collaboration and messaging platform |
| [**Todoist**](/apps/all-apps/todoist)   | A To-Do List to Organize Your Work & Life             |
| [**Notion**](/apps/all-apps/notion)     | All-in-one workspace and note-taking app              |
| [**Calendly**](/apps/all-apps/calendly) | Scheduling app that simplifies meeting planning       |

### Communication

| Name                                  | Description                                                                  |
| :------------------------------------ | :--------------------------------------------------------------------------- |
| [**Gmail**](/apps/all-apps/gmail)     | Secure and intuitive email service by Google                                 |
| [**Discord**](/apps/all-apps/discord) | Communication platform for communities, enabling voice, video, and text chat |

### Databases

| Name                                    | Description                                                |
| :-------------------------------------- | :--------------------------------------------------------- |
| [**Airtable**](/apps/all-apps/airtable) | Flexible platform that combines spreadsheets and databases |

### Cloud Storage

| Name                                  | Description                                             |
| :------------------------------------ | :------------------------------------------------------ |
| [**Dropbox**](/apps/all-apps/dropbox) | Secure cloud storage for file sharing and collaboration |

### Video Conferencing

| Name                                          | Description                                                 |
| :-------------------------------------------- | :---------------------------------------------------------- |
| [**Google Meet**](/apps/all-apps/google-meet) | Secure video conferencing service                           |
| [**Zoom**](/apps/all-apps/zoom)               | Cloud-based video conferencing and virtual meeting platform |

### Version Control & Code Management

| Name                                | Description                                                                                          |
| :---------------------------------- | :--------------------------------------------------------------------------------------------------- |
| [**Github**](/apps/all-apps/github) | Web-based platform for version control and code collaboration                                        |
| [**Gitlab**](/apps/all-apps/gitlab) | DevSecOps platform that enables teams to collaborate, develop, test, and deploy software efficiently |

### CRM

| Name                                  | Description                                                                    |
| :------------------------------------ | :----------------------------------------------------------------------------- |
| [**Capsule**](/apps/all-apps/capsule) | CRM to manage contacts, track leads, and build stronger customer relationships |

### Forms & Surveys

| Name                                    | Description                                |
| :-------------------------------------- | :----------------------------------------- |
| [**Typeform**](/apps/all-apps/typeform) | Interactive online form and survey builder |

### Design

| Name                                  | Description                                                                                             |
| :------------------------------------ | :------------------------------------------------------------------------------------------------------ |
| [**Miro**](/apps/all-apps/miro)       | Collaborative online whiteboard platform designed for brainstorming, mind mapping, and project planning |
| [**Canva**](/apps/all-apps/canva)     | Graphic design and visual content creation platform                                                     |
| [**Dribble**](/apps/all-apps/dribble) | Discover worlds top designers and creativity                                                            |

### Cloud Hosting

| Name                                  | Description                                                            |
| :------------------------------------ | :--------------------------------------------------------------------- |
| [**Netlify**](/apps/all-apps/netlify) | Platform for building, deploying, and managing modern web applications |

## More Apps

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

<br />

<Banner />
