# Using Hyphen UI Kit

For seamless integration of Hyphen into your app, leverage the Hyphen UI Kit, a dedicated SDK module. This library provides a comprehensive set of pre-designed UI components, facilitating effortless integration into your application.

#### Key Features:

* Effortless Integration: Integrate Hyphen UI Kit with just a few lines of code, streamlining the incorporation process into your application.
* Customization Options: The UI components offer extensive customization options, allowing you to tailor colors, fonts, and themes to align seamlessly with your app's branding.

#### Available Components:

1. **Sign-In Screen**: Simplify user onboarding with a streamlined sign-in experience, requiring minimal code integration.
2. **Account Management Screen**: Empower users with comprehensive device and key management capabilities, reminiscent of session management UIs in Web2 applications.
3. **2-Factor Authorization UI**: Seamlessly handle 2-factor authentication processes, including push notifications and authorization prompts, enhancing security and user experience.


---

# 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.hyphen.at/flutter/using-hyphen-ui-kit.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.
