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

# Overview

> Organize, version, and optimize your AI prompts with LangWatch's comprehensive prompt management system

<Tip>
  **Automated setup available.** [Copy the prompts skill prompt](/skills/code-prompts#version-my-prompts) into your coding agent to set up prompt versioning automatically.
</Tip>

LangWatch's prompt management system helps you organize, version, and optimize your AI prompts across your entire application. Whether you're building a simple chatbot or a complex AI workflow, our tools help you maintain consistency, track changes, and collaborate effectively with your team.

<CardGroup cols={2}>
  <Card title="Prompt Playground" description="Use LangWatch’s Prompt Playground to edit, test, and iterate prompts with versioning, analytics, and AI agent test feedback loops." icon="code" href="/prompt-management/prompt-playground" />

  <Card title="Prompts CLI" description="Manage prompts directly in your codebase with our CLI." icon="terminal" href="/prompt-management/cli" />

  <Card title="Optimization Studio" description="Create, evaluate, and optimize your prompts with our DSPy Optimization Studio." icon="flask" href="/optimization-studio/overview" />

  <Card title="DSPy Optimizations" description="Visualize your DSPy optimizations in LangWatch." icon="chart-line" href="/dspy-visualization/quickstart" />

  <Card title="Tags" description="Manage deployment stages with production, staging, and custom tags for your prompts." icon="tags" href="/prompt-management/features/essential/tags" />
</CardGroup>

## What You Can Do

* **Organize prompts** in a centralized library accessible to your entire team
* **Edit and test** prompts interactively using the Prompt Playground with AI assistance
* **Track changes** with full version history and easy rollback capabilities
* **Test and iterate** using our Optimization Studio for prompt refinement
* **Collaborate effectively** with team members on prompt development
* **Integrate seamlessly** with your existing workflows via API
* **Tag versions** for deployment stages like production, staging, and custom environments
* **Monitor performance** by linking prompts to execution traces

## Getting Started

Ready to take control of your prompts? Start with our [quick start guide](/prompt-management/getting-started) to create your first managed prompt.

## Explore Further

* [Quick Start Guide](/prompt-management/getting-started) - Set up your first prompt
* [Prompt Playground](/prompt-management/prompt-playground) - Interactive workspace for editing and testing prompts
* [Understanding Prompts](/prompt-management/data-model) - Learn about prompt structure
* [Analytics](/prompt-management/features/essential/analytics) - Monitor prompt performance
* [Version Control](/prompt-management/features/essential/version-control) - Manage prompt versions
* [Link to Traces](/prompt-management/features/advanced/link-to-traces) - Connect prompts to execution traces
* [Tags](/prompt-management/features/essential/tags) - Manage deployment stages with tags
* [API Reference](/api-reference/prompts/overview) - Programmatic access to prompts
