# SDKs for UI Kit

Robin empowers you to disrupt your market even faster by providing a customizable User Interface with a full-on chat experience — with our Web and Mobile SDKs; you can target users from a desktop computer or users that prefer messaging on the go.

Under the hood, the UI Kits are integrated with the [Robin Core SDKs](/messaging-with-robin/add-messaging-with-core-sdks.md), which enables this pre-built UI to support all of Robin’s core features.

The SDKs for UI Kit are available in:

### Flutter SDK - Mobile

Add chat functionality to your flutter app, and customize Robin UI to match your app’s theme.

[**Start Building**](/messaging-with-robin/sdks-for-ui-kit/robin-with-flutter.md)

### Vue SDK - Web

Add chat functionality to your Vue app — whether you are building for mobile-first or desktop users, customize Robin UI to match your app’s theme.

[**Start Building**](/messaging-with-robin/sdks-for-ui-kit/robin-with-vue.md)

### React SDK - Web

Add chat functionality to your React app — whether you are building for mobile-first or desktop users, customize Robin UI to match your app’s theme.

[**Start Building**](/messaging-with-robin/sdks-for-ui-kit/robin-with-react.md)

### React Native SDK - Mobile (Coming Soon)

Add chat functionality to your React Native app, and customize Robin UI to match your app’s theme. Coming Soon.

<mark style="color:blue;">**Ping Me on Release**</mark>


---

# 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.robinapp.co/messaging-with-robin/sdks-for-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.
