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

# Company Knowledge

> Maintain shared context for Shipyard AI, Leo, MCP, and teammates.

Company Knowledge is the shared workspace memory used by Shipyard AI surfaces. Keep it concise, current, and operational so people and agents can reuse the same context.

<Card title="Where it appears" icon="book-open" horizontal>
  Company Knowledge is available from ShipOS and Console, and can be read by MCP tools after authorization.
</Card>

## What to store

<Columns cols={2}>
  <Column>
    <Card title="Product context" icon="box">
      What the product does, who it serves, and which workflows matter most.
    </Card>
  </Column>

  <Column>
    <Card title="Team conventions" icon="users">
      Naming, ownership, priority rules, release expectations, and how work moves across apps.
    </Card>
  </Column>

  <Column>
    <Card title="Technical boundaries" icon="code">
      Repositories, services, integration constraints, and known architecture decisions.
    </Card>
  </Column>

  <Column>
    <Card title="Operating rules" icon="shield-check">
      What agents can do, what requires approval, and what should never be changed automatically.
    </Card>
  </Column>
</Columns>

<Tip>
  Update Company Knowledge after major product, process, or architecture changes. Stale context is worse than missing context.
</Tip>
