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

# Get Config • Rust AI Agent SDK

> get_config: Get remote configuration

# get\_config

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

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

Get remote configuration

## Signature

```python theme={"theme":{"light":"vitesse-light","dark":"vitesse-dark"}}
async def get_config(&self) -> Result<serde_json::Value>
```

### Returns

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

***

## Related Documentation

<CardGroup cols={2}>
  <Card title="Rust Configuration" icon="gear" href="/docs/rust/configuration" />

  <Card title="Rust Installation" icon="download" href="/docs/rust/installation" />
</CardGroup>
