> ## 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.

# Documents

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

<CardGroup cols={2}>
  <Card title="List documents" icon="file-lines" href="documents/list-documents">
    Learn more about how to list documents
  </Card>

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

  <Card title="List document types" icon="file-lines" href="document-types/list-document-types">
    Learn more about how to list document types
  </Card>

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