> For the complete documentation index, see [llms.txt](https://help.circlehd.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.circlehd.com/getting-started/system-frontpage.md).

# System FrontPage

After login to the portal, the below **FrontPage** will appear:

![](/files/-MN7Kb15HqMqFoXdx5GL)

Through this screen you can do the following:

1. **Edit Profile:** this is to edit your profile information.
2. **Navigation List:** enables you navigate easily between the main portal pages.
3. **Channels List:** enables you to view and navigate through channels&#x20;
4. **Latest uploaded videos:** displays the last 5 recently uploaded public or shared videos&#x20;
5. **Videos Navigator:** enables you to be up-to-date with the most recent and trending videos.
6. **Customize FrontPage:** this is to customize the layout of your portal FrontPage.
7. **Search** – Displays the list of channels and Leaderboard, you can search the portal for some content by entering keywords in search box and hitting enter or clicking search icon
8. **Notifications / Alerts:** This feature is work in progress currently.
9. **Main Menu:** click on this icon and then select the required option from the drop-down menu.
10. **Record:** click on this button to start video recording studio.
11. **Upload:** click on this button to upload a video.
12. **Invite Team:** you can use this option to invite other company employees from your team / company to join your CircleHD portal.

### Mobile

After login to the portal, the below **FrontPage** will appear:

![](/files/-MNxIKefmm4GP2QmdZbQ)

1. **Home -** Default page is **Home** page.
2. **View Video** - Open a video and it opens **View** page where video is played.
3. **Search -** Search option helps to find a video by name or description.
4. **Continue Watching** - It is a home page section where frequently watched videos are listed.&#x20;
5. **Channels** - It opens the **Channels** Module where videos are categorized by Channels.
6. **Playlists** - It opens the Playlists Page where Assigned Playlists or Library Playlists are visible.
7. **Podcast** - It opens the Podcast Module where all podcast shows and episodes are listed.
8. **My -** Here user is able to access the  Account details, Favorites, My Uploads, Watch History and Settings.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://help.circlehd.com/getting-started/system-frontpage.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
