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

# Spotify for Backstage Documentation

<div className="flex flex-col items-center">
  <div className="relative w-screen shrink-0 min-h-screen">
    <img className="fixed inset-0 z-0 w-screen h-screen m-0 object-cover bg-[#f5f5f5] dark:bg-[#1a1a1a]" src="https://mintcdn.com/spotify-89f50c35/30KNAI5WzZFwyWnx/static/img/background.jpg?fit=max&auto=format&n=30KNAI5WzZFwyWnx&q=85&s=5df9236ef1b5903654f681d50aa962a4" alt="" noZoom aria-hidden="true" width="960" height="540" data-path="static/img/background.jpg" />

    <div className="fixed inset-0 bg-white/75 dark:bg-black/70 z-0" />

    <section className="py-24 px-6 text-center relative z-10">
      <div className="max-w-5xl mx-auto">
        <h1 noAnchor className="text-4xl md:text-5xl lg:text-6xl font-bold mb-4 text-[#1c1c1c] dark:text-white leading-tight justify-center mt-0">
          Spotify for Backstage Documentation
        </h1>

        <p className="text-base md:text-lg text-[#666666] dark:text-[#a0a0a0] max-w-3xl mx-auto leading-relaxed mt-0">
          Documentation for Spotify Plugins and Spotify Portal for Backstage
        </p>
      </div>
    </section>

    <section className="relative z-10 w-full">
      <div className="max-w-[1100px] mx-auto px-6">
        <Columns cols={2} className="gap-8">
          <Card title="Spotify Plugins for Backstage" href="/plugins/" icon="https://mintcdn.com/spotify-89f50c35/30KNAI5WzZFwyWnx/static/img/plugins-icon.png?fit=max&auto=format&n=30KNAI5WzZFwyWnx&q=85&s=283a0d2ac6591e6e85e656f32c6d6f08" cta="Learn More" className="landing-page-card" width="72" height="72" data-path="static/img/plugins-icon.png">
            Level up your Backstage. Add our plugins to your existing Backstage instance to drive best practices and collaboration across your org.
          </Card>

          <Card title="Spotify Portal for Backstage" href="/portal/" icon="https://mintcdn.com/spotify-89f50c35/30KNAI5WzZFwyWnx/static/img/portal-icon.png?fit=max&auto=format&n=30KNAI5WzZFwyWnx&q=85&s=952daa7d8bdcddf8e1b4e9fef4a4423f" cta="Learn More" className="landing-page-card" width="72" height="72" data-path="static/img/portal-icon.png">
            Get an internal developer portal built by the people who built Backstage.
          </Card>
        </Columns>
      </div>
    </section>
  </div>
</div>
