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

# Build with Bluum

> Embed investing into your product. Accounts, compliance, trading, portfolio management, and custody — through a single API.

<div id="landing-hero" className="landing-hero">
  <div className="landing-hero-inner">
    <h1 className="landing-title">Build with Bluum</h1>

    <p className="landing-lead">
      Embed investing into your product. Accounts, compliance, trading, portfolio management, and custody — through a
      single API.
    </p>

    <a href="/get-started/welcome" className="landing-cta">
      Get started →
    </a>
  </div>
</div>

<div id="landing-content" className="landing-content">
  ## Choose your integration path

  <CardGroup cols={2}>
    <Card title="Self-Directed Investing" icon="chart-line" href="/get-started/quick-start-self-directed">
      Let your users buy and sell stocks, ETFs, and fractional shares. You control the UI — Bluum handles accounts, compliance, custody, and order execution.

      **Best for:** Trading apps, invest tabs, stock gifting, round-ups.
    </Card>

    <Card title="Wealth Management" icon="chart-pie" href="/wealth">
      Offer managed portfolios, financial planning, risk assessments, and automated investing. Full wealth lifecycle through the API.

      **Best for:** Robo-advisors, financial planner apps, employee benefits. [Book a demo](/wealth) to get started.
    </Card>
  </CardGroup>

  ## Explore the platform

  <CardGroup cols={3}>
    <Card title="Quick Start" icon="rocket" href="/get-started/welcome">
      Get your first API call working in under 10 minutes.
    </Card>

    <Card title="Platform Concepts" icon="book" href="/platform/accounts">
      Understand accounts, wallets, trading, and compliance.
    </Card>

    <Card title="Guides" icon="map" href="/guides/self-directed/account-onboarding">
      Step-by-step integration guides for every workflow.
    </Card>

    <Card title="Webhooks" icon="bell" href="/platform/webhooks">
      Real-time event notifications for account, trading, and transfer activity.
    </Card>

    <Card title="Changelog" icon="clock" href="/changelog">
      Latest API updates, new features, and deprecations.
    </Card>
  </CardGroup>

  ## Developer resources

  <CardGroup cols={3}>
    <Card title="Postman Collection" icon="code" href="/resources/postman">
      Pre-built requests for every endpoint.
    </Card>

    <Card title="Error Reference" icon="triangle-exclamation" href="/resources/error-codes">
      Full catalog of error codes and troubleshooting.
    </Card>

    <Card title="AI-Assisted Development" icon="wand-magic-sparkles" href="/resources/ai-tools">
      Integrate with Claude Code, Cursor, or Windsurf.
    </Card>
  </CardGroup>

  ***

  <div className="landing-content-footer">
    **Ready to get started?** [Create a dashboard account](https://dashboard.bluumfinance.com/login) to get your API
    credentials, or [contact us](mailto:ope@bluumfinance.com) for a guided onboarding.
  </div>
</div>
