# Seam Mobile Components

Seam Mobile Components are pre-built views that let you deliver end-user access flows in your mobile app with minimal effort. Instead of manually wiring together the Seam Mobile SDK, you can drop in a component like `SeamAccessView` to provide a fully functional access experience, including unlock interactions, credential error handling, haptics, and more.

***

### Why Mobile Seam Components?

* **Faster integration** – Add a complete access flow to your iOS app in minutes.
* **Consistent UX** – Components are designed to match Seam’s best practices for user experience.
* **Extensible** – Built on top of the Seam Mobile SDK; you can mix and match with your own custom views.
* **Customizable** – White-label theming is supported through SeamTheme.
* **Battle-tested** – Includes error handling, retries, and feedback (toasts + haptics) out of the box.

***

### Platform Guides

<table data-view="cards"><thead><tr><th></th><th data-hidden data-card-cover data-type="image">Cover image</th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>iOS Guide</strong><br>Integrate Seam Mobile Components into your iOS app</td><td><a href="/files/dHAENxoEtLfRT89mbM3Z">/files/dHAENxoEtLfRT89mbM3Z</a></td><td><a href="/pages/8Gd6X2MoGCTqaUw7jBHx">/pages/8Gd6X2MoGCTqaUw7jBHx</a></td></tr></tbody></table>


---

# 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.seam.co/latest/ui-components/seam-mobile-components.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.
