# Chat Settings

**Chat settings** You can choose between 3 modes on how Humata would respond to your questions.

**Grounded** - Humata strictly cites your documentation for precise answers. The AI will respond "I can not provide an answer based on the provided documents" if the information you seek cannot be found in your uploaded file.

**Balanced** - Humata will use your document first as a reference and to find information, but Humata may add extra insights and information not found in your uploaded document to complete an answer.

**Creative** - Humata expressively answers your questions loosely leveraging your document data. We recommend this setting if your question is out of topic or irrelevant to the document uploaded.

You can play around with the chat setting to find what response setting would best suit your needs.

<figure><img src="/files/gSjuDNnn48WIojRYP4Jl" alt=""><figcaption></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.humata.ai/guides/readme/chat-settings.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.
