> For the complete documentation index, see [llms.txt](https://docs.luciq.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.luciq.ai/android/set-up-luciq-for-android/set-up-application-performance-monitoring.md).

# 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
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, and the optional `goal` query parameter:

```
GET https://docs.luciq.ai/android/set-up-luciq-for-android/set-up-application-performance-monitoring.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
