# Groq

## Conta de serviço

Para realizar a conexão com o serviço de IA é necessário uma chave de API, obtido no serviço correspondente.

Acesse o seu Workspace Floui e crie uma conta de serviço do tipo Bearer Token. Configure o nome da conta de serviço e insira a sua chave de API na configuração **Token de Autenticação**. Não é necessário configurar a URL neste caso.

<figure><img src="/files/7n2Fdpf9KrrZq7DaCb19" alt=""><figcaption><p>Conexão com serviço de IA.</p></figcaption></figure>


---

# 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.floui.io/guia/conectores/categorias/servicos-externos/groq.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.
