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

# Shop

> T3 Shop documentation for TYPO3

<div className="t3-template-landing">
  <div className="t3-landing-hero">
    <p className="t3-landing-eyebrow">TYPO3 Template</p>
    <h1 className="t3-landing-title">Shop</h1>
    <p className="t3-landing-subtitle">Everything you need to install, configure, and customize T3 Shop in TYPO3. From first setup to production.</p>
  </div>

  <section className="t3-landing-section">
    <p className="t3-landing-eyebrow">Get started</p>
    <h2 className="t3-landing-section-title">Installation & setup</h2>

    <CardGroup cols={2}>
      <Card title="Introduction" icon="book-open" href="/en/latest/en/latest/EXTShop/Introduction/Index">
        Overview, features, and system requirements.
      </Card>

      <Card title="Installation" icon="download" href="/en/latest/en/latest/EXTShop/Installation/Index">
        Install the theme extension in your TYPO3 instance.
      </Card>

      <Card title="Update Version" icon="refresh-cw" href="/en/latest/en/latest/EXTShop/UpdateVersion/Index">
        Upgrade to the latest theme version safely.
      </Card>
    </CardGroup>
  </section>

  <section className="t3-landing-section">
    <p className="t3-landing-eyebrow">Configure</p>
    <h2 className="t3-landing-section-title">Theme & content</h2>

    <CardGroup cols={2}>
      <Card title="Theme Options" icon="settings" href="/en/latest/en/latest/EXTShop/ThemeConfiguration/Index">
        Configure global theme settings and constants.
      </Card>

      <Card title="Shop Configuration" icon="shopping-cart" href="/en/latest/en/latest/EXTShop/ShopConfiguration/Index">
        Configure shop pages, products, and checkout.
      </Card>
    </CardGroup>
  </section>

  <section className="t3-landing-section">
    <p className="t3-landing-eyebrow">Resources</p>
    <h2 className="t3-landing-section-title">Help & support</h2>

    <CardGroup cols={2}>
      <Card title="Demo Site" icon="monitor" href="/en/latest/en/latest/EXTShop/DemoSite/Index">
        Explore the live demo site and backend.
      </Card>

      <Card title="Help & Support" icon="life-buoy" href="/en/latest/en/latest/EXTShop/HelpSupport/Index">
        Get help from the T3Planet support team.
      </Card>
    </CardGroup>
  </section>
</div>
