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

# Research

> Research and analysis mode for in-depth investigations

The `research` command enables research and analysis capabilities.

## Usage

```bash theme={"theme":{"light":"vitesse-light","dark":"vitesse-dark"}}
praisonai research [OPTIONS] [TOPIC]
```

## Arguments

| Argument | Description                |
| -------- | -------------------------- |
| `TOPIC`  | Research topic or question |

## Options

| Option      | Short | Description                            | Default       |
| ----------- | ----- | -------------------------------------- | ------------- |
| `--model`   | `-m`  | LLM model to use                       | `gpt-4o-mini` |
| `--verbose` | `-v`  | Verbose output                         | `false`       |
| `--depth`   | `-d`  | Research depth (shallow, medium, deep) | `medium`      |

## Examples

### Research a topic

```bash theme={"theme":{"light":"vitesse-light","dark":"vitesse-dark"}}
praisonai research "Climate change impacts"
```

### Deep research

```bash theme={"theme":{"light":"vitesse-light","dark":"vitesse-dark"}}
praisonai research "AI ethics" --depth deep
```

## See Also

* [Deep Research](/docs/cli/deep-research) - Deep research agent
* [Web Search](/docs/cli/web-search) - Web search capabilities
