> For the complete documentation index, see [llms.txt](https://guides.accentvoice.com/accent-meetings-user-guide-ios-android/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://guides.accentvoice.com/accent-meetings-user-guide-ios-android/getting-started/app-layout.md).

# Home Page & Menu

## Home Page

The Home Page is pictured below with a detail of the app navigation bar elements and the available sections of the app.

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

The navigation toolbar located at the bottom of the app provides buttons to access the different pages of the app.  These pages include:

* **Home** - The initial view which includes the Quick Start button, Upcoming meetings, and Recent meetings joined.
* [**Calendar**](/accent-meetings-user-guide-ios-android/calendar/connect-your-calendar.md) - Integrate your personal calendar with the app to join scheduled meetings with one click.
* [**Meetings**](/accent-meetings-user-guide-ios-android/video-meetings/meetings-page.md) - Provides access to start/join video meetings and schedule meetings via your personal calendar.

Once you have integrated your calendar and attended meetings using the app, other items will appear on the Home screen.

* Upcoming Events - These are meetings and events from your Google or Microsoft calendar that are upcoming for the day.
* Recent Meetings - Meetings you have joined in the past.  Favorited meetings are represented with a blue star to the right of the meeting information.

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

You can learn more about integrating your personal calendar in the [Connect Your Calendar](/accent-meetings-user-guide-ios-android/calendar/connect-your-calendar.md) section of this guide.

## Side Menu

Similar to the navigation bar, the side menu provides access to the Home, Meetings, and Calendar pages.  The side menu also provides options for the following:

* **Manage Integrations** - Add/Remove calendar integrations
* **Online User Guide** - Link to this user guide
* **Privacy Policy** - Links to Accent's privacy policy
* **Visit Us** - Visit Accent's website
* **Choose Color Theme** - Toggle between Light/Dark Mode or choose automatically based on your device settings
* **Login Page** - Login to the app

![](/files/565LXbOeZq7ycdboPpyl)


---

# 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://guides.accentvoice.com/accent-meetings-user-guide-ios-android/getting-started/app-layout.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.
