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

> get_config_path: API reference for get_config_path

# get\_config\_path

<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_config_path() -> string
```

### Returns

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

## Uses

* `get_config`

## Source

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

***

## Related Documentation

<CardGroup cols={2}>
  <Card title="TypeScript Guide" icon="book-open" href="/docs/js/typescript" />

  <Card title="JS Development" icon="code" href="/docs/js/development" />
</CardGroup>
