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

# Console

> Administer Shipyard organizations, members, app access, billing, and AI defaults.

Console is the administration surface for Shipyard teams. It manages organization state, member access, app availability, audit history, billing, API keys, and Shipyard AI settings.

## Console navigation

<Columns cols={2}>
  <Column>
    <Card title="Overview" icon="layout-dashboard">
      Review organization status and key admin metrics.
    </Card>
  </Column>

  <Column>
    <Card title="Members" icon="users">
      Review team members and lock individual member access when required.
    </Card>
  </Column>

  <Column>
    <Card title="Organization" icon="building-2">
      Manage organization-level lock state and organization settings.
    </Card>
  </Column>

  <Column>
    <Card title="Audit Log" icon="scroll-text">
      Review admin actions such as app access changes, key creation, and access locks.
    </Card>
  </Column>
</Columns>

<Note>
  Console itself is always on. Other Shipyard apps can be enabled or disabled per organization.
</Note>
