> ## Documentation Index
> Fetch the complete documentation index at: https://superdoc-caio-pizzol-docs-ai-core-preset.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Footnotes operations

> Footnotes operation reference from the canonical Document API contract.

[Back to full reference](../index)

Footnote and endnote lifecycle and numbering configuration.

| Operation                                                                                                                                                                             | Member path           | Mutates | Idempotency      | Tracked | Dry run |
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------- | ------- | ---------------- | ------- | ------- |
| <span style={{ whiteSpace: 'nowrap', wordBreak: 'normal', overflowWrap: 'normal' }}><a href="/document-api/reference/footnotes/list"><code>footnotes.list</code></a></span>           | `footnotes.list`      | No      | `idempotent`     | No      | No      |
| <span style={{ whiteSpace: 'nowrap', wordBreak: 'normal', overflowWrap: 'normal' }}><a href="/document-api/reference/footnotes/get"><code>footnotes.get</code></a></span>             | `footnotes.get`       | No      | `idempotent`     | No      | No      |
| <span style={{ whiteSpace: 'nowrap', wordBreak: 'normal', overflowWrap: 'normal' }}><a href="/document-api/reference/footnotes/insert"><code>footnotes.insert</code></a></span>       | `footnotes.insert`    | Yes     | `non-idempotent` | No      | Yes     |
| <span style={{ whiteSpace: 'nowrap', wordBreak: 'normal', overflowWrap: 'normal' }}><a href="/document-api/reference/footnotes/update"><code>footnotes.update</code></a></span>       | `footnotes.update`    | Yes     | `idempotent`     | No      | Yes     |
| <span style={{ whiteSpace: 'nowrap', wordBreak: 'normal', overflowWrap: 'normal' }}><a href="/document-api/reference/footnotes/remove"><code>footnotes.remove</code></a></span>       | `footnotes.remove`    | Yes     | `non-idempotent` | No      | Yes     |
| <span style={{ whiteSpace: 'nowrap', wordBreak: 'normal', overflowWrap: 'normal' }}><a href="/document-api/reference/footnotes/configure"><code>footnotes.configure</code></a></span> | `footnotes.configure` | Yes     | `idempotent`     | No      | Yes     |
