> For the complete documentation index, see [llms.txt](https://guides.accentvoice.com/voiceone-meetings-user-guide/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/voiceone-meetings-user-guide/getting-started.md).

# Getting Started

## Accessing VoiceONE Meetings

This page assumes you have already signed up for a VoiceONE Meetings account or would like to learn more about attending a VoiceONE Meeting.  If you would like to sign-up for a VoiceONE Meetings account you may do so via Accent's [website](https://www.accentvoice.com/video/) or by contacting an Accent representative at (800) 589-7379.  Please note an account is not required to attend a VoiceONE Meeting if you were invited by a current user.

### Web Browser access via direct meeting link

Upon initial sign-up you will receive a personal meeting link for you VoiceONE Meetings room, for easy one-click access you can simply click that link or paste it into a web browser in order to access your meeting room.  The personal meeting link you were provided can be sent to any attendee you would like to invite to a meeting.

Upon accessing the room you will be prompted for your login credentials which were initially provided along with the personal meeting link.  If you are the meeting organizer you should [enter your login credentials](/voiceone-meetings-user-guide/hosting-attending-a-meeting.md#entering-user-credentials-meeting-host-only) to open the meeting room.  &#x20;

### Web Browser access via Meetings homepage

The VoiceONE Meetings homepage <https://meet.accentvoice.com> can be accessed via any supported web browser.  Supported browsers include Google Chrome (recommended), Mozilla Firefox, and Microsoft Edge.

![VoiceONE Meetings web browser homepage](/files/-MJ2clU4mLlGBg8oZLUg)

### Desktop App (PC/Mac)

The [VoiceONE Meetings desktop app](/voiceone-meetings-user-guide/voiceone-meetings-desktop-pc-mac.md) is available for PC and Mac, for the desktop app specific user guide please click [here](/voiceone-meetings-user-guide/voiceone-meetings-desktop-pc-mac.md).  You can download the VoiceONE Meetings desktop app for PC or Mac [here](https://www.accentvoice.com/downloads/).

![VoiceONE Meetings desktop app](/files/-MJ2ddaXu9IG726pF1A8)

### Mobile App (iOS/Android)

VoiceONE Meetings is available for both iOS and Android devices, for the mobile app specific user guide please click [here](/voiceone-meetings-user-guide/mobile.md).  The app is available for download in the [Apple App store](https://apps.apple.com/us/app/id1530940619) or the [Google Play store](https://play.google.com/store/apps/details?id=com.accentvoice.meetings) by searching for "VoiceONE Meetings".

![VoiceONE Meetings mobile app](/files/-MJ32WaSdASixvOc25px)


---

# 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/voiceone-meetings-user-guide/getting-started.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.
