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

# Citations Mode • Rust AI Agent SDK

> CitationsMode: Citations mode for RAG.

# CitationsMode

> Defined in the [**RAG**](../modules/rag) module.

<Badge color="orange">Rust AI Agent SDK</Badge>

Citations mode for RAG.

## Fields

| Name        | Type      | Description              |
| ----------- | --------- | ------------------------ |
| `Include`   | `variant` | -                        |
| `inline`    | `variant` | -                        |
| `citations` | `variant` | -                        |
| `default`   | `variant` | Include inline citations |
| `Inline`    | `variant` | Include inline citations |
| `Footnote`  | `variant` | -                        |
| `style`     | `variant` | -                        |
| `citations` | `variant` | -                        |
| `Footnote`  | `variant` | Footnote-style citations |
| `No`        | `variant` | -                        |
| `citations` | `variant` | -                        |
| `None`      | `variant` | No citations             |

## Source

<Card title="View on GitHub" icon="github" href="https://github.com/MervinPraison/PraisonAI/blob/main/src/praisonai-rust/praisonai/src/rag/mod.rs">
  `praisonai/src/rag/mod.rs` at line 0
</Card>

***

## Related Documentation

<CardGroup cols={2}>
  <Card title="Rust Citations" icon="quote-left" href="/docs/rust/citations" />
</CardGroup>
