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

> get_default: API reference for get_default

# get\_default

<div className="flex items-center gap-2">
  <Badge color="teal">Function</Badge>
</div>

> This function is defined in the [**config**](../modules/config) module.

## Signature

```python theme={"theme":{"light":"vitesse-light","dark":"vitesse-dark"}}
def get_default(key: string) -> any
```

### Returns

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

## Used By

* [`get_defaults_config`](../functions/get_defaults_config)

## Source

<Card title="View on GitHub" icon="github" href="https://github.com/MervinPraison/PraisonAI/blob/main/src/praisonai-ts/src/config/index.ts#L1116">
  `src/config/index.ts` at line 1116
</Card>
