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

# Introduction

<div className="w-full flex justify-center pt-8">
  <div className="max-w-[1376px] w-full flex flex-col md:flex-row items-center justify-between text-center md:text-left px-4 gap-8">
    <div className="max-w-2xl flex flex-col gap-10">
      <div className="dark:hidden">
        <img src="https://mintcdn.com/aspectbuild/czWdwe5cRCZhisYE/logo/light.png?fit=max&auto=format&n=czWdwe5cRCZhisYE&q=85&s=f7cfd804a892b55d64dfbc17464a5ec9" alt="Aspect BUILD Logo" noZoom width="948" height="256" data-path="logo/light.png" />
      </div>

      <div className="hidden dark:block">
        <img src="https://mintcdn.com/aspectbuild/czWdwe5cRCZhisYE/logo/dark.png?fit=max&auto=format&n=czWdwe5cRCZhisYE&q=85&s=90662cd113e2f757ab6da5a8d646213e" alt="Aspect BUILD Logo" noZoom width="948" height="256" data-path="logo/dark.png" />
      </div>

      <p className="mt-4 text-lg text-gray-600 dark:text-gray-300 max-w-2xl">
        Dive into our Docs, and discover how to leverage Aspect for your projects.
      </p>
    </div>

    <div className="mt-8 md:mt-0">
      <div className="dark:hidden">
        <img src="https://mintcdn.com/aspectbuild/6dii8rajH34_LHIZ/images/home/light/robot.png?fit=max&auto=format&n=6dii8rajH34_LHIZ&q=85&s=a279a73ceb573cc1f57fbc3437f7838d" alt="Aspect BUILD Mascot" noZoom width="621" height="480" data-path="images/home/light/robot.png" />
      </div>

      <div className="hidden dark:block">
        <img src="https://mintcdn.com/aspectbuild/6dii8rajH34_LHIZ/images/home/dark/robot.png?fit=max&auto=format&n=6dii8rajH34_LHIZ&q=85&s=7cb4d0e67dbbb08edd1b2c7d706122a7" alt="Aspect BUILD Mascot" noZoom width="712" height="568" data-path="images/home/dark/robot.png" />
      </div>
    </div>
  </div>
</div>

<Columns cols={2}>
  <Card title="Aspect Workflows" icon="rocket" href="/docs/aspect-workflows/overview">
    The developer productivity platform for Bazel: auto-scaling, self-hosted CI runners,
    a remote cache and execution fleet, and the Build & Test UI.
  </Card>

  <Card title="Aspect CLI" icon="terminal" href="/docs/cli/overview">
    The free, open source task runner for Bazel: format, lint, BUILD generation, and
    delivery, programmable in Starlark with AXL.
  </Card>

  <Card title="Bazel Rules" icon="cubes" href="/docs/bazel">
    Reference for the rulesets we build and maintain: rules\_py, rules\_js and rules\_ts,
    and rules\_lint for every language.
  </Card>

  <Card title="Learning" icon="graduation-cap" href="/learning">
    Free, self-paced Bazel courses, from Bazel 101 through advanced developer platform
    engineering.
  </Card>
</Columns>
