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

# Welcome

<div className="relative w-full flex items-center justify-center" style={{ height: '24rem', overflow: 'hidden' }}>
  <div id="background-div" class="absolute inset-0" style={{height: "24rem", backgroundSize: "cover", backgroundPosition: "center"}} />

  <div style={{ position: 'absolute', textAlign: 'center', padding: '0 1rem', maxWidth: '100%', left: '50%', transform: 'translateX(-50%)' }}>
    <h1
      className="font-bold"
      style={{
      marginTop: '4rem',
      fontSize: '42px',
      margin: '0',
      whiteSpace: 'nowrap',
      textAlign: 'center'
  }}
      className="text-gray-900 dark:text-gray-200"
    >
      Unlock the Power of GWI Data
    </h1>

    <p className="mt-2 text-gray-900 dark:text-gray-200">Seamlessly integrate powerful insights into your workflow<br />and make data-driven decisions faster than ever.</p>

    <div className="flex items-center justify-center">
      <div className="flex items-center justify-center mt-4" style={{ width: '100%' }}>
        <a href="overview/gwi">
          <button class="rounded-md p-4 flex items-center justify-center" style={{
                        background: '#191530',
                        color: 'white',
                        height: '2.2rem',
                      }}>Get started -></button>
        </a>
      </div>
    </div>
  </div>
</div>

<div
  style={{
marginTop: '0rem',
marginBottom: '8rem',
maxWidth: '70rem',
marginLeft: 'auto',
marginRight: 'auto',
paddingLeft: '1.25rem',
paddingRight: '1.25rem'
}}
>
  <h1
    className="text-gray-900 dark:text-gray-200 text-center"
    style={{
  marginTop: '2rem',
  marginBottom: '1rem',
  fontWeight: '700',
  fontSize: '2rem'
}}
  >
    <span className="text-primary-light">API</span> Products
  </h1>

  <CardGroup cols={2}>
    <Card title="Spark API" icon="sparkle" href="/spark-api">
      Focused on delivering actionable insights quickly, ideal for dynamic decision-making.
    </Card>

    <Card title="Spark MCP" icon="star" iconType="solid" href="/spark-mcp">
      The Spark Model Context Protocol (MCP) API provides tools for LLMs to interact with GWI.
    </Card>

    <Card title="Platform API" icon="star" iconType="solid" href="/platform-api">
      Designed for robust data querying and advanced audience analysis.
    </Card>
  </CardGroup>
</div>
