> ## 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 Bundle Instructions • AI Agent SDK

> get_bundle_instructions: Return bundle-level instructions for selected bundles, in order.

# get\_bundle\_instructions

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

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

Return bundle-level instructions for selected bundles, in order.

## Signature

```python theme={"theme":{"light":"vitesse-light","dark":"vitesse-dark"}}
def get_bundle_instructions() -> List[str]
```

### Returns

<ResponseField name="Returns" type="List[str]">
  The result of the operation.
</ResponseField>

## Used By

* [`SkillManager.to_prompt`](../functions/SkillManager-to_prompt)

## Source

<Card title="View on GitHub" icon="github" href="https://github.com/MervinPraison/PraisonAI/blob/main/src/praisonai-agents/praisonaiagents/skills/manager.py#L359">
  `praisonaiagents/skills/manager.py` at line 359
</Card>
