> For the complete documentation index, see [llms.txt](https://yudu-sentinel.gitbook.io/sentinel-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://yudu-sentinel.gitbook.io/sentinel-documentation/system-administration/system-users.md).

# System Users

## Overview

System Users are the heart of the Sentinel system. They can login to the console, manage their data, and interact with any System feature their permission access allows.

Users can be divided into work spaces, groups and assigned documents to assist them in their tasks.

{% columns %}
{% column %}

<div data-with-frame="true"><figure><img src="/files/y6268lXGIJHJOx4i4ZKT" alt=""><figcaption></figcaption></figure></div>
{% endcolumn %}

{% column %}

#### User Permission & Access

Users are given access via direct permissions or permissions groups. System permissions are managed by System Administrators.

<a href="/pages/8lnroK26QRPPvEmDuaz3" class="button primary">Learn more</a>
{% endcolumn %}
{% endcolumns %}

{% columns %}
{% column %}

#### Data Verification

System User data is managed by System Administrators - sometimes this data can change. Sentinel allows self verification to allow users to verify their data is correct.&#x20;

{% hint style="info" %} <a href="/pages/LsNvrnPil42m0VMLtPKy#data-verification" class="button primary">Learn more</a>
{% endhint %}
{% endcolumn %}

{% column %}

<div data-with-frame="true"><figure><img src="/files/3vK5ey0WJTcNhsJhoKad" alt=""><figcaption></figcaption></figure></div>
{% endcolumn %}
{% endcolumns %}

{% columns %}
{% column %}

<div data-with-frame="true"><figure><img src="/files/O5m7tJYVcMsb9T9TzIRv" alt=""><figcaption></figcaption></figure></div>
{% endcolumn %}

{% column %}

#### Space Management

A Space is a sandboxed environment restricted to only its members. By assigning users to Spaces they can be managed by type, geographical region or assigned to a special task or incident

<a href="/pages/gWzcAnIWAKZIhRTJYAAC" class="button primary">Learn more</a>
{% endcolumn %}
{% endcolumns %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://yudu-sentinel.gitbook.io/sentinel-documentation/system-administration/system-users.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
