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

<div class="relative w-full h-96">
  <div class="absolute inset-0 bg-black" />

  <img src="https://mintcdn.com/bison/uOpf7pj0_gwbnljD/images/hero-dark.png?fit=max&auto=format&n=uOpf7pj0_gwbnljD&q=85&s=32981bed2cef6a3b64e56fbda9a76f08" alt="Bison Documentation Background" class="absolute inset-0 w-full h-full object-cover opacity-25" noZoom width="1440" height="1092" data-path="images/hero-dark.png" />

  <div class="relative max-w-6xl mx-auto py-16 h-full flex flex-col justify-center">
    <h1 class="text-3xl text-white font-medium tracking-tight text-center mb-4">Welcome to the Bison Documentation</h1>
    <p class="text-lg text-zinc-400 font-thin tracking-tighter text-center max-w-2xl mx-auto">These guides will help you get started with integrating prediction markets into your project.</p>
  </div>
</div>

<div class="flex justify-center">
  <div class="max-w-6xl mx-4 md:mx-auto py-16">
    <Columns cols={2}>
      <Card title="SDKs" icon="code" href="/sdks/introduction">
        Official SDKs for integrating prediction markets into EVM projects.
      </Card>

      <Card title="Testnet Demo" icon="hard-hat" href="https://sdk-demo.bison.markets">
        Try out the Bison SDKs in a demo with multiple EVM testnets.
      </Card>

      <Card title="API Reference" icon="terminal" href="/api-reference/introduction">
        Explore the Bison API documentation for direct integration.
      </Card>

      <Card title="WebSockets" icon="plug" href="/websockets/introduction">
        Get real-time market & event data streams directly over WebSockets.
      </Card>
    </Columns>
  </div>
</div>
