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

# Research Citation • Rust AI Agent SDK

> ResearchCitation: Citation in a research result.

# ResearchCitation

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

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

Citation in a research result.

## Fields

| Name          | Type     | Description         |
| ------------- | -------- | ------------------- |
| `title`       | `String` | Citation title      |
| `url`         | `String` | Citation URL        |
| `start_index` | `usize`  | Start index in text |
| `end_index`   | `usize`  | End index in text   |

## Source

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

***

## Related Documentation

<CardGroup cols={2}>
  <Card title="Rust Web Search" icon="search" href="/docs/rust/web-search" />

  <Card title="Rust Query" icon="magnifying-glass" href="/docs/rust/query" />

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