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

# LSP

> Language Server Protocol service lifecycle

The `lsp` command manages the Language Server Protocol service for code intelligence.

## Usage

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

## Commands

| Command   | Description             |
| --------- | ----------------------- |
| `start`   | Start LSP service       |
| `stop`    | Stop LSP service        |
| `status`  | Show LSP service status |
| `restart` | Restart LSP service     |

## Examples

### Start LSP service

```bash theme={"theme":{"light":"vitesse-light","dark":"vitesse-dark"}}
praisonai lsp start
```

### Check status

```bash theme={"theme":{"light":"vitesse-light","dark":"vitesse-dark"}}
praisonai lsp status
```

### Stop service

```bash theme={"theme":{"light":"vitesse-light","dark":"vitesse-dark"}}
praisonai lsp stop
```

## See Also

* [LSP Code Intelligence](/docs/cli/lsp-code-intelligence) - Code intelligence features
* [ACP](/docs/cli/acp) - Agent Client Protocol
