# Self-Registration & Approvals

AccessIQ supports self-registration, allowing users to sign up without an invitation. Administrators can review and approve registration requests before granting access.

## How Self-Registration Works

1. A user visits your tenant's login page
2. They click **Register** or **Sign Up**
3. They fill out the registration form (name, email, password)
4. Their request is submitted for review
5. An administrator approves or rejects the request
6. If approved, the user receives access

## Managing Registration Requests

Navigate to **User Management > Registrations** to see all registration requests.

Each request shows:

* **Name and email** of the applicant
* **Submitted date**
* **Status** — Pending, Approved, or Rejected

### Approving a Request

Click **Approve** to grant the user access. They'll be created as an active user with the default role.

### Rejecting a Request

Click **Reject** and provide a reason. The user will not be granted access.

## Configuration

Registration policies can be configured to:

* Require email verification before submission
* Auto-approve registrations from specific email domains
* Require administrator approval for all registrations


---

# 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://accessiq.gitbook.io/accessiq-docs/managing-users/self-registration.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.
