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

# Introduction to Users in Projects

Every project can have multiple users, each assigned a specific role.

For instance, consider a user who only manages dashboards without needing to trigger any actions on devices. In this case, an admin can create a role that provides access solely to dashboards and streams and assign this role to the user. This way, the user will only see the relevant sections needed for their work.

[Learn more about Roles](/platform-guide/roles/creating-a-role)

<CardGroup cols={2}>
  <Card title="Create a User" icon="plus" href="/platform-guide/users/adding-a-user">
    You can create a user with a specific role to provide personalized access.
  </Card>

  <Card title="Edit a User" icon="pencil" href="/platform-guide/users/assigning-a-user-to-a-role">
    You can edit the existing user and change the role that was assigned to him.
  </Card>

  <Card title="Delete a User" icon="trash" href="/platform-guide/users/deleting-a-user">
    You can delete the users that are no longer needed.
  </Card>
</CardGroup>
