Getting Started
===============

Welcome to Pantheon! This section will help you get up and running quickly.

Choose Your Path
----------------

Pantheon offers three ways to interact with AI agents:

.. raw:: html

   <div class="sd-container-fluid sd-sphinx-override sd-mb-4">
   <div class="sd-row sd-row-cols-1 sd-row-cols-md-3 sd-g-3">

   <div class="sd-col sd-d-flex-column">
   <div class="sd-card sd-sphinx-override sd-w-100 sd-shadow-sm">
   <a href="first-steps.html" class="sd-stretched-link"></a>
   <div class="sd-card-body" style="text-align: center;">
   <svg class="card-icon icon-primary" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" d="m6.75 7.5 3 2.25-3 2.25m4.5 0h3m-9 8.25h13.5A2.25 2.25 0 0 0 21 18V6a2.25 2.25 0 0 0-2.25-2.25H5.25A2.25 2.25 0 0 0 3 6v12a2.25 2.25 0 0 0 2.25 2.25Z" /></svg>
   <p><strong>REPL</strong></p>
   <p><em>Recommended for beginners</em></p>
   <p>Command-line interface. Start chatting in seconds.</p>
   </div>
   </div>
   </div>

   <div class="sd-col sd-d-flex-column">
   <div class="sd-card sd-sphinx-override sd-w-100 sd-shadow-sm">
   <a href="first-steps.html" class="sd-stretched-link"></a>
   <div class="sd-card-body" style="text-align: center;">
   <svg class="card-icon icon-blue" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" d="M12 21a9.004 9.004 0 0 0 8.716-6.747M12 21a9.004 9.004 0 0 1-8.716-6.747M12 21c2.485 0 4.5-4.03 4.5-9S14.485 3 12 3m0 18c-2.485 0-4.5-4.03-4.5-9S9.515 3 12 3m0 0a8.997 8.997 0 0 1 7.843 4.582M12 3a8.997 8.997 0 0 0-7.843 4.582m15.686 0A11.953 11.953 0 0 1 12 10.5c-2.998 0-5.74-1.1-7.843-2.918m15.686 0A8.959 8.959 0 0 1 21 12c0 .778-.099 1.533-.284 2.253m0 0A17.919 17.919 0 0 1 12 16.5a17.92 17.92 0 0 1-8.716-2.247m0 0A8.966 8.966 0 0 1 3 12c0-1.97.633-3.794 1.707-5.274" /></svg>
   <p><strong>Web UI</strong></p>
   <p><em>Best for demos & daily use</em></p>
   <p>Visual interface with rich features.</p>
   </div>
   </div>
   </div>

   <div class="sd-col sd-d-flex-column">
   <div class="sd-card sd-sphinx-override sd-w-100 sd-shadow-sm">
   <a href="first-steps.html" class="sd-stretched-link"></a>
   <div class="sd-card-body" style="text-align: center;">
   <svg class="card-icon icon-green" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" d="M17.25 6.75 22.5 12l-5.25 5.25m-10.5 0L1.5 12l5.25-5.25m7.5-3-4.5 16.5" /></svg>
   <p><strong>Python API</strong></p>
   <p><em>For developers</em></p>
   <p>Full programmatic control.</p>
   </div>
   </div>
   </div>

   </div>
   </div>

Next Steps
----------

1. :doc:`installation` - Install Pantheon
2. :doc:`first-steps` - Choose your interface
3. :doc:`5min-tutorial` - Build your first agent
