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

# Access controls

> Control app access, member locks, organization locks, and Shipyard AI behavior.

Console stores organization-level access decisions and records admin actions in the audit log.

## What admins can control

<Columns cols={2}>
  <Column>
    <Card title="App access" icon="shield">
      Enable or disable Shipyard apps for the organization. Console remains always available.
    </Card>
  </Column>

  <Column>
    <Card title="Member access" icon="user">
      Lock an individual member and store a reason for the decision.
    </Card>
  </Column>

  <Column>
    <Card title="Organization lock" icon="lock">
      Lock an entire organization when access should be paused for every member.
    </Card>
  </Column>

  <Column>
    <Card title="AI controls" icon="sparkles">
      Enable or disable AI chat, model switching, default models, and model locking.
    </Card>
  </Column>
</Columns>

<Warning>
  Access changes can immediately affect teammates. Review the audit log after changing app or member access.
</Warning>
