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

# Quick Start

Intelleap helps teams build, test, and evaluate prompts through a single workflow.

Getting started takes only a few steps:

<CardGroup cols={2}>
  <Card title="Connect a provider">
    Add a provider API key so Intelleap can run model executions.
  </Card>

  <Card title="Build a prompt">
    Create a prompt, configure variables, scenarios, variants, and model settings.
  </Card>

  <Card title="Publish a release">
    Capture the current prompt state for Testing and Evaluations.
  </Card>

  <Card title="Run and review">
    Execute tests, inspect outputs, and review evaluation results.
  </Card>
</CardGroup>

<Steps>
  <Step title="Add a Provider Key">
    Before using Intelleap, you must connect at least one supported model provider.

    Open **Account → Workspace** and click **Add Secret**.

    Provide:

    * Label
    * Secret Key

    Intelleap automatically validates the key after submission.

    Once validation succeeds, the secret receives a **Valid** status and the corresponding models become available for execution in Editor and Testing.
  </Step>

  <Step title="Create and Configure a Prompt">
    Open the **Prompts** page and click **New Prompt**.

    Enter:

    * Label Name
    * Description

    After creating the prompt, open it in the Editor.

    Inside the Editor:

    * Create variables
    * Configure scenarios
    * Create one or more prompt variants
    * Select model settings
    * Run prompt variants

          <img src="https://mintcdn.com/intelleap/h4CIG-p7Mjr0kT4g/images/screens/QuickStart/1.png?fit=max&auto=format&n=h4CIG-p7Mjr0kT4g&q=85&s=cf53ad7cb6fca76b30d7cf71738bea3b" alt="Full Editor screen" width="3280" height="2202" data-path="images/screens/QuickStart/1.png" />
  </Step>

  <Step title="Publish a Release">
    When your prompt configuration is ready, click **Releases**.

    Create a new release by providing:

    * Label
    * Name
    * Description

    A release captures the current state of the prompt and makes it available for Testing and Evaluations.

    <Note>
      After publishing the first release, the **Testing** and **Evaluations** tabs become available.
    </Note>
  </Step>

  <Step title="Create a Test Suite and Run Tests">
    Open the **Testing** tab.

    Select a release and create a Test Suite.

    Configure:

    * Test data
    * Expected Outputs
    * Metrics

    Run an individual variant or execute all visible variants at once.

    <img src="https://mintcdn.com/intelleap/h4CIG-p7Mjr0kT4g/images/screens/QuickStart/2.png?fit=max&auto=format&n=h4CIG-p7Mjr0kT4g&q=85&s=c2f9da32e032316d16f97f1168f4a8bb" alt="Full Testing screen" width="3280" height="2202" data-path="images/screens/QuickStart/2.png" />
  </Step>

  <Step title="Review Results">
    All executions are automatically recorded in the **Evaluations** tab.

    For each execution, you can review:

    * Input values
    * Output values
    * Estimated cost
    * Errors
    * Request and response details

    The Evaluations section also provides analytics and release history.

    <img src="https://mintcdn.com/intelleap/h4CIG-p7Mjr0kT4g/images/screens/QuickStart/3.png?fit=max&auto=format&n=h4CIG-p7Mjr0kT4g&q=85&s=2f0c0cbe5a1358a94615fe5883c41961" alt="Full Evaluations screen" width="3280" height="2202" data-path="images/screens/QuickStart/3.png" />
  </Step>
</Steps>
