> ## Documentation Index
> Fetch the complete documentation index at: https://docs.praison.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Context

> Context management for agent conversations

The `context` command manages conversation context for AI agents.

## Usage

```bash theme={"theme":{"light":"vitesse-light","dark":"vitesse-dark"}}
praisonai context [OPTIONS] COMMAND [ARGS]...
```

## Commands

| Command | Description                   |
| ------- | ----------------------------- |
| `show`  | Show current context          |
| `add`   | Add context from file or text |
| `clear` | Clear current context         |
| `list`  | List context sources          |

## Examples

### Show current context

```bash theme={"theme":{"light":"vitesse-light","dark":"vitesse-dark"}}
praisonai context show
```

### Add file to context

```bash theme={"theme":{"light":"vitesse-light","dark":"vitesse-dark"}}
praisonai context add myfile.py
```

### Clear context

```bash theme={"theme":{"light":"vitesse-light","dark":"vitesse-dark"}}
praisonai context clear
```

## See Also

* [Fast Context](/docs/cli/fast-context) - Fast context retrieval
* [Knowledge](/docs/cli/knowledge) - Knowledge base management
