# Creating Meetings

This page details how to set up meetings, covering access to meeting creation, defining meeting details, setting access levels, scheduling, adding branding, managing media and experiences, and finalizing the setup.

<figure><img src="https://lh7-us.googleusercontent.com/_6iqBMw6Kr_i3y_fgSpqKcFwX_82CfuP4pMHfZuISs7Zlb2XHwTWonZ7zQQlMY5R6s6OCy4D52God-xRXwAkYXgXXS2CMA6h7hQqCTbYx7rD3nb0sIJaV4fSq0stPnR-XFlTsCwifsXZWQdi-B15b7s" alt=""><figcaption></figcaption></figure>

**Step 1: Access Meetings Page:**

* Navigate to the admin panel dashboard.
* Click on the "Meetings" tab on the sidebar.

<figure><img src="/files/m5bbLkXYvN0Pyu0uaIou" alt=""><figcaption><p>Meetings tab in the left sidebar</p></figcaption></figure>

* Locate and click on the "Add Meeting" button to open the meeting creation interface.

<figure><img src="/files/6KY30nSdxauuFgYDcbFr" alt=""><figcaption><p>"Add Meeting" button at the top of the screen</p></figcaption></figure>

**Step 2: Enter Meeting Details:**

* Meeting Name: Enter the unique name of the meeting in the Meeting Name field.

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

* Meeting Access: Decide on the visibility of the meeting:
  * **Private**: Select this option if the meeting is by invitation only or requires an access code.
    * **By Invite**: Choose if the meeting is invite-only.
    * **Note**: the admin will need to invite users individually or by group in order to access the meeting.
    * **By Access Code**: Select if attendees require a code to join.
  * **Public**: Select this if the meeting is open for anyone to join.

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

**Step 3: Set the Timing:**

* **Start**: Pick the starting date and time for the meeting.
  * If you are going to test the meeting immediately, you may want to set the start time in the past
* **End**: Choose the ending date and time.

<figure><img src="/files/3A4aN5LEhoSZ83fqXX2j" alt=""><figcaption></figcaption></figure>

**Step 4: Add Branding (Optional):**

* Click on the 'Add Logo' button to select an image from uploaded media files
* **Note:** The logo will be displayed on selected experience walls within the environments of your meeting.

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

**Step 5: Add Media:**

* To enhance the attendee experience, you can add various media files that attendees can view, spawn, or listen to within the meeting center.
* Click on the 'Add Media' button to select media files to add to the meeting. This can also be done after creating the meeting.
* **Note**: before adding media to the meeting the admin will need to upload media to the admin panel. See instructions under the [Uploading Media](/web-admin-panel/uploading-media.md) section.&#x20;

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

**Step 6: Adding Experiences:**

* **Starting Experience**: Use the dropdown to select the initial experience for attendees.
* **Add Various Environments**: You can add multiple experiences by clicking the plus sign next to 'Experience Name'. A dropdown menu will appear for each new experience slot you create, allowing you to select from various pre-set environments.
* **Attendee Capacity**: Choose the maximum number of attendees.

<figure><img src="/files/2Jka0yj8msQdK4loqBUb" alt=""><figcaption></figcaption></figure>

**Step 7: Finalizing the Meeting**

* Once all details are filled in, review the information for accuracy.
* Click the "Add Meeting" button in the bottom right corner to save and create the new meeting.

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

* **Note:** it is possible to edit any meeting by going back to the main Meetings page and clicking the pencil icon associated with the meeting you want to edit.

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


---

# Agent Instructions: 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:

```
GET https://docs.foretellreality.com/web-admin-panel/creating-meetings.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
