> ## 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 • Rust AI Agent SDK

> research: Perform deep research

# research

<div className="flex items-center gap-2">
  <Badge color="purple">Method</Badge>
</div>

> This is a method of the [**DeepResearchAgent**](../classes/DeepResearchAgent) class in the [**agents**](../modules/agents) module.

Perform deep research

## Signature

```python theme={"theme":{"light":"vitesse-light","dark":"vitesse-dark"}}
def research(&self, query: &str) -> Result<DeepResearchResult>
```

## Parameters

<ParamField query="query" type="&str" required={true}>
  No description available.
</ParamField>

### Returns

<ResponseField name="Returns" type="Result<DeepResearchResult>">
  The result of the operation.
</ResponseField>

***

## 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" />
</CardGroup>
