> ## 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.

# Quickstart

> Build your first project with Metal

### Start with our application walk-throughs:

<CardGroup cols={2}>
  <Card title="Build a Chatbot" icon="message-bot" href="/guides/misc-create-chatbot">
    Build a chatbot in the Metal platform.
  </Card>

  <Card title="Build Semantic Search" icon="searchengin" href="/guides/misc-semantic-search">
    Build semantic search in the Metal platform.
  </Card>

  <Card title="Run Attribute Extraction" icon="magnet" href="/guides/misc-run-attribute-extraction">
    Run attribute extraction in the Metal platform.
  </Card>
</CardGroup>

### Or crack open your IDE with our Examples:

<CardGroup>
  <Card title="Python" icon="python" href="/examples/python">
    Explore examples of using Metal with the Python SDK.
  </Card>

  <Card title="Node" icon="js" href="/examples/node">
    Explore examples of using Metal with the Node SDK.
  </Card>
</CardGroup>

### Explore our API:

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