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

# Hyperspell Documentation

> Learn how to integrate Hyperspell, use our SDKs, and give your AI agents context and memory.

## Getting Started

Hyperspell is the memory layer for AI agents. We make it easy for developers to connect to their user's workspace accounts (GMail, Slack, Notion, and more), so that your AI agents can recall, remember, and learn over time.

<Columns cols={3}>
  <Card title="Quickstart" icon="rocket" href="/core/quickstart">
    Connect your own data to Hyperspell and try it out in the sandbox.
  </Card>

  <Card title="Integrate Hyperspell using Claude Code" icon="robot" href="/core/claude-code-skill">
    Use our custom Claude Code skill to integrate Hyperspell into your codebase.
  </Card>

  <Card title="Core concepts" icon="lightbulb" href="concepts">
    Learn about Hyperspell, different kinds of queries, and how we handle structured data.
  </Card>
</Columns>
