# Developer Commands

> Conclude provides a number of commands that can be used directly in Slack to create and edit apps

Canonical HTML page: https://conclude.io/doc/commands/developer/
Last updated: 2026-05-13

---

Developer commands provide a quick and convenient way to install and edit apps.

Some commands, such as `/c app members` should be executed in a channel containing an app, or in a ticket
channel. Other commands take an optional #channel argument, that refers to the channel where the app is
installed.

### Quick reference

- **Install an app** `/c app install`
- **Open app settings** `/c app settings`
- **Information about the installed app** `/c app details`
- **Delete an app** `/c app delete`
- **App type** `/c app type`
- **Set app type** `/c app set type`
- **App name** `/c app name`
- **Set the app name** `/c app set name`
- **App label** `/c app label`
- **Set the app label** `/c app set label`
- **Owner setting** `/c app owner`
- **Set the owner** `/c app set owner`
- **Member setting** `/c app member`
- **Set members** `/c app set members`
- **Alert setting** `/c app alert`
- **Set alert** `/c app set alert`
- **Members of review team** `/c app review.members`
- **Set reviewers** `/c app set review.members`
- **Review alert** `/c app review.alert`
- **Set review alert** `/c app set review.alert`
- **Admin setting** `/c app admins`
- **Set admin** `/c app set admins`
- **Super user setting** `/c app superuser`
- **Set superuser** `/c app set superusers`
- **Notification setting** `/c app notifications`
- **Set notification** `/c app set notifications`
- **Show/set web connector** `/c app web-connector`

#### Install a workflow app

- `/c app install` or
- `/c app install [template] [#channel]` opens the **app installer** to install an app.

The installer will show you a list of apps that can be installed. Alternatively, you may
specify an app [template](https://github.com/conclude-app/apps) and a channel.

- `/c app install incident #customer-incidents`

#### Open the app builder

- `/c app settings [#channel]` opens the **app settings** where you can modify an existing app.

#### View basic information about an app

- `/c app [#channel]` shows information about the installed app.

#### View detailed information about an app

- `/c app details [#channel]` shows details about the installed app in a separate dialog window.

#### Delete an app

- `/c app delete [#channel]` opens a dialog and asks if you want to delete the app.

#### View or change the app type

- `/c app type` shows the app type.
- `/c app set type <default|global>` sets the app type.

#### View or change the app name

- `/c app name` shows the app name.
- `/c app set name <name>` sets the name of the app.

#### View or change the app's label

- `/c app label` shows the app's label.
- `/c app set label <label>` sets the label.

#### Owner setting

- `/c app owner` shows the owner setting, see [roles](https://conclude.io/doc/developer/app-settings-roles/).
- `/c app set owner <@user>` sets the owner.

Example:

- `/c app set owner @sarah`

#### Members setting

- `/c app members` shows the members setting, see [roles](https://conclude.io/doc/developer/app-settings-roles/).
- `/c app set members <@user, #channels & @user-groups>` sets the members.

Example:

- `/c app set members #devops @jim @management`

Conclude will build the member list dynamically, based on the users and current channel- and user group
members when a ticket is created.

#### Alert setting

- `/c app alert` shows the alert setting, see [app settings](https://conclude.io/doc/developer/app-settings/).
- `/c app set alert <@user, #channels & @user-groups>` changes the alert setting.

Similar to setting members.

#### Review settings

- `/c app review.members` shows the members of the review team.
- `/c app set review.members <@user, #channels & @user-groups>` sets the reviewers.
- `/c app review.alert` shows the review.alert setting.
- `/c app set review.alert <@user, #channels & @user-groups>` set review.alerts.

Example:

- `/c app set review.members @sarah @jim`
- `/c app set review.alert #incoming-requests`

See [review](https://conclude.io/doc/developer/app-settings-review/) for more information about the review settings.

#### Admins setting

- `/c app admins` shows the admins setting, see [roles](https://conclude.io/doc/developer/app-settings-roles/).
- `/c app set admins <@user, #channels & @user-groups>` sets the admins.

The admins setting is useful in Slack workspaces where regular users don't have permission to create new
channels. Conclude will then rely on the admins permissions to create a ticket channel.

#### Superusers setting

- `/c app superusers` shows the superusers setting, see [roles](https://conclude.io/doc/developer/app-settings-roles/).
- `/c app set superusers <@user, #channels & @user-groups>` sets the superusers.

A superuser is someone who has authority to modify certain attributes. See the
[developer's guide](https://conclude.io/doc/developer/app-settings-roles/) for more information.

#### Notifications setting

- `/c app notifications` shows the notifications setting, see [app settings](https://conclude.io/doc/developer/app-settings/).
- `/c app set notifications <setting>` changes the notifications setting.

#### Web connector

- `/c app web-connector` shows/sets the [web connector ID](https://conclude.io/doc/developer/connectors-web/).

