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

# Citations operations

> Citations operation reference from the canonical Document API contract.

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

Citation, source, and bibliography lifecycle operations.

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