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

# TakeProfit Docs

> Set up workspaces, run cloud alerts, trade from the chart, and write your own indicators in Indie®.

<div className="tp-hero not-prose relative overflow-hidden rounded-3xl border border-white/10">
  <span className="tp-hero-badge">
    Official documentation
  </span>

  <div className="tp-hero-title">
    TakeProfit <span className="tp-hero-accent">Docs</span>
  </div>

  <p className="tp-hero-sub">
    Build a workspace that fits the way you trade, keep it watching the market with
    cloud alerts, and create indicators of your own in Indie® — with an AI
    that writes the code.
  </p>

  <div className="tp-hero-actions">
    <a href="/docs/docs/guide/getting-started/Registration" className="inline-flex items-center gap-2 rounded-xl bg-violet-600 px-5 py-3 text-sm font-semibold text-white no-underline transition-colors hover:bg-violet-500">
      Learn the basics
      <span aria-hidden="true">→</span>
    </a>

    <a href="https://takeprofit.com/platform" className="inline-flex items-center gap-2 rounded-xl border border-white/15 px-5 py-3 text-sm font-semibold text-white no-underline transition-colors hover:border-white/30 hover:bg-white/5">
      Open TakeProfit
      <span aria-hidden="true">↗</span>
    </a>
  </div>
</div>

<div className="not-prose mt-14">
  <h2 className="text-lg font-semibold text-white">Explore Documentation</h2>

  <div className="mt-5 grid gap-4 sm:grid-cols-2 lg:grid-cols-3">
    <a href="/docs/docs/guide/getting-started/Registration" className="tp-tile">
      <div className="tp-tile-head">
        <span className="tp-tile-icon">
          <Icon icon="hand-wave" size={17} />
        </span>

        <span className="tp-tile-title">Getting started</span>
        <span className="tp-tile-arrow" aria-hidden="true">→</span>
      </div>

      <p className="tp-tile-text">Registration, workspaces, Widget Hub and profile settings</p>
    </a>

    <a href="/docs/docs/guide/platform/chart-widget/Chart-widget-overview" className="tp-tile">
      <div className="tp-tile-head">
        <span className="tp-tile-icon">
          <Icon icon="chart-waterfall" size={17} />
        </span>

        <span className="tp-tile-title">Widgets Library</span>
        <span className="tp-tile-arrow" aria-hidden="true">→</span>
      </div>

      <p className="tp-tile-text">Chart, Watchlist, Stock Screener, Financials and the code editor</p>
    </a>

    <a href="/docs/docs/guide/trading/trading-overview" className="tp-tile">
      <div className="tp-tile-head">
        <span className="tp-tile-icon">
          <Icon icon="arrow-trend-up" size={17} />
        </span>

        <span className="tp-tile-title">Trading</span>
        <span className="tp-tile-arrow" aria-hidden="true">→</span>
      </div>

      <p className="tp-tile-text">Connect an exchange and trade straight from the chart</p>
    </a>

    <a href="/docs/docs/guide/alerts/Alerts-overview" className="tp-tile">
      <div className="tp-tile-head">
        <span className="tp-tile-icon">
          <Icon icon="bell" size={17} />
        </span>

        <span className="tp-tile-title">Alerts</span>
        <span className="tp-tile-arrow" aria-hidden="true">→</span>
      </div>

      <p className="tp-tile-text">Server-side non-expiring alerts, trigger criteria and webhooks</p>
    </a>

    <a href="/docs/docs/guide/platform/ai-assistant/AI-assistant-overview" className="tp-tile">
      <div className="tp-tile-head">
        <span className="tp-tile-icon">
          <Icon icon="sparkles" size={17} />
        </span>

        <span className="tp-tile-title">AI Assistant</span>
        <span className="tp-tile-arrow" aria-hidden="true">→</span>
      </div>

      <p className="tp-tile-text">Research the market and the platform without leaving your workspace</p>
    </a>

    <a href="/docs/docs/guide/market-data/Market-data-overview" className="tp-tile">
      <div className="tp-tile-head">
        <span className="tp-tile-icon">
          <Icon icon="database" size={17} />
        </span>

        <span className="tp-tile-title">Data Coverage</span>
        <span className="tp-tile-arrow" aria-hidden="true">→</span>
      </div>

      <p className="tp-tile-text">Markets, exchanges and instruments available on the platform</p>
    </a>

    <a href="/docs/docs/indie/What-is-Indie" className="tp-tile">
      <div className="tp-tile-head">
        <span className="tp-tile-icon">
          <Icon icon="code" size={17} />
        </span>

        <span className="tp-tile-title">Indie Language</span>
        <span className="tp-tile-arrow" aria-hidden="true">→</span>
      </div>

      <p className="tp-tile-text">Write, publish and monetize custom indicators with Indie®</p>
    </a>

    <a href="/docs/docs/indie/Mcp-server/Mcp-server-guide" className="tp-tile">
      <div className="tp-tile-head">
        <span className="tp-tile-icon">
          <Icon icon="robot" size={17} />
        </span>

        <span className="tp-tile-title">Indie MCP Server</span>
        <span className="tp-tile-arrow" aria-hidden="true">→</span>
      </div>

      <p className="tp-tile-text">Let an LLM build, convert and validate indicators for you</p>
    </a>

    <a href="/docs/docs/indie/Library-reference-overview" className="tp-tile">
      <div className="tp-tile-head">
        <span className="tp-tile-icon">
          <Icon icon="book" size={17} />
        </span>

        <span className="tp-tile-title">Library Reference</span>
        <span className="tp-tile-arrow" aria-hidden="true">→</span>
      </div>

      <p className="tp-tile-text">Packages, builtins and the full Indie® API surface</p>
    </a>

    <a href="/docs/docs/indie/Code-examples/educational-indicators" className="tp-tile">
      <div className="tp-tile-head">
        <span className="tp-tile-icon">
          <Icon icon="file-code" size={17} />
        </span>

        <span className="tp-tile-title">Code Examples</span>
        <span className="tp-tile-arrow" aria-hidden="true">→</span>
      </div>

      <p className="tp-tile-text">Ready-to-run indicators and strategies to learn from</p>
    </a>

    <a href="/docs/docs/guide/monetization-tools/Born-to-earn-overview" className="tp-tile">
      <div className="tp-tile-head">
        <span className="tp-tile-icon">
          <Icon icon="money-bill-trend-up" size={17} />
        </span>

        <span className="tp-tile-title">Cash Rewards</span>
        <span className="tp-tile-arrow" aria-hidden="true">→</span>
      </div>

      <p className="tp-tile-text">TakeBack cashback, referrals, paid posts and indicator sales</p>
    </a>

    <a href="/docs/docs/guide/community/Community-overview" className="tp-tile">
      <div className="tp-tile-head">
        <span className="tp-tile-icon">
          <Icon icon="users" size={17} />
        </span>

        <span className="tp-tile-title">Community</span>
        <span className="tp-tile-arrow" aria-hidden="true">→</span>
      </div>

      <p className="tp-tile-text">Publish posts, share screeners and follow other traders</p>
    </a>
  </div>

  <div className="tp-endlinks">
    <a href="/docs/docs/guide/changelog" className="tp-endlink">
      <span className="tp-endlink-icon">
        <Icon icon="clock-rotate-left" size={24} />
      </span>

      <span className="tp-endlink-title">Platform changelog</span>
      <span className="tp-endlink-text">What shipped on the platform, release by release</span>
    </a>

    <a href="/docs/docs/indie/Changelog" className="tp-endlink">
      <span className="tp-endlink-icon">
        <Icon icon="timeline-arrow" size={24} />
      </span>

      <span className="tp-endlink-title">Indie® changelog</span>
      <span className="tp-endlink-text">Language versions, new features and migration notes</span>
    </a>

    <a href="https://discord.gg/WVk8TjwU7p" className="tp-endlink">
      <span className="tp-endlink-icon">
        <Icon icon="discord" size={24} />
      </span>

      <span className="tp-endlink-title">Ask the community</span>
      <span className="tp-endlink-text">Get help from other traders and the team on Discord</span>
    </a>
  </div>
</div>
