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

# Slash Commands

> Reference for the /cobi command in Slack

Cobi uses one Slack command: `/cobi`. Use subcommands to link your account, check status, ask a question, create a chart, or create a table.

## Quick reference

| Command                  | Visibility    | What it does                                                                |
| ------------------------ | ------------- | --------------------------------------------------------------------------- |
| `/cobi help`             | Private       | Shows the available commands                                                |
| `/cobi status`           | Private       | Shows whether the workspace is connected and whether your account is linked |
| `/cobi link`             | Private       | Creates a one-time account link                                             |
| `/cobi ask <question>`   | Public thread | Starts an answer thread in the current channel                              |
| `/cobi chart <question>` | Public thread | Starts an answer thread and asks Cobi for a chart                           |
| `/cobi table <question>` | Public thread | Starts an answer thread and asks Cobi for a table or CSV                    |

## `/cobi help`

Shows a concise command reference in Slack.

```text theme={null}
/cobi help
```

Use this when you forget the command names.

## `/cobi status`

Shows whether the Slack workspace is connected to Cobi and whether your Slack user is linked to your Cobi account.

```text theme={null}
/cobi status
```

The response is private to you.

## `/cobi link`

Creates a one-time link that connects your Slack user to your Cobi user.

```text theme={null}
/cobi link
```

The response is private to you and includes a **Link account** button. The link is valid for 15 minutes.

## `/cobi ask <question>`

Starts a public thread in the current channel and answers your question there.

```text theme={null}
/cobi ask how is revenue trending this month?
```

Use this when you want the channel to see the answer.

## `/cobi chart <question>`

Starts a public thread and asks Cobi to produce a chart when the data supports it.

```text theme={null}
/cobi chart revenue by week
```

Cobi posts the answer and attaches a chart image when a chart is available.

## `/cobi table <question>`

Starts a public thread and asks Cobi to produce a table or CSV when the data supports it.

```text theme={null}
/cobi table top customers by revenue this quarter
```

Cobi posts the answer and attaches a table or CSV when there are rows to show.

<Note>
  `help`, `status`, and `link` are private responses. `ask`, `chart`, and `table` create public Slack threads in the channel where you run them.
</Note>
