> ## Documentation Index
> Fetch the complete documentation index at: https://docs.makemypass.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Speakers Management

> For **events**, there may be multiple speakers. You can add speakers to your event so that the speaker list is displayed to attendees during registration.

## Adding a New Speaker

<Frame>
  <img src="https://mintcdn.com/makemypass-b52bd2ef/kCtCQLg9U0nHtl8L/images/event/eventPage/speakers/speakersModal.png?fit=max&auto=format&n=kCtCQLg9U0nHtl8L&q=85&s=cfc070d1add82d5b3e7824891aa3761e" className="rounded-lg shadow-md" width="381" height="393" data-path="images/event/eventPage/speakers/speakersModal.png" />
</Frame>

1. From the **Event Page**, select the **Update Speaker** button.
2. In the modal that opens, click the **Add Speaker** button in the top-right corner.
3. In the new modal that appears, enter:
   * **Speaker Name**
   * **Position**
   * **Image**
4. Click **Save** to add the speaker.

Once added, the speaker will appear in the **Current Speakers** section.

<Note>
  This information will be displayed on the **Registration Page**.
</Note>

## Editing or Deleting a Speaker

<Frame>
  <img src="https://mintcdn.com/makemypass-b52bd2ef/kCtCQLg9U0nHtl8L/images/event/eventPage/speakers/speakerEditModal.png?fit=max&auto=format&n=kCtCQLg9U0nHtl8L&q=85&s=1c81f43c7df02f72b6b0af8be9764391" className="rounded-lg shadow-md" width="378" height="275" data-path="images/event/eventPage/speakers/speakerEditModal.png" />
</Frame>

* Similar to venue management, speaker details (**name, position, image**) can be **edited** or **removed** using the respective buttons next to each speaker.
* Click the **Edit** <Icon icon="pencil" iconType="solid" color="grey" /> icon to modify the speaker's details.
* In the modal that opens, update the required fields.
* Click **Delete** <Icon icon="trash" iconType="solid" color="grey" /> to remove the speaker from the list.
* Confirm the deletion in the modal that appears.
* The updates will be reflected on the **Registration Page** instantly.
