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

# tasks, contacts, ui

> List tasks, search contacts, and start the local UI.

## tasks

List all tasks from the configured backend.

```bash theme={null}
openbunny tasks
openbunny tasks list
```

## contacts

List and search contacts.

```bash theme={null}
openbunny contacts                    # List all contacts
openbunny contacts list               # List all contacts
openbunny contacts search "jane"      # Search by name
```

## ui

Start the local Kanban UI development server on `http://localhost:3000`.

```bash theme={null}
openbunny ui
openbunny ui start
```

Press `Ctrl+C` to stop.
