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

# Govern

> Administer users, access control, organizational structure, and compliance policies for your LangSmith organization.

<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">Govern</h1>

    Administer your LangSmith organization: manage users and access control, organize workspaces and applications, and configure policies and compliance.

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

    <CardGroup cols={2}>
      <Card title="Organization administration" cta="Get started" href="/langsmith/administration-overview" icon="users-group">
        Organizations, workspaces, applications, billing, and usage.
      </Card>

      <Card title="Users & access control" cta="Manage access" href="/langsmith/user-management" icon="lock">
        Manage users, roles (RBAC), attribute-based access (ABAC), and authentication.
      </Card>

      <Card title="Tools" cta="View tools" href="/langsmith/chat" icon="tool">
        Administrative tools and the LangSmith CLI.
      </Card>

      <Card title="Govern & compliance" cta="Configure policies" href="/langsmith/govern" icon="shield-check">
        LLM Gateway controls, audit logs, and data compliance.
      </Card>
    </CardGroup>

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

    <CardGroup cols={1}>
      <Card title="Account setup" cta="Set up your account" href="/langsmith/admin" icon="user-cog">
        Create an account, manage API keys, configure profiles, and review pricing tiers.
      </Card>
    </CardGroup>
  </div>
</div>

***

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