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

# Context Hub

> Manage the instructions and tools your agents use with version control and environment promotion in the LangSmith Context Hub.

The Context Hub gives your team version-controlled, environment-aware management of the instructions and tools your agents use in production. A *context* is a versioned bundle of agent instructions and tools, either a skill or a full agent, that you manage in LangSmith and promote to an environment so your agents can pull it.

<CardGroup 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>
</CardGroup>

***

<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/context-hub.mdx) or [file an issue](https://github.com/langchain-ai/docs/issues/new/choose).
  </Callout>
</div>
