# Cliente Fiel

#### Configurações

<table><thead><tr><th width="305.3333333333333">Chave</th><th>Valor</th><th data-type="checkbox">Obrigatório</th></tr></thead><tbody><tr><td>CLIENTE_FIEL.USERNAME</td><td>Informar o nome de usuário da plataforma.</td><td>true</td></tr><tr><td>CLIENTE_FIEL.PASSWORD</td><td>Informar a senha de usuário da plataforma.</td><td>true</td></tr><tr><td>CLIENTE_FIEL.ID_TYPE</td><td>Utilizar os valores PHONE ou EMAIL,conforme o tipo de chave utilizada no programa.</td><td>true</td></tr></tbody></table>

```json
[
    { "Key": "CLIENTE_FIEL.USERNAME", "Value": "username@clientefiel.app" },
    { "Key": "CLIENTE_FIEL.USERNAME", "Value": "pasword" },
    { "Key": "CLIENTE_FIEL.USERNAME", "Value": "PHONE|EMAIL" }
]
```


---

# 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-3/cliente-fiel.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.
