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

# Spote: AI-powered notes that grow with you

> Spote is an AI-native note-taking app. Capture ideas from AI conversations, organize with buckets and tags, and retrieve notes by meaning using semantic search.

Spote is where your best AI thinking lives. Instead of losing insights to chat history, you capture notes directly from your AI conversations — and pull them back as context in future sessions. Your personal knowledge base grows smarter over time.

<CardGroup cols={2}>
  <Card title="Quick Start" icon="rocket" href="/quickstart">
    Create your first note in minutes — from the web app or your AI agent.
  </Card>

  <Card title="Connect an AI Agent" icon="robot" href="/connecting-ai-agents">
    Link Claude, Copilot, or any MCP-compatible AI to your Spote account.
  </Card>

  <Card title="MCP Integration" icon="plug" href="/mcp/overview">
    Full reference for the built-in MCP server — tools, prompts, and auth.
  </Card>

  <Card title="API Reference" icon="code" href="/api/overview">
    REST API for building your own integrations with Spote.
  </Card>
</CardGroup>

## How Spote works

Spote supports two core flows:

* **AI → Spote** — Tell your AI assistant to save a note. The reasoning, summary, or decision lands in Spote without you switching apps.
* **Spote → AI** — Pull your old notes into a new conversation as context. Your past thinking becomes your best prompt.

<Steps>
  <Step title="Create an account">
    Sign up at [spote.app](https://spote.app). No credit card required.
  </Step>

  <Step title="Write your first note">
    Open the editor, write in markdown, add `#tags`, and save. Spote automatically indexes your note for semantic search.
  </Step>

  <Step title="Connect your AI agent">
    Generate a Personal Access Token in **Settings**, then add Spote as an MCP server in your AI tool. See [Connecting AI Agents](/connecting-ai-agents).
  </Step>

  <Step title="Search by idea, not keyword">
    Use semantic search to find notes by meaning — even when you can't remember the exact words you used.
  </Step>
</Steps>

<CardGroup cols={3}>
  <Card title="Notes" icon="file-lines" href="/concepts/notes">
    What a note is and how it's structured.
  </Card>

  <Card title="Buckets & Tags" icon="folder" href="/concepts/buckets-and-tags">
    Organize notes into folders and hashtag categories.
  </Card>

  <Card title="Semantic Search" icon="magnifying-glass" href="/concepts/semantic-search">
    Find notes by meaning, not exact wording.
  </Card>
</CardGroup>
