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

# Welcome

<div class="not-prose text-center space-y-8 bg-gray-500/20 py-16 hero-bg">
  <div class="flex justify-center">
    <img src="https://mintcdn.com/ravenpackinternational/Dv2NOmEpE-Xl_lBR/logo/bigdata-icon-ribbon-black.svg?fit=max&auto=format&n=Dv2NOmEpE-Xl_lBR&q=85&s=631b1732b20a637db713532386ecad2c" alt="Bigdata.com Logo" class="w-16 h-16 object-contain hero-logo" width="60" height="60" data-path="logo/bigdata-icon-ribbon-black.svg" />
  </div>

  <div class="space-y-4 hero-bg-content">
    <h1 class="text-3xl font-serif font-semibold">
      Welcome to Bigdata.com API
    </h1>

    <div class="space-y-4">
      <p class="text-xl">
        Your platform for building intelligent agents
      </p>
    </div>
  </div>
</div>

<div className="max-w-8xl mx-auto px-8 mt-16">
  <CardGroup cols={3}>
    <Card title="Research Agent" icon="messages" horizontal="True" href="/getting-started/quickstart_guide_research_agent">
      Create intelligent assistants that combine web and premium data with your
      proprietary content for deeper insights and productivity.
    </Card>

    <Card title="Search Service" icon="magnifying-glass" horizontal="True" href="/getting-started/quickstart_guide">
      Easily find the most relevant information from trusted sources and your
      own data. Use it to power agents that give accurate, real-time answers.
    </Card>

    <Card title="Upload Your Own Content" icon="file-lock" horizontal="True" href="/how-to-guides/private-content/upload-and-search-your-content">
      Ingest and index your own data to make it instantly searchable and
      accessible through our Chat and Search endpoints.
    </Card>

    <Card title="Workflows API" icon="diagram-project" horizontal="True" href="/getting-started/quickstart_guide_workflows">
      Build reproducible, templated research workflows for automated analysis.
    </Card>

    <Card title="Content Partners" icon="handshake" horizontal="True" href="/partner-content-upload/introduction">
      Content partners can publish their content on Bigdata and monetize it effortlessly
      through streamlined distribution.
    </Card>

    <Card title="Grounding with Bigdata.com" icon="newspaper" horizontal="True" href="/how-to-guides/search/grounding_with_bigdata">
      Ensure trusted, factual AI responses by grounding your model with
      real-time, verifiable data.
    </Card>
  </CardGroup>
</div>
