# FAQ for Authentication

- [OTP Test Mode](https://docs.authgear.com/faq-for-authentication/otp-test-mode.md): Suppress message delivery and fix OTP for testing purposes
- [Tips for Apple App Store Review with Passwordless Login](https://docs.authgear.com/faq-for-authentication/passwordless-demo-user-for-apple-app-review.md): How to pass the Apple Store review process if your app uses passwordless login.
- [Phone Number Validation](https://docs.authgear.com/faq-for-authentication/phone-number-validation.md)
- [Skip Login Screen and Direct Users to Enterprise Login](https://docs.authgear.com/faq-for-authentication/how-to-use-social-enterprise-login-providers-without-authui.md): Learn how to take users directly to an external OAuth provider's authorization page without opening AuthUI login page.
- [Use the OAuth 2.0 State Parameter](https://docs.authgear.com/faq-for-authentication/how-to-use-the-oauth-2.0-state-parameter.md): Reference on what the OAuth 2.0 parameter is and how to use it in Authgear SDK.
- [Local Dev Setup for Connecting to Authgear SaaS in Cookie-based Auth](https://docs.authgear.com/faq-for-authentication/local-cookie-based-web-setup.md): Setting up the local development environment for websites that use cookie-based authentication.


---

# 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.authgear.com/faq-for-authentication.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.
