# Custom Spans

The KMP APM module exposes **flows** and **UI traces** for custom timing:

* **Flows**: `APMKmp.startFlow(name)`, `APMKmp.endFlow(name)`, `APMKmp.setFlowAttribute(name, key, value)`
* **UI traces**: `APMKmp.startUITrace(name)`, `APMKmp.endUITrace()`

Use these to represent custom operations or user journeys. For lower-level “span” APIs (e.g. custom duration spans), behavior depends on the native Luciq SDK. If the native Android or iOS SDK supports custom spans, they may be available only from platform-specific code; the KMP API surface is focused on flows and UI traces. Check the [Luciq Android](https://docs.luciq.ai/android/set-up-luciq-for-android/logs-and-profiling/custom-spans) and [Luciq iOS](https://docs.luciq.ai/ios/setup-luciq-for-ios/custom-settings/logs-and-profiling/custom-spans) docs for native span APIs.


---

# 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/kmp/setup-luciq-for-kmp/setup-application-performance-monitoring/custom-spans.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.
