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

# Introduction

> Transform your company knowledge into intelligent, searchable cards

# Welcome to Aigmented

Aigmented is an AI-powered knowledge management platform that transforms your documents into structured, searchable knowledge cards. Upload PDFs, spreadsheets, and documents — Aigmented parses them, extracts knowledge, and makes it instantly searchable via API.

## What you can do with the API

<CardGroup cols={2}>
  <Card title="Search" icon="magnifying-glass">
    Semantic search over your knowledge base. Returns relevant cards with scores.
  </Card>

  <Card title="Ask" icon="comments">
    Ask questions in natural language. Get AI-generated answers grounded in your documents.
  </Card>

  <Card title="Upload" icon="upload">
    Upload files directly via API. Supports PDF, XLSX, CSV, DOCX.
  </Card>

  <Card title="MCP Server" icon="plug">
    Connect your knowledge base to Claude Desktop, Cursor, or any MCP-compatible client.
  </Card>
</CardGroup>

## How it works

1. **Upload documents** to a collection (PDF, XLSX, CSV, DOCX)
2. Aigmented **parses and extracts** structured knowledge cards
3. **Search or ask questions** via API — get answers grounded in your documents
4. Integrate with **Claude Desktop** or other tools via MCP

## Next steps

<Card title="Quickstart" icon="rocket" href="/docs/quickstart">
  Create an API key and make your first request in under 2 minutes.
</Card>
