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

# Meetings in RevenueHero

> Easily manage any scheduled meeting right from within your workspace — reschedule, reassign, cancel, or mark no-shows in seconds. 

## Before a meeting begins

<CardGroup cols={2}>
  <Card title="Reschedule a meeting" icon="square-1" iconType="solid" href="/meetings/reschedule">
    Reschedule the meeting with the same assignee.
  </Card>

  <Card title="Cancel a meeting" icon="square-2" iconType="solid" href="/meetings/cancel">
    Cancel a meeting that's been scheduled.
  </Card>

  <Card title="Reassign" icon="square-3" iconType="solid" href="/meetings/reassign">
    Reassign the meeting to another rep.
  </Card>
</CardGroup>

## After a meeting begins

<Note>
  To reschedule a meeting after the start time, the option needs to be enabled under [Meeting Settings](/).
</Note>

<Note>
  To use the schedule-again option, a [relay](/routers/relays/create-relays) needs to be configured first.
</Note>

<CardGroup cols={2}>
  <Card title="Reschedule" icon="square-1" iconType="solid" href="/meetings/reschedule">
    Reschedule the meeting within the specified window.
  </Card>

  <Card title="Mark a no-show" icon="square-2" iconType="solid" href="/meetings/cancel">
    Mark a no-show on the meeting if the prospect didn't turn up.
  </Card>

  <Card title="Schedule Again" icon="square-3" iconType="solid" href="/meetings/reassign">
    Schedule a follow-up meeting with the prospect
  </Card>
</CardGroup>
