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

# Getting Started

Check out the following guides to get started with Prompt Foundry:

<CardGroup cols={2}>
  <Card title="Features" href="/features/overview" icon="lightbulb">
    Get an overview of the features available in Prompt Foundry
  </Card>

  <Card title="Demos" href="/demos" icon="video">
    Watch demos of Prompt Foundry in action
  </Card>

  <Card title="Your first prompt" href="/guides/first-prompt" icon="star">
    Walks you through creating and configuring your first prompt
  </Card>

  <Card title="Evaluating your prompt" href="/guides/evaluation" icon="vial">
    Learn how to evaluate your prompt using various methods
  </Card>

  <Card title="Deploying" href="/guides/deploying" icon="space-awesome">
    Deploy and integrate your prompt into your application
  </Card>

  <Card title="Node Quickstart" href="/libraries/node" icon="js">
    Get started with the Node.js library.
  </Card>

  <Card title="Python Quickstart" href="/libraries/python" icon="python">
    Get started with the Python library.
  </Card>

  <Card title="OpenAPI Quickstart" href="/libraries/open-api" icon="terminal">
    Generate a client in your preferred programming language.
  </Card>
</CardGroup>
