> ## Documentation Index
> Fetch the complete documentation index at: https://langchain-5e9cc07a-preview-fjmorr-1776782236-f223d4b.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

<div class="home-page mx-auto max-w-8xl px-0 lg:px-5" style={{ paddingBottom: "8rem" }}>
  <div class="mdx-content prose prose-gray dark:prose-invert mx-4 pt-10">
    <h1 class="flex whitespace-pre-wrap group font-semibold text-2xl sm:text-3xl mt-8">Documentation</h1>

    LangChain is the platform for agent engineering. AI teams at Clay, Rippling, Cloudflare, Workday, and more trust LangChain's products to engineer reliable agents.

    <h2 class="flex whitespace-pre-wrap group font-semibold">LangSmith</h2>

    [**LangSmith**](/langsmith/home) is a platform that helps AI teams use live production data for continuous testing and improvement. LangSmith provides:

    <CardGroup cols={4}>
      <Card title="Observability" href="/langsmith/observability" icon="https://mintcdn.com/langchain-5e9cc07a-preview-fjmorr-1776782236-f223d4b/f3IZ3y5J5TvUXGY2/images/brand/observability-icon-dark.png?fit=max&auto=format&n=f3IZ3y5J5TvUXGY2&q=85&s=fd974a007b986efabb33b7b2a4af5093" cta="Learn more" width="200" height="200" data-path="images/brand/observability-icon-dark.png">
        See exactly how your agent thinks and acts with detailed tracing and aggregate trend metrics.
      </Card>

      <Card title="Evaluation" href="/langsmith/evaluation" icon="https://mintcdn.com/langchain-5e9cc07a-preview-fjmorr-1776782236-f223d4b/f3IZ3y5J5TvUXGY2/images/brand/evaluation-icon-dark.png?fit=max&auto=format&n=f3IZ3y5J5TvUXGY2&q=85&s=525d8ab8f47d80c3dff06d0f1aea9a57" cta="Learn more" width="200" height="200" data-path="images/brand/evaluation-icon-dark.png">
        Test and score agent behavior on production data or offline datasets to continuously improve performance.
      </Card>

      <Card title="Prompt Engineering" href="/langsmith/prompt-engineering" icon="https://mintcdn.com/langchain-5e9cc07a-preview-fjmorr-1776782236-f223d4b/f3IZ3y5J5TvUXGY2/images/brand/prompt-engineering-icon.png?fit=max&auto=format&n=f3IZ3y5J5TvUXGY2&q=85&s=69f73d513f85b77b687ad8e639a0448a" cta="Learn more" width="200" height="200" data-path="images/brand/prompt-engineering-icon.png">
        Iterate on prompts with version control, prompt optimization, and collaboration features.
      </Card>

      <Card title="Deployment" href="/langsmith/deployment" icon="https://mintcdn.com/langchain-5e9cc07a-preview-fjmorr-1776782236-f223d4b/f3IZ3y5J5TvUXGY2/images/brand/deployment-icon-dark.png?fit=max&auto=format&n=f3IZ3y5J5TvUXGY2&q=85&s=368c95414d7f8e1deb1ab27190dac534" cta="Learn more" width="200" height="200" data-path="images/brand/deployment-icon-dark.png">
        Ship your agent in one click, using scalable infrastructure built for long-running tasks.
      </Card>
    </CardGroup>

    <Callout icon="shield-lock" color="#4F46E5" iconType="regular">
      LangSmith meets the highest standards of data security and privacy with HIPAA, SOC 2 Type 2, and GDPR compliance. [Meet with our team](https://www.langchain.com/contact-sales) to learn more or visit our [Trust Center](https://trust.langchain.com/).
    </Callout>

    <h2 class="flex whitespace-pre-wrap group font-semibold">LangSmith Fleet</h2>

    <Card title="Fleet" href="/langsmith/fleet/index" icon="https://mintcdn.com/langchain-5e9cc07a-preview-fjmorr-1776782236-f223d4b/f3IZ3y5J5TvUXGY2/images/brand/fleet-icon-dark.png?fit=max&auto=format&n=f3IZ3y5J5TvUXGY2&q=85&s=e4a3833edd597469a0e4fbbb975f4e3e" cta="Learn more" width="203" height="203" data-path="images/brand/fleet-icon-dark.png">
      Create helpful AI agents without code. Start from a template, connect your accounts, and let the agent handle routine work while you stay in control.
    </Card>

    <h2 class="flex whitespace-pre-wrap group font-semibold">Open source agent frameworks</h2>

    <Tabs>
      <Tab title="Python" icon="brand-python">
        <CardGroup cols={3}>
          <Card title="Deep Agents (Python)" href="/oss/python/deepagents/overview" icon="https://mintcdn.com/langchain-5e9cc07a-preview-fjmorr-1776782236-f223d4b/f3IZ3y5J5TvUXGY2/images/brand/deep-agents-icon.png?fit=max&auto=format&n=f3IZ3y5J5TvUXGY2&q=85&s=798cf3016961ade28614d0061f7c8a46" cta="Learn more" width="195" height="195" data-path="images/brand/deep-agents-icon.png">
            Quickly build agents that can tackle any task.
          </Card>

          <Card title="LangChain (Python)" href="/oss/python/langchain/overview" icon="https://mintcdn.com/langchain-5e9cc07a-preview-fjmorr-1776782236-f223d4b/f3IZ3y5J5TvUXGY2/images/brand/langchain-icon.png?fit=max&auto=format&n=f3IZ3y5J5TvUXGY2&q=85&s=51d6b01f38ffe937cb5f55613f504d29" cta="Learn more" width="195" height="195" data-path="images/brand/langchain-icon.png">
            Customize the building blocks of your agents.
          </Card>

          <Card title="LangGraph (Python)" href="/oss/python/langgraph/overview" icon="https://mintcdn.com/langchain-5e9cc07a-preview-fjmorr-1776782236-f223d4b/f3IZ3y5J5TvUXGY2/images/brand/langgraph-icon.png?fit=max&auto=format&n=f3IZ3y5J5TvUXGY2&q=85&s=fb0899bea76aff6de4f2890214d3ac07" cta="Learn more" width="195" height="195" data-path="images/brand/langgraph-icon.png">
            Control every step of your custom agent with low-level orchestration, memory, and human-in-the-loop support.
          </Card>
        </CardGroup>
      </Tab>

      <Tab title="TypeScript" icon="brand-typescript">
        <CardGroup cols={3}>
          <Card title="Deep Agents (TypeScript)" href="/oss/javascript/deepagents/overview" icon="https://mintcdn.com/langchain-5e9cc07a-preview-fjmorr-1776782236-f223d4b/f3IZ3y5J5TvUXGY2/images/brand/deep-agents-icon.png?fit=max&auto=format&n=f3IZ3y5J5TvUXGY2&q=85&s=798cf3016961ade28614d0061f7c8a46" cta="Learn more" width="195" height="195" data-path="images/brand/deep-agents-icon.png">
            Quickly build agents that can tackle any task.
          </Card>

          <Card title="LangChain (TypeScript)" href="/oss/javascript/langchain/overview" icon="https://mintcdn.com/langchain-5e9cc07a-preview-fjmorr-1776782236-f223d4b/f3IZ3y5J5TvUXGY2/images/brand/langchain-icon.png?fit=max&auto=format&n=f3IZ3y5J5TvUXGY2&q=85&s=51d6b01f38ffe937cb5f55613f504d29" cta="Learn more" width="195" height="195" data-path="images/brand/langchain-icon.png">
            Customize the building blocks of your agents.
          </Card>

          <Card title="LangGraph (TypeScript)" href="/oss/javascript/langgraph/overview" icon="https://mintcdn.com/langchain-5e9cc07a-preview-fjmorr-1776782236-f223d4b/f3IZ3y5J5TvUXGY2/images/brand/langgraph-icon.png?fit=max&auto=format&n=f3IZ3y5J5TvUXGY2&q=85&s=fb0899bea76aff6de4f2890214d3ac07" cta="Learn more" width="195" height="195" data-path="images/brand/langgraph-icon.png">
            Control every step of your custom agent with low-level orchestration, memory, and human-in-the-loop support.
          </Card>
        </CardGroup>
      </Tab>
    </Tabs>

    <h2 class="flex whitespace-pre-wrap group font-semibold">Get started</h2>

    <CardGroup cols={4}>
      <Card title="Build your first agent with LangChain" icon="settings" href="/oss/python/langchain/quickstart" cta="Get started" />

      <Card title="Sign up for LangSmith" icon="tools" href="https://smith.langchain.com/" cta="Try LangSmith" />

      <Card title="Build an advanced agent with LangGraph" icon="robot" href="/oss/python/langgraph/quickstart" cta="Get started" />

      <Card title="Enroll in LangChain Academy" icon="school" href="https://academy.langchain.com/" cta="Get started" />
    </CardGroup>

    <h2 class="flex whitespace-pre-wrap group font-semibold">Additional resources</h2>

    <CardGroup cols={4}>
      <Card title="Community forum" icon="messages" href="https://forum.langchain.com/" cta="Join">
        Ask questions, share solutions, and discuss best practices.
      </Card>

      <Card title="Community Slack" icon="brand-slack" href="https://www.langchain.com/join-community" cta="Join">
        Connect with other builders and get quick help.
      </Card>

      <Card title="Support portal" icon="message-circle-question" href="https://support.langchain.com/" cta="Visit">
        Submit tickets and track support requests.
      </Card>

      <Card title="LangSmith status" icon="tools" href="https://status.smith.langchain.com/" cta="View">
        Real-time status of LangSmith services and APIs.
      </Card>
    </CardGroup>
  </div>
</div>
