# Mobile Apps

- [Use SDK to make authorized API calls to backend](https://docs.authgear.com/~/changes/anTCj6yoZ06s3pLJk5v8/how-to-guide/mobile-apps/using-sdk-to-call-your-application-server.md): How to make authorized request to your application server after login with Authgear
- [Force authentication on app launch](https://docs.authgear.com/~/changes/anTCj6yoZ06s3pLJk5v8/how-to-guide/mobile-apps/force-authentication-on-app-launch.md)
- [Customize the Login Pop-up / Disable the login alert box](https://docs.authgear.com/~/changes/anTCj6yoZ06s3pLJk5v8/how-to-guide/mobile-apps/using-webview-to-open-the-authgear-ui.md): Learn how to switch between ASWebAuthenticationSession/Custom Tabs to WebKitWebView using Authgear Mobile SDKs.


---

# 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/~/changes/anTCj6yoZ06s3pLJk5v8/how-to-guide/mobile-apps.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.
