# Comandos Stevo

***

> ## Atualizar Foto do Contato

Para atualizar a foto do contato utilize o comando:

```
#attpic
```

***

> ## Atualizar Contato

Para atualizar o contato utilize o comando:

```
#attcontato
```

***

> ## Mencionar Todos no Grupo

Para mencionar todos os participantes de um grupo utilize:

```
#msgall| mensagem aqui
```

{% hint style="info" %}
**Exemplo**\
`#msgall| Atenção pessoal, reunião às 15h!`
{% endhint %}

***

> ## Trocar Entre Múltiplos Números

Para fazer a troca entre múltiplos números conectados no CRM:

```
#sw|(número de referência)
```

{% hint style="info" %}
**Exemplo**\
`#sw|1` - Troca para o número 1\
`#sw|2` - Troca para o número 2
{% endhint %}

***

> ## Resumo dos Comandos

| Comando             | Função                         |
| ------------------- | ------------------------------ |
| `#attpic`           | Atualiza foto do contato       |
| `#attcontato`       | Atualiza dados do contato      |
| `#msgall\|mensagem` | Menciona todos no grupo        |
| `#sw\|número`       | Troca entre números conectados |

{% hint style="warning" %}
**Atenção**\
Os comandos são case-sensitive. Digite exatamente como mostrado acima.
{% 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://tutorial.stevo.chat/comecando/comandos-stevo.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.
