# Set up Application Performance Monitoring

- [Set up App Launch](https://docs.luciq.ai/android/set-up-luciq-for-android/set-up-application-performance-monitoring/set-up-app-launch.md)
- [Set up Network Monitoring](https://docs.luciq.ai/android/set-up-luciq-for-android/set-up-application-performance-monitoring/set-up-network-monitoring.md): This page helps you get started with Luciq's network performance monitoring on Android
- [Set up Screen Rendering](https://docs.luciq.ai/android/set-up-luciq-for-android/set-up-application-performance-monitoring/set-up-screen-rendering.md): Detect slow and frozen frames in your app’s screens and debug their root cause.
- [Enable/Disable Screen Rendering](https://docs.luciq.ai/android/set-up-luciq-for-android/set-up-application-performance-monitoring/set-up-screen-rendering/enable-disable-screen-rendering.md)
- [Set up Screen Loading](https://docs.luciq.ai/android/set-up-luciq-for-android/set-up-application-performance-monitoring/set-up-screen-loading.md): Capture how long it takes for a particular screen to load automatically in your Android apps.
- [WebViews Screen Loading](https://docs.luciq.ai/android/set-up-luciq-for-android/set-up-application-performance-monitoring/set-up-screen-loading/webviews-screen-loading.md): Measure the loading performance of your WebViews with Web Vitals
- [Execution Traces](https://docs.luciq.ai/android/set-up-luciq-for-android/set-up-application-performance-monitoring/execution-traces.md): This page helps you get started with Luciq's execution traces monitoring on Android.
- [Set up Flows](https://docs.luciq.ai/android/set-up-luciq-for-android/set-up-application-performance-monitoring/set-up-flows.md): Flows provides visibility on the health and performance of the most important user flows in your application.
- [Instrumentation for Android](https://docs.luciq.ai/android/set-up-luciq-for-android/set-up-application-performance-monitoring/instrumentation-for-android.md)
- [SDK Debugging](https://docs.luciq.ai/android/set-up-luciq-for-android/set-up-application-performance-monitoring/sdk-debugging.md): This page explains the different tools to debug your APM Android integration, bypass the 6-hour batching, and change the SDK log level for your Android apps.
- [Disabling/Enabling APM for Android](https://docs.luciq.ai/android/set-up-luciq-for-android/set-up-application-performance-monitoring/disabling-enabling-apm-for-android.md)
- [Custom Spans](https://docs.luciq.ai/android/set-up-luciq-for-android/set-up-application-performance-monitoring/custom-spans.md)


---

# 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.luciq.ai/android/set-up-luciq-for-android/set-up-application-performance-monitoring.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.
