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

# Prompt & Context Hub

> Store, version, and update the prompts and contexts your agents use in production.

Prompts, retrieval context, skills, and task instructions change more often than the application code around them, and often need to be edited by people who are not engineers. Use the Prompt & Context Hub to store, version, review, and update the non-code parts of your agent so you can change behavior without a full deploy and let domain experts own the context they know best.

[Prompts](#prompts) are individual message templates you send to a model. [Contexts](#context-hub) are versioned bundles of instructions and tools that define a skill or a full agent, promoted through environments so your agents pull the right version.

## Prompts

<Columns cols={3}>
  <Card title="Create and update prompts" icon="edit" href="/langsmith/create-a-prompt" arrow="true">
    Build prompts via the UI or SDK, configure settings, use tools, add multimodal inputs, and connect model providers.
  </Card>

  <Card title="Manage prompts" icon="tags" href="/langsmith/manage-prompts" arrow="true">
    Organize with tags, commit changes, trigger webhooks, and share through the public prompt hub.
  </Card>

  <Card title="Explore the prompt hub" icon="folders" href="/langsmith/manage-prompts#public-prompt-hub" arrow="true">
    Browse and manage prompt tags and discover community prompts from the LangChain Hub.
  </Card>

  <Card title="Open the Playground" icon="test-pipe" href="/langsmith/prompt-engineering-concepts#playground" arrow="true">
    Test and experiment with prompts using custom endpoints and model configurations.
  </Card>

  <Card title="Follow tutorials" icon="notebook" href="/langsmith/optimize-classifier" arrow="true">
    Learn step-by-step techniques, like optimizing classifiers and advanced prompt engineering.
  </Card>
</Columns>

<Callout type="info" icon="feather">
  Use the **[Chat](/langsmith/chat)** in the Playground to optimize prompts, generate tools, and create output schemas with AI-powered assistance.
</Callout>

## Context Hub

<Columns cols={3}>
  <Card title="Concepts" icon="bulb" href="/langsmith/context-engineering-concepts" arrow="true">
    Learn the core concepts of context engineering: skills, agents, versioning, and sharing.
  </Card>

  <Card title="Use the Context Hub" icon="pointer" href="/langsmith/use-the-context-hub" arrow="true">
    Create a context, view its files and history, and promote it to an environment.
  </Card>

  <Card title="Manage contexts with the SDK" icon="code" href="/langsmith/manage-contexts-sdk" arrow="true">
    Push, pull, list, and delete agent and skill repos in the Context Hub programmatically.
  </Card>

  <Card title="Configure commit webhooks" icon="webhook" href="/langsmith/context-hub-webhooks" arrow="true">
    Send every agent and skill commit in your workspace to an external HTTPS endpoint.
  </Card>
</Columns>

<Note>
  To set up a LangSmith instance, visit the [Platform setup section](/langsmith/platform-setup) to choose between cloud, hybrid, or self-hosted. All options include observability, evaluation, prompt engineering, and deployment.
</Note>

***

<div className="source-links">
  <Callout icon="terminal-2">
    [Connect these docs](/use-these-docs) to Claude, VSCode, and more via MCP for real-time answers.
  </Callout>

  <Callout icon="edit">
    [Edit this page on GitHub](https://github.com/langchain-ai/docs/edit/main/src/langsmith/prompt-context-hub.mdx) or [file an issue](https://github.com/langchain-ai/docs/issues/new/choose).
  </Callout>
</div>
