# Overview

## **Requirements**

* React 16+
* React hooks

## **Key Concepts**

### **Architecture**

The UIKit is built on the foundation of the social.plus API. We added a UI layer to speed up the product development efforts of your application. At the core, it is leveraging the same Channel and messaging concepts, subscribing to live objects while adding a UIKit to accelerate product delivery and UI that delivers great user experience for companies wanting to deploy messaging and other functionalities.

In the current state, our Social module can be used. This module can be integrated into your application with ease using this documentation.

| **Module**                                                                   | **Description**                                                                                                  |
| ---------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------- |
| ​[Community (Group) Module​](/social-plus-uikit/uikit-3/web/social-uikit.md) | A feature for Social media where you can create community, post content, and see new content generated via Feed. |


---

# 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.social.plus/social-plus-uikit/uikit-3/web/overview.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.
