# People And Teams

This section combines how Axon manages users and team structure in the dashboard.

## Users (`/dashboard/users`)

### Main capabilities

* Invite new users (when invite permission is granted).
* Filter and sort users by role, status, remote/onsite, and date/name order.
* Open user profiles based on permission scope.
* Manage access/roles and user status where allowed.
* Maintain Civitas profile data and documents (Civitas managers).

### Access notes

* `Invite new users`
  * Can see the invite panel and user list.
  * Cannot open individual user profiles.
* `Manage users`
  * Can see user list and open profiles.
  * Profile scope is access-management focused.
* `Manage Civitas`
  * Can see user list and open profiles.
  * Full profile scope, including people-operations sections.

### User profile sections

Depending on permissions, user profile pages can include:

* Access management
* Personal details
* Employee details
* Benefits and leave balances
* User documents
* Profile audit log

## Teams (`/dashboard/teams`)

### Main capabilities

* Create teams and assign an optional leader.
* View teams relevant to your role.
* Edit team name and leader.
* Add/remove team members.
* Delete teams (when prerequisites are met, such as no remaining members).
* Review unassigned members (for managers).

### Access notes

* Team management actions depend on team-management permissions.
* Non-managers may still see team context with reduced controls.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://xdbx.gitbook.io/axon/dashboard/people-and-teams.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
