> ## Documentation Index
> Fetch the complete documentation index at: https://docs.zelinqa.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Behaviour

> Configure how the NBQ Engine approaches and phrases questions.

The **Behaviour** tab (labelled *Comportement* in the interface) has two free-text fields and a tone selector that shape how your agent operates.

<Frame>
  <img src="https://mintcdn.com/zelinqa-d77427f3/FpdEzAeb9Hg8n1by/images/backoffice-behaviour.png?fit=max&auto=format&n=FpdEzAeb9Hg8n1by&q=85&s=01544fbfbfa1890b6d620765690479bc" alt="Behaviour tab in the Zelinqa NBQ Studio" width="2936" height="1390" data-path="images/backoffice-behaviour.png" />
</Frame>

Fill in your **Objective** and **Business expectations** in plain language, then pick a **Tone** preset. These settings tell the engine what it is trying to achieve and how to phrase each question at runtime.

## Configuration fields

| Field                     | Description                                                                                                  |
| ------------------------- | ------------------------------------------------------------------------------------------------------------ |
| **Objective**             | The goal of the agent in your own words — e.g. *"Qualify the visitor's need before recommending a product."* |
| **Business expectations** | What you expect the agent to achieve and the key information it should collect during a conversation.        |
| **Tone**                  | A single choice among presets that shapes how each question is phrased at runtime.                           |

## Tone presets

| Preset            | When to use                             |
| ----------------- | --------------------------------------- |
| **Neutral**       | General-purpose; no particular register |
| **Direct**        | Concise, no-frills phrasing             |
| **Professional**  | Formal business context                 |
| **Friendly**      | Warm, approachable phrasing             |
| **Premium**       | High-end or luxury context              |
| **Commercial**    | Sales-oriented language                 |
| **Institutional** | Government, healthcare, or official use |

<Tabs>
  <Tab title="LLM Enabled">
    NBQ automatically reformulates the question text in the selected tone and the visitor's detected language before returning it — the `text` field is ready to display as-is.
  </Tab>

  <Tab title="LLM Disabled">
    Questions are returned exactly as they were written in the NBQ Studio. No reformulation is applied, so the `text` field contains the raw wording you entered.
  </Tab>
</Tabs>

## How to update

<Steps>
  <Step title="Open the NBQ Studio">
    Log in and navigate to your NBQ instance.
  </Step>

  <Step title="Go to Behaviour">
    Click **Configuration → Behaviour** (*Comportement*).
  </Step>

  <Step title="Fill in the fields and choose a tone">
    Write your Objective, Business expectations, and select a Tone preset.
  </Step>

  <Step title="Save">
    Click **Save**. Changes take effect immediately.
  </Step>
</Steps>
