# Setup Commands

## Setting the desired commands channel for Tempo Assistant

Use this command to set a desired commands channel for Tempo Assistant. This command requires you to mention the channel you would like to add. Example:

```
!m assistant set #tempo-assistant
```

## Removing a commands channel for Tempo Assistant

Use this command to remove a commands channel from the Tempo Assistant. Example:&#x20;

```
!m assistant remove #tempo-assistant
```

## Toggling Tempo Assistant

Use this command to toggle Tempo Assistant on or off. When Tempo Assistant is off, it will stop responding to user commands.

```
!m assistant toggle
```

## Enabling the Tempo Assistant for DMs

Use this command to enable the Tempo Assistant for DMs from users with the mentioned role. Example:&#x20;

```
!m assistant dm enable @desired-role
```

## Disabling the Tempo Assistant for DMs

Use this command to enable the Tempo Assistant for DMs from users with the mentioned role. Example:&#x20;

```
!m assistant dm disable @desired-role
```

{% hint style="info" %}
Access for the stock checkers in linked to access for the restock monitors. So in order to have access to the stock checker for a specific store you must first add access for the restock monitor for that store.\
\
Find out more about adding access for stores using our access command here: [Access Command](/admin-commands/access-command.md)
{% endhint %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.tempomonitors.com/tempo-assistant-commands/setup-commands.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
