---
title: "Welcome to Macru | Your Secure AI Knowledge Engine"
description: "Discover Macru: your private, secure, and modular AI-powered assistant. Learn how to set up, use, and understand the architecture of Macru to unify your work data."
---

**Your private, secure, and modular AI-powered knowledge engine.**

Macru is designed to be your central hub for work-related data. It tackles the fragmentation of information scattered across documents, emails, calendars, and various productivity tools. With Macru, you get a unified, intelligent, and private way to access, query, and interact with all your digital information.

<CardGroup cols={2}>
  <Card title="Privacy First" icon="shield-keyhole">
    Your data stays under your control. Macru is built with security at its core, ensuring your sensitive information remains private.
  </Card>
  <Card title="Unified Access" icon="layer-group">
    Query all your connected sources through a single, intuitive interface. No more switching between countless apps.
  </Card>
  <Card title="Intelligent Insights" icon="brain-circuit">
    Leverage powerful Large Language Models (LLMs) to understand context, synthesize information, and get meaningful answers from your data.
  </Card>
  <Card title="Modular & Extensible" icon="puzzle-piece">
    Easily extend Macru by integrating new data connectors and capabilities as your needs evolve. 
  </Card>
</CardGroup>

## Dive Deeper

This documentation will guide you through:

*   **Getting Started**: Setting up your Macru instance.
*   **Core Features**: Understanding data ingestion, querying, the memory layer, and more.
*   **Architecture**: A look under the hood at how Macru works.
*   **Connecting Your Data**: Guides for Notion, Google Calendar, Gmail, and future integrations.

Ready to take control of your information? Explore the guides using the sidebar navigation!

<img
  className="block dark:hidden"
  src="/images/macrulogo.png"
  alt="Macru Logo"
/>
<img
  className="hidden dark:block"
  src="/images/macrulogo.png"
  alt="Macru Logo"
/>

## Setting up

The first step to world-class documentation is setting up your editing environments.

<CardGroup cols={2}>
  <Card
    title="Edit Your Docs"
    icon="pen-to-square"
    href="https://mintlify.com/docs/quickstart"
  >
    Get your docs set up locally for easy development
  </Card>
  <Card
    title="Preview Changes"
    icon="image"
    href="https://mintlify.com/docs/development"
  >
    Preview your changes before you push to make sure they're perfect
  </Card>
</CardGroup>

## Make it yours

Update your docs to your brand and add valuable content for the best user conversion.

<CardGroup cols={2}>
  <Card
    title="Customize Style"
    icon="palette"
    href="https://mintlify.com/docs/settings/global"
  >
    Customize your docs to your company's colors and brands
  </Card>
  <Card
    title="Reference APIs"
    icon="code"
    href="https://mintlify.com/docs/api-playground/openapi"
  >
    Automatically generate endpoints from an OpenAPI spec
  </Card>
  <Card
    title="Add Components"
    icon="screwdriver-wrench"
    href="https://mintlify.com/docs/content/components/accordions"
  >
    Build interactive features and designs to guide your users
  </Card>
  <Card
    title="Get Inspiration"
    icon="stars"
    href="https://mintlify.com/customers"
  >
    Check out our showcase of our favorite documentation
  </Card>
</CardGroup>
