# Approving users

## Approving users <a href="#approving-users" id="approving-users"></a>

Depending on your System Settings, after a user joins a system, they’ll need to be granted access to join your system.

### Manual approval <a href="#manual-approval" id="manual-approval"></a>

By default, your System will require manual approval for users to access your System. Users will receive a notification that they are “Pending Approval” until given access. You’ll need to access the BLOOM Dashboard to approve users manually. You’ll receive an email notification when a user requests access, and they will be in the User Approval List on your Dashboard for your review.

Alternatively, you can configure your System to automate the approval of users.

### Auto approval <a href="#auto-approval" id="auto-approval"></a>

Auto-approval is ideal for Public, Paid systems. If you want to make your program automatically accessible to all users, you can have your System set to auto-approve new users.

### Email approval <a href="#email-approval" id="email-approval"></a>

Email approval is ideal for Public or Private systems where all users share a common domain name. If you’d like users to be automatically approved to use your System without administrator approval based on their email address, set your System to email approval.

Email approval will send out a confirmation email to their email address if it is within the approved domain name. When the the user clicks on a link within the confirmation email, their account will be automatically approved.

### License approval

For Premium systems, you have the option of requiring a user to upload an image of their identification.  You can choose to automatically or manually verify the uploaded license images.


---

# 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://help.bloomsharing.com/doc/getting-started-with-bloom/approving-users.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.
