> For the complete documentation index, see [llms.txt](https://ajuda.norux.chat/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ajuda.norux.chat/admin/configuracao-e-administracao/habilitar-groqcloud.md).

# Habilitar GroqCloud

## Habilitar GroqCloud

{% hint style="info" %}
**Disponível para o perfil:** Administrador
{% endhint %}

O GroqCloud é um serviço de IA que transcreve automaticamente os áudios recebidos nos atendimentos, exibindo o texto transcrito abaixo do player de áudio em cada conversa.

{% hint style="warning" %}
**O GroqCloud é um serviço de terceiros pago e independente do Norux.** Você precisa criar uma conta em [console.groq.com](https://console.groq.com/) e gerar uma API Key antes de configurar a integração aqui.
{% endhint %}

***

**Como acessar**

No painel administrativo, acesse **Configurações → Integrações → GroqCloud**.

***

**Campos da integração**

| Campo                   | Descrição                                                                                          |
| ----------------------- | -------------------------------------------------------------------------------------------------- |
| **Habilitar GroqCloud** | Liga ou desliga a transcrição de áudio via GroqCloud                                               |
| **API Key**             | Chave de autenticação gerada no painel da sua conta GroqCloud                                      |
| **Idioma**              | Idioma dos áudios a transcrever — configure corretamente para melhorar a precisão (ex.: Português) |
| **Modelo**              | Modelo de transcrição: **Whisper Large v3** (mais preciso) ou **Distil Whisper** (mais rápido)     |

{% hint style="info" %}
As alterações são salvas automaticamente.
{% endhint %}

***

**Como usar as transcrições**

Com a integração habilitada:

* Áudios recebidos nos atendimentos são **transcritos automaticamente**
* O texto transcrito aparece **abaixo do player de áudio** em cada mensagem
* Ative a opção **para todos os tickets** para transcrever em todos os canais ativos

***


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://ajuda.norux.chat/admin/configuracao-e-administracao/habilitar-groqcloud.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
