# Discover & Search

The **Discover & Search** suite in social.plus UIKit empowers users to explore, search, and engage with content and communities effortlessly. It combines personalized feeds, intuitive search tools, and proactive notifications to enhance user engagement and content discoverability.​

<figure><img src="/files/Tc1chJU1Tcr4kBnuhT7D" alt=""><figcaption></figcaption></figure>

#### Social Home Page

The **Social Home Page** serves as the central hub for users, presenting a personalized feed of posts and community recommendations, and access to other discover and search functionalities. It integrates various widgets and components to provide a dynamic and engaging user experience. ​

#### Global Search Page

The **Global Search Page** offers comprehensive search functionality, allowing users to find communities and users across the platform. This empowers users to efficiently locate content relevant to their interests.​

#### My Communities Search Page

The **My Communities Search Page** enables users to search within the communities they are part of, providing quick access to familiar content and discussions. This focused search enhances user experience by streamlining navigation within known communities.​

#### All Categories Page

The **All Categories Page** displays a structured list of all available community categories, allowing users to browse and discover new communities aligned with their interests. This organized presentation facilitates exploration of diverse topics.​

#### Notification Tray

The **Notification Tray** provides users with a centralized location to view and manage their notifications, keeping them informed about relevant activities within their communities. By highlighting interactions such as mentions, comments, and community activities, it encourages users to engage with new content and explore different areas of the platform.

<table><thead><tr><th width="350.4453125">Feature</th><th width="75.02734375" align="center">iOS</th><th width="75.05078125" align="center">Android</th><th width="74.63671875" align="center">Web</th><th width="74.90625" align="center">Flutter</th><th width="75.578125" align="center">RN</th></tr></thead><tbody><tr><td>Social Home Page</td><td align="center">✅</td><td align="center">✅</td><td align="center">✅</td><td align="center">✅</td><td align="center">✅</td></tr><tr><td>Global Search (Community, User)</td><td align="center">✅</td><td align="center">✅</td><td align="center">✅</td><td align="center">✅</td><td align="center">✅</td></tr><tr><td>Newsfeed</td><td align="center">✅</td><td align="center">✅</td><td align="center">✅</td><td align="center">✅</td><td align="center">✅</td></tr><tr><td>Story</td><td align="center">✅</td><td align="center">✅</td><td align="center">✅</td><td align="center">✅</td><td align="center">✅</td></tr><tr><td>Featured Post</td><td align="center">✅</td><td align="center">✅</td><td align="center">✅</td><td align="center">✅</td><td align="center">✅</td></tr><tr><td>Explore Page (Community Categories, Recommended Communities, Trending Communities)</td><td align="center">✅</td><td align="center">✅</td><td align="center">✅</td><td align="center">✅</td><td align="center">✅</td></tr><tr><td>My Communities</td><td align="center">✅</td><td align="center">✅</td><td align="center">✅</td><td align="center">✅</td><td align="center">✅</td></tr><tr><td>Notification Tray</td><td align="center">✅</td><td align="center">✅</td><td align="center">✅</td><td align="center">-</td><td align="center">✅</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.social.plus/social-plus-uikit/uikit-4/social/discover-and-search.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.
