# Users & Permissions

JetAdmin has a built-in **User Management System**. All invited users to your application ([invited by email](/user-guide/core-concept/sharing-your-app.md#invite-by-email), [invited by link](/user-guide/core-concept/sharing-your-app.md#invite-by-link)), will be available in the **Data** tab in the **"Built-ins"** section.

You'll also be able to set **granular permissions** and the properties to **separate data for the Portal** (multi-tenancy)

To find Users and Teams, follow the steps:

1. Go to the **Resources** section
2. Go to the `Users section` - here you can see users
3. Click on the `Teams Tab` - here you can see teams

{% @arcade/embed flowId="D20IBBIoLsLhPF1aVvBn" url="<https://app.arcade.software/share/D20IBBIoLsLhPF1aVvBn>" %}

### Access to the app

All the invited users, both internal and external, are automatically taken to the sign-in (or sign-up, depending on the settings) page. After signing up/logging in, the user will be redirected to either the dashboard where they can see the list of projects, or to the specific page.

The **default authorization** process involves authorizing in the following ways:

1. Google & Facebook authorization (basic SSO)
2. Authorization via credentials (login + password)

<figure><img src="/files/9ahRNscmLv1cNj2MhMdR" alt=""><figcaption></figcaption></figure>

You can also implement **custom authorization** through SSO. See the topics in this section on implementing different SSO methods:

### User Management System

The built-in User Management System allows you to configure each user on a granular basis, as follows:&#x20;

1. **Specify user role**. Configure users' access to the application by setting a [specific role](/user-guide/security-and-privacy/create-and-manage-a-team.md).
2. **Specify user properties**. Set properties for users to control their [permissions](/user-guide/security-and-privacy/user-and-team-properties.md) and access to data.
3. **Sharing your app**. Invite your employees or customers to collaborate with your data. See [here](/user-guide/core-concept/sharing-your-app.md) for more details.

<figure><img src="/files/DMHTrJ1de2EwEm6Q4Unj" alt=""><figcaption></figcaption></figure>

### White Label & Customization

You can remove Jet's brand and replace it with **your branding** across the whole user journey in their Jet Admin app. You can also **customize the Sign-in/Sign-up page** to a great extent, choose the layout, put up your logo and favicon, configure a custom domain, or even completely rewrite the CSS.

{% content-ref url="/pages/-MijyJ-gq\_bI4iDGryCI" %}
[Sign In/Sign Up](/user-guide/security-and-privacy/sign-in-sign-up.md)
{% endcontent-ref %}

{% content-ref url="/pages/-MA\_R-FI3AoUoBPmd88D" %}
[Roles in Permissions](/user-guide/security-and-privacy/create-and-manage-a-team.md)
{% endcontent-ref %}

{% content-ref url="/pages/-MGchffyn2CXcerA3NWN" %}
[User-specific Permissions](/user-guide/security-and-privacy/user-and-team-properties.md)
{% endcontent-ref %}


---

# 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://docs.jetadmin.io/user-guide/security-and-privacy.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.
