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

# Welcome

> Metal is your production ready, fully-managed, LLM retrieval engine.

<CardGroup>
  <Card title="Quickstart" icon="play" href="get-started-intro">
    Kick off with our Quickstart guide.
  </Card>

  <Card title="What is Metal?" icon="rectangles-mixed" href="/learn-introduction">
    Learn about the Metal Platform.
  </Card>
</CardGroup>

## API & SDK Libraries

<Card title="API Endpoints" icon="globe" href="/rest-api">
  Get started with our REST API guide.
</Card>

<CardGroup>
  <Card title="Node.js SDK" icon="js" href="/api-reference/node">
    Integrate Metal into your Node server.
  </Card>

  <Card title="Python SDK" icon="python" href="/api-reference/python">
    Integrate Metal into your Python server.
  </Card>
</CardGroup>

## Explore

<CardGroup>
  <Card title="Overview" icon="rectangles-mixed" href="/learn-introduction">
    A high level overview of the Metal Platform.
  </Card>

  <Card title="Examples" icon="code" href="examples/overview">
    Explore our examples.
  </Card>

  <Card title="Guides" icon="bars-staggered" href="/guides">
    How to guides for Metal.
  </Card>

  <Card title="Platform" icon="sitemap" href="/platform">
    Learn about the Metal Platform.
  </Card>
</CardGroup>

## Get in touch

<CardGroup cols={3}>
  <Card title="Star us on GitHub" icon="star" href="https://github.com/getmetal/Metal">
    Clone our repos and examples.
  </Card>

  <Card title="Join our Discord" icon="discord" href="https://discord.com/channels/1071958892134793306/1071958892617146401">
    Meet the community and chat with us.
  </Card>

  <Card title="Follow us on X" icon="twitter" href="https://twitter.com/Metal_io">
    Stay tuned for the latest updates.
  </Card>
</CardGroup>
