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

# Home

> Real-time outdoor health and wildlife risk data

<div className="max-w-full w-full py-10 lg:py-16 bg-[#2E2E2E] dark:bg-[#1E1E1E]">
  <div className="max-w-6xl mx-auto px-4">
    <div className="flex flex-col items-center text-center">
      <img src="https://mintcdn.com/goes/zAmA4Ggq56k1oKFY/images/goes-icon-yellow.png?fit=max&auto=format&n=zAmA4Ggq56k1oKFY&q=85&s=0fb1dc2f387d245211aa1c7f5cbe0d90" alt="GOES Health" className="h-16 mb-6" width="357" height="213" data-path="images/goes-icon-yellow.png" />

      <h1 className="text-3xl lg:text-5xl text-white mb-4">
        GOES Core API
      </h1>

      <p className="text-base lg:text-lg text-gray-300 mb-8 max-w-3xl">
        Transform your products with outdoor health & safety intelligence—including environmental risk forecasts and corresponding wilderness medical content.
      </p>

      <div className="flex flex-col sm:flex-row gap-4">
        <a href="/documentation/overview" className="inline-flex h-10 items-center justify-center rounded-lg bg-[#E7C136] px-6 font-medium text-black hover:bg-[#E7C136]/90">
          Get Started
        </a>
      </div>
    </div>
  </div>
</div>

<div className="max-w-6xl mx-auto px-4 py-16">
  <h2 className="text-xl mb-12 text-center">Explore the docs</h2>

  <div className="grid md:grid-cols-2 lg:grid-cols-3 gap-8">
    <a href="/documentation/overview" className="block p-6 rounded-lg border border-gray-200 hover:border-[#E7C136] transition-colors">
      <div className="flex flex-col items-center text-center">
        <div className="text-[#2B2B2B] mb-4">
          <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
            <path d="M14 2H6C5.46957 2 4.96086 2.21071 4.58579 2.58579C4.21071 2.96086 4 3.46957 4 4V20C4 20.5304 4.21071 21.0391 4.58579 21.4142C4.96086 21.7893 5.46957 22 6 22H18C18.5304 22 19.0391 21.7893 19.4142 21.4142C19.7893 21.0391 20 20.5304 20 20V8L14 2Z" stroke="currentColor" strokeWidth="2" strokeLinecap="round" strokeLinejoin="round" />

            <path d="M14 2V8H20" stroke="currentColor" strokeWidth="2" strokeLinecap="round" strokeLinejoin="round" />
          </svg>
        </div>

        <h3 className="font-medium text-lg mb-1 text-[#282828] dark:text-white">Overview</h3>
        <p className="text-sm text-[#282828] dark:text-gray-400">Learn about the GOES Health API</p>
      </div>
    </a>

    <a href="/documentation/quickstart" className="block p-6 rounded-lg border border-gray-200 hover:border-[#E7C136] transition-colors">
      <div className="flex flex-col items-center text-center">
        <div className="text-[#2B2B2B] mb-4">
          <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
            <path d="M14.7519 11.1679L11.5547 9.03647C10.8901 8.59343 10 9.06982 10 9.86852V14.1315C10 14.9302 10.8901 15.4066 11.5547 14.9635L14.7519 12.8321C15.3457 12.4362 15.3457 11.5638 14.7519 11.1679Z" stroke="currentColor" strokeWidth="2" strokeLinecap="round" strokeLinejoin="round" />

            <path d="M21 12C21 16.9706 16.9706 21 12 21C7.02944 21 3 16.9706 3 12C3 7.02944 7.02944 3 12 3C16.9706 3 21 7.02944 21 12Z" stroke="currentColor" strokeWidth="2" strokeLinecap="round" strokeLinejoin="round" />
          </svg>
        </div>

        <h3 className="font-medium text-lg mb-1 text-[#282828] dark:text-white">Quickstart</h3>
        <p className="text-sm text-[#282828] dark:text-gray-400">Start using the API in minutes</p>
      </div>
    </a>

    <a href="/api-reference/risks" className="block p-6 rounded-lg border border-gray-200 hover:border-[#E7C136] transition-colors">
      <div className="flex flex-col items-center text-center">
        <div className="text-[#2B2B2B] mb-4">
          <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
            <path d="M7 8L3 11.6923L7 16M17 8L21 11.6923L17 16M14 4L10 20" stroke="currentColor" strokeWidth="2" strokeLinecap="round" strokeLinejoin="round" />
          </svg>
        </div>

        <h3 className="font-medium text-lg mb-1 text-[#282828] dark:text-white">API Reference</h3>
        <p className="text-sm text-[#282828] dark:text-gray-400">Integrate the API into your application</p>
      </div>
    </a>
  </div>
</div>
