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

# merge

> Create new config with overrides applied.

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

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

Create new config with overrides applied.

## Signature

```python theme={"theme":{"light":"vitesse-light","dark":"vitesse-dark"}}
def merge() -> 'ManagerConfig'
```

### Returns

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