> For the complete documentation index, see [llms.txt](https://jframework.gitbook.io/help/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://jframework.gitbook.io/help/services/identity.md).

# Identity

- [Brand](https://jframework.gitbook.io/help/services/identity/brand.md)
- [Examples](https://jframework.gitbook.io/help/services/identity/brand/examples.md)
- [How to identify a brand](https://jframework.gitbook.io/help/services/identity/brand/how-to-identify-a-brand.md)
- [What default values when a brand is created?](https://jframework.gitbook.io/help/services/identity/brand/what-default-values-when-a-brand-is-created.md)
- [How to be a reseller](https://jframework.gitbook.io/help/services/identity/brand/how-to-be-a-reseller.md)
- [Multiple Brand Management](https://jframework.gitbook.io/help/services/identity/brand/multiple-brand-management.md)
- [User \*](https://jframework.gitbook.io/help/services/identity/user.md)
- [User Type](https://jframework.gitbook.io/help/services/identity/user/user-type.md)
- [Username](https://jframework.gitbook.io/help/services/identity/user/username.md)
- [User Status](https://jframework.gitbook.io/help/services/identity/user/user-status.md)
- [Username vs. Login Name](https://jframework.gitbook.io/help/services/identity/user/username-vs-login-name.md)
- [Phone Number](https://jframework.gitbook.io/help/services/identity/user/phone-number.md)
- [Password](https://jframework.gitbook.io/help/services/identity/user/password.md)
- [User-defined options](https://jframework.gitbook.io/help/services/identity/user/password/user-defined-options.md)
- [Built-in policies](https://jframework.gitbook.io/help/services/identity/user/password/built-in-policies.md)
- [Authentication Methods](https://jframework.gitbook.io/help/services/identity/user/authentication-methods.md)
- [Traditional Login](https://jframework.gitbook.io/help/services/identity/user/authentication-methods/traditional-login.md)
- [External Login](https://jframework.gitbook.io/help/services/identity/user/authentication-methods/external-login.md)
- [Passwordless](https://jframework.gitbook.io/help/services/identity/user/authentication-methods/passwordless.md): Overview of passwordless login options in JFW Identity as a Service, including email, SMS, and device-based authentication
- [Login via QR Code Device Pairing](https://jframework.gitbook.io/help/services/identity/user/authentication-methods/passwordless/login-via-qr-code-device-pairing.md)
- [Login via OTP Code Device Pairing](https://jframework.gitbook.io/help/services/identity/user/authentication-methods/passwordless/login-via-otp-code-device-pairing.md)
- [Login via Email OTP](https://jframework.gitbook.io/help/services/identity/user/authentication-methods/passwordless/login-via-email-otp.md)
- [Login via SMS OTP](https://jframework.gitbook.io/help/services/identity/user/authentication-methods/passwordless/login-via-sms-otp.md)
- [Login via email magic link](https://jframework.gitbook.io/help/services/identity/user/authentication-methods/passwordless/login-with-email-link.md)
- [Referral (Invite Friends)](https://jframework.gitbook.io/help/services/identity/user/referral.md)
- [Example](https://jframework.gitbook.io/help/services/identity/user/referral/example.md)
- [Password Policy](https://jframework.gitbook.io/help/services/identity/user/password-policy.md)
- [Login with Google](https://jframework.gitbook.io/help/services/identity/user/login-with-google.md)
- [Lock and Unlock Users](https://jframework.gitbook.io/help/services/identity/user/lock-and-unlock-users.md)
- [Suspend and Unsuspend Users](https://jframework.gitbook.io/help/services/identity/user/suspend-and-unsuspend-users.md)
- [Delete Users](https://jframework.gitbook.io/help/services/identity/user/delete-users.md)
- [Device](https://jframework.gitbook.io/help/services/identity/device.md)
- [Device Type](https://jframework.gitbook.io/help/services/identity/device/device-type.md)
- [Device Identifier (Device Code)](https://jframework.gitbook.io/help/services/identity/device/device-identifier.md)
- [Device Registering](https://jframework.gitbook.io/help/services/identity/device/device-registering.md)
- [Access Limit](https://jframework.gitbook.io/help/services/identity/device/access-limit.md)


---

# 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:

```
GET https://jframework.gitbook.io/help/services/identity.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.
