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

# Permissions

> Authentication and authorization model

Engineering Framework separates authentication (who you are) from
authorization (what you can do), enforcing both consistently across the
product. The two guides below cover the parts of that model that matter
day-to-day:

<CardGroup cols={2}>
  <Card title="Permissions & Roles Explained" icon="shield-check" href="/permissions-explained">
    What org admins, members, and Knowledge Base reviewers can each do, in
    plain language.
  </Card>

  <Card title="Roles Management" icon="key" href="/roles-management">
    How to create, edit, and assign role templates from the dashboard.
  </Card>
</CardGroup>

<Note>
  A deeper technical writeup of the authentication flow and the raw
  authorization model definition is still coming soon.
</Note>
