# Introduce Keyless to Users

In order to introduce Keyless to users before the very first enrollment, it may be helpful to show an explanatory screen on what is the flow about to start.

<figure><img src="/files/yqV8jUCu9Rduh5VNmyPZ" alt="" width="188"><figcaption></figcaption></figure>

This screen is showable via the public API `Keyless.showIntroductionScreen`. This function can be called at any moment (even before setup). It expects a completion for when the user taps on the main CTA. The message can be customized as explained in [UI-Customization](/consumer/mobile-sdk-reference/ui-customization.md)

## Examples

{% tabs %}
{% tab title="Android" %}

```kotlin
Keyless.showIntroductionScreen { 
    // Perform actions after user taps CTA
}
```

{% endtab %}

{% tab title="iOS" %}

```swift
Keyless.showIntroductionScreen { 
    // Perform actions after user taps CTA
}
```

{% endtab %}
{% endtabs %}


---

# 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.keyless.io/consumer/mobile-sdk-reference/introduction-screen.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.
