# AiQFome

#### Configurações

<table><thead><tr><th width="391">Chave</th><th width="479.3333333333333">Valores</th><th data-type="checkbox">Obrigatório</th></tr></thead><tbody><tr><td><strong>AIQFOME.AUTHORIZATION</strong></td><td>Basic Y29tcGFueTo4Y2FmODgyYS04YmJjLTRhYWItYTJkNS05ZGEyNTFkNmQ2Njg=</td><td>true</td></tr><tr><td><strong>AIQFOME.USERNAME</strong></td><td>Username informado pelo canal de vendas</td><td>true</td></tr><tr><td><strong>AIQFOME.PASSWORD</strong></td><td>Password informado pelo canal de vendas</td><td>true</td></tr></tbody></table>

#### Exemplo de configuração

```json
[
    { "Key": "AIQFOME.AUTHORIZATION", "Value": "Basic Y29tcGFueTo4Y2FmODgyYS04YmJjLTRhYWItYTJkNS05ZGEyNTFkNmQ2Njg=" },
    { "Key": "AIQFOME.USERNAME", "Value": "Username informado pelo canal de vendas" },
    { "Key": "AIQFOME.PASSWORD", "Value": "Password informado pelo canal de vendas" }
]
```

#### Source App ID

> 732c8d442301451d92bcef899e6329a5


---

# 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://developers.myhubdelivery.io/master/master-1/aiqfome.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.
