---
title: "Slash Commands"
canonical: "https://support.appfire.com/space/CFSD/147783913/Slash%20Commands"
format: markdown
---
Last step in app configuration in Slack is setting up [slash commands](https://appfire.atlassian.net/wiki/spaces/CFSD/pages/147783935) that the app will use. <span style="color: #333333">Go to the </span>**SlashCommands**<span style="color: #333333"> subpage of your Slack app page. You will get a page like this:</span>

![image](media://5fb9707f-74a9-4b1f-abdc-92c718e29887)

You will need to set up two commands:

- `/jira-name - `this one has an optional parameter, which is the user name in Jira
- `/jira-name-remove `- this one is parameterless

The actual names of the commands may be different, the important bit is URL that Slack will call when the command will be invoked.

Click **Create New Command** button to add the two commands (do it twice - once for each command):

![image](media://fdf5c71b-0d07-4898-b63c-c072d239e5b0)

The **Request URL** parameter is taken from the [Slack Integration](https://appfire.atlassian.net/wiki/spaces/CFSD/pages/147783959) page in Jira:

![image](media://125de7ad-034b-472d-bc95-c9f7d129e99e)

> ℹ️ If your Jira's external address is different than the one reported on that page, it is crucial that you enter the externally visible address, otherwise, the commands will not work

After the two slash commands are added, the **Slash Commands**page should look like this:

![image](media://d4e30c76-f0f7-4312-88de-a1fd0415879b)