> For the complete documentation index, see [llms.txt](https://meetbit.gitbook.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://meetbit.gitbook.io/docs/meeting-links/quick-start-for-meeting-links.md).

# Quick Start for Meeting Links

MeetBit Meeting Links allow your Customers to schedule meetings with your company representatives. Meeting Links automatically align the availability of your representatives and present them to your customers as schedule options they can pick. &#x20;

Calendar invites are automatically sent along with email and SMS notifications. Online Conferencing may also be organized with [MeetBit Rooms](/docs/rooms/quick-start-for-rooms.md).

<figure><img src="/files/ZjqnwotEOendlsLWEkyQ" alt=""><figcaption><p>MeetBit Meeting Link</p></figcaption></figure>

{% hint style="info" %}
Only published Meeting Links are accessible to Customers. You can refer to [Meeting Link Publishing & Versioning](/docs/meeting-links/meeting-link-publishing-and-versioning.md) for more information.&#x20;
{% endhint %}

## Scheduling a Meeting

1. Open the Meeting Link on your browser. The link can be obtained from the Admin Panel and should look something like this: <https://example.com/meetings/65b1efd41967c>.
2. Once opened, browse for the best available option.&#x20;
3. Click "Confirm".&#x20;
4. Fill out the necessary fields based on the Meeting Link's settings. You can refer to [Meeting Link Settings](/docs/meeting-links/meeting-link-settings.md) for more information.
5. Click "Schedule".<br>

   <figure><img src="/files/VT9tP2Az35TSYfxe0nmx" alt=""><figcaption><p>Meeting Link Detail Confirmation Page</p></figcaption></figure>

The meeting is now scheduled! You should have received a calendar invite for the event in your email. If SMS Notifications were set, you will also receive one.

{% hint style="info" %}
You may also receive email and/or SMS reminders and updates regarding your meeting if reminders were set up for the Meeting Link.
{% endhint %}

## Modifying an Event after Scheduling

We understand that schedules may change, requiring updates to scheduled meetings. MeetBit allows you to easily reschedule or cancel meetings. For more information, you can refer to the instructions provided in the following sections:

{% content-ref url="/pages/iXc8xHSrWzJOdL202dDX" %}
[Rescheduling Events](/docs/calendar-and-events/rescheduling-events.md)
{% endcontent-ref %}

{% content-ref url="/pages/XiosvygaZFGP74q0jxlo" %}
[Canceling Events](/docs/calendar-and-events/canceling-events.md)
{% endcontent-ref %}

## Creating your First Meeting Link

Now that you understand how Meeting Links work, it's time to create your first Meeting Link. Proceed to the next page to learn how.


---

# 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://meetbit.gitbook.io/docs/meeting-links/quick-start-for-meeting-links.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.
