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

# Incredibuild Documentation

<div style={{ maxWidth: "1120px", margin: "0 auto", padding: "3rem 1.5rem" }}>
  <p style={{ color: "#4ade80", fontWeight: 600, fontSize: "0.95rem", margin: "0 0 1.25rem" }}>Overview</p>
  <h1 style={{ fontSize: "3.25rem", fontWeight: 700, letterSpacing: "-0.02em", lineHeight: 1.05, margin: "0 0 1.25rem" }}>Incredibuild Documentation</h1>
  <p style={{ opacity: 0.6, fontSize: "1.2rem", lineHeight: 1.5, margin: "0 0 3rem" }}>Find documentation for Incredibuild across Windows, Linux, Mac, Cloud, and the Incredibuild Console.</p>

  <a href="/console/overview" style={{ display: "flex", alignItems: "center", justifyContent: "space-between", gap: "2rem", border: "1px solid rgba(128,128,128,0.2)", borderRadius: "16px", padding: "1.6rem 1.9rem", textDecoration: "none", color: "inherit", marginBottom: "3.5rem" }}>
    <div style={{ display: "flex", alignItems: "flex-start", gap: "1.1rem" }}>
      <span style={{ flexShrink: 0, width: "44px", height: "44px", display: "flex", alignItems: "center", justifyContent: "center", background: "rgba(128,128,128,0.08)", border: "1px solid rgba(128,128,128,0.2)", borderRadius: "10px" }}>
        <Icon icon="gauge" size={24} color="#4ade80" />
      </span>

      <div>
        <div style={{ display: "flex", alignItems: "center", gap: "0.75rem", marginBottom: "0.4rem" }}>
          <span style={{ fontSize: "1.25rem", fontWeight: 600 }}>Incredibuild Console</span>
          <span style={{ color: "#4ade80", fontSize: "0.62rem", fontWeight: 600, letterSpacing: "0.04em", padding: "0.15rem 0.55rem", borderRadius: "999px", border: "1px solid rgba(74,222,128,0.4)" }}>NEW</span>
        </div>

        <p style={{ margin: 0, opacity: 0.6, fontSize: "0.95rem", maxWidth: "520px", lineHeight: 1.5 }}>One layer for management, observability, and insights across your builds and CI pipelines.</p>
      </div>
    </div>

    <span style={{ flexShrink: 0, display: "inline-flex", alignItems: "center", gap: "0.5rem", color: "#4ade80", fontWeight: 500, whiteSpace: "nowrap" }}>
      New here? Start here <Icon icon="arrow-right" size={16} color="#4ade80" />
    </span>
  </a>

  <h2 style={{ margin: "0 0 0.25rem", fontSize: "1.4rem", fontWeight: 600 }}>Build acceleration</h2>
  <p style={{ margin: "0 0 1.25rem", opacity: 0.5 }}>Choose your environment</p>

  <div style={{ display: "grid", gridTemplateColumns: "repeat(4, minmax(0, 1fr))", gap: "1rem" }}>
    <a href="/windows/overview" style={{ display: "flex", flexDirection: "column", border: "1px solid rgba(128,128,128,0.2)", borderRadius: "14px", padding: "1.5rem", textDecoration: "none", color: "inherit", background: "rgba(128,128,128,0.03)" }}>
      <span style={{ display: "block", marginBottom: "1.1rem" }}>
        <Icon icon="windows" size={26} color="#4ade80" />
      </span>

      <span style={{ display: "block", fontSize: "1.15rem", fontWeight: 600, marginBottom: "0.5rem" }}>Windows</span>
      <span style={{ display: "block", opacity: 0.6, fontSize: "0.95rem", lineHeight: 1.45 }}>Accelerate your Windows builds, tests, and workflows.</span>
    </a>

    <a href="/linux/overview" style={{ display: "flex", flexDirection: "column", border: "1px solid rgba(128,128,128,0.2)", borderRadius: "14px", padding: "1.5rem", textDecoration: "none", color: "inherit", background: "rgba(128,128,128,0.03)" }}>
      <span style={{ display: "block", marginBottom: "1.1rem" }}>
        <Icon icon="linux" size={26} color="#4ade80" />
      </span>

      <span style={{ display: "block", fontSize: "1.15rem", fontWeight: 600, marginBottom: "0.5rem" }}>Linux</span>
      <span style={{ display: "block", opacity: 0.6, fontSize: "0.95rem", lineHeight: 1.45 }}>Accelerate your Linux builds and compute-heavy workloads.</span>
    </a>

    <a href="/mac/overview" style={{ display: "flex", flexDirection: "column", border: "1px solid rgba(128,128,128,0.2)", borderRadius: "14px", padding: "1.5rem", textDecoration: "none", color: "inherit", background: "rgba(128,128,128,0.03)" }}>
      <span style={{ display: "block", marginBottom: "1.1rem" }}>
        <Icon icon="apple" size={26} color="#4ade80" />
      </span>

      <span style={{ display: "block", fontSize: "1.15rem", fontWeight: 600, marginBottom: "0.5rem" }}>Mac</span>
      <span style={{ display: "block", opacity: 0.6, fontSize: "0.95rem", lineHeight: 1.45 }}>Accelerate your macOS builds and workflows.</span>
    </a>

    <a href="/cloud/overview" style={{ display: "flex", flexDirection: "column", border: "1px solid rgba(128,128,128,0.2)", borderRadius: "14px", padding: "1.5rem", textDecoration: "none", color: "inherit", background: "rgba(128,128,128,0.03)" }}>
      <span style={{ display: "block", marginBottom: "1.1rem" }}>
        <Icon icon="cloud" size={26} color="#4ade80" />
      </span>

      <span style={{ display: "block", fontSize: "1.15rem", fontWeight: 600, marginBottom: "0.5rem" }}>Cloud</span>
      <span style={{ display: "block", opacity: 0.6, fontSize: "0.95rem", lineHeight: 1.45 }}>Scale your build and compute capacity to the cloud on demand.</span>
    </a>
  </div>
</div>
