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

# Introduction

A set of examples that demonstrate how to use the SuperAgentX framework to automate your workflows.

<CardGroup cols={2}>
  <Card title="Ecom" icon="cart-shopping-fast" href="https://github.com/superagentxai/superagentX-examples/tree/master/superagentx_examples/ecom" style={{ width: '300px', height: '400px' }}>
    Ecommerce is the buying and selling of goods or services over the internet.
  </Card>

  <Card title="Weather" icon="cloud-sun-rain" href="https://github.com/superagentxai/superagentX-examples/tree/master/superagentx_examples/weather">
    Retrieving real-time or forecasted weather information from external sources.
  </Card>

  <Card title="Coffee Compass" icon="mug-hot" href="https://github.com/superagentxai/superagentX-examples/tree/coffeecompass/superagentx_examples/coffeecompass">
    Find nearby cafes with detailed information about amenities, opening hours, and features.
  </Card>

  <Card title="Trip Planner" icon="plane-departure" href="https://github.com/superagentxai/superagentX-examples/tree/master/superagentx_examples/trip_planner">
    To automate trip planning when you're deciding between multiple options.
  </Card>

  <Card title="Doctor Appointment" icon="stethoscope" href="https://github.com/superagentxai/superagentX-examples/tree/master/superagentx_examples/doctor%20appointment">
    This user-friendly smart app helps outpatients identify the best-specialized doctor and book an appointment with the doctor simultaneously.
  </Card>
</CardGroup>
