> For the complete documentation index, see [llms.txt](https://docs.tempomonitors.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.tempomonitors.com/monitor-customization-commands/custom-name-commands.md).

# Custom Name Commands

This set of commands allows you to set a custom name for your group. All available commands can be viewed using: !m help name

## Setting a custom name

Use this command to set a custom name for your group. The set name will be used inside the item URL for restock notifications. To set a custom name you need to use the `name set` command. Example:

```
!m name set yourgroupname
```

The default item URL for Target items contains Tempo: `https://www.target.com/p/tempo/-/A-81114595` now whenever a user clicks the item URL from a restock notification, the item URL will contain the name you have set: `https://www.target.com/p/yourgroupname/-/A-81114595`

## Removing your custom name

Use this command to remove your custom name. To remove your custom name you need to use the `name remove` command. Example:

```
!m name remove
```

## View your current custom name

You can view your currently set custom name using the `name current` command. Example:

```
!m name current
```

## Toggle your custom name

Use this command to toggle your custom group name on and off. Enabling the custom name without having one set, will use your current server name. Example:

```
!m name toggle
```
