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

# Events

> The events dataset provides access to events from past events. Each event is associated with an event type and updated in the dataset when available.

<CardGroup cols={2}>
  <Card title="List event types" icon="calendar-days" href="event-types/list-event-types">
    Learn more about how to list event types
  </Card>

  <Card title="Retrieve an event type" icon="calendar-days" href="event-types/retrieve-an-event-type">
    Learn more about how to retrieve an event type
  </Card>

  <Card title="List events" icon="calendar-days" href="events/list-events">
    Learn more about how to list events
  </Card>

  <Card title="Retrieve an event" icon="calendar-days" href="events/retrieve-an-event">
    Learn more about how to retrieve an event
  </Card>

  <Card title="Retrieve a document" icon="file-lines" href="documents/retrieve-a-document">
    Learn more about how to retrieve a document
  </Card>
</CardGroup>
