# TAP Public Community > The standalone community app from The Access Platform, where a prospective student > signs in to read a university's community content and talk to its current student > ambassadors. This host serves a single client-rendered widget rather than a multi-page site. Content is scoped to one community space per URL, so paths take the form /{spaceId}/{section}, where spaceId identifies the community. Any other path returns the same widget shell, which then renders the requested section in the browser. Sections are rendered only after their data loads, so requesting a path without executing JavaScript returns the shell and no community content. Which sections a community exposes is configured per space, so not every path below is present for every spaceId. ## Sections - [Home](/{spaceId}/home): landing view for a community, highlighting ambassadors, recent content and upcoming streams - [Feed](/{spaceId}/content): posts published by student ambassadors and university staff - [Streams](/{spaceId}/streams): live and recorded video sessions hosted by ambassadors - [Find friends](/{spaceId}/members): profiles of student ambassadors and other members - [Community Groups](/{spaceId}/groups): group discussions organised by topic or course - [FAQ](/{spaceId}/faqs): questions answered by the university - [Inbox](/{spaceId}/chats): private conversations with ambassadors, requires sign-in - [My Dreamwall](/{spaceId}/dreamwall): the signed-in student's own saved posts, requires sign-in - [My Profile](/{spaceId}/my-profile): the signed-in student's own profile, requires sign-in - [Sign in](/{spaceId}/sign-in): account sign-in for prospective students