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

# Add Sources • Rust AI Agent SDK

> add_sources: Add multiple sources

# add\_sources

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

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

Add multiple sources

## Signature

```python theme={"theme":{"light":"vitesse-light","dark":"vitesse-dark"}}
def add_sources(&mut self, sources: impl IntoIterator<Item = impl Into<String>>) -> ()
```

## Parameters

<ParamField query="sources" type="impl IntoIterator<Item" required={false} default="impl Into<String>>">
  No description available.
</ParamField>

### Returns

<ResponseField name="Returns" type="()">
  The result of the operation.
</ResponseField>
