> ## 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.

# NBQ Studio Overview

> How to log in and use the Zelinqa NBQ Studio to configure the NBQ Engine.

The NBQ Studio is the no-code web interface where your team configures everything the NBQ Engine needs to work.

## Getting access

To access the NBQ Studio, you have two options:

<CardGroup cols={2}>
  <Card title="Fill in the form" icon="file-lines" href="https://zelinqa.ai/tester-zelinqa">
    Request access at **zelinqa.ai/tester-zelinqa** and the team will get back to you.
  </Card>

  <Card title="Contact us" icon="envelope">
    Reach out directly at **[support@zelinqa.ai](mailto:support@zelinqa.ai)** and we will set you up.
  </Card>
</CardGroup>

## Logging in

Once your account is created, you will receive an invitation by email.

<Steps>
  <Step title="Accept your invitation">
    You receive an invitation by email with your login identifier (your email address).
  </Step>

  <Step title="Sign in">
    Open the NBQ Studio and enter your identifier and password.
  </Step>

  <Step title="Set your password on first login">
    On first sign-in you are prompted to set your own password, then you land on the dashboard.
  </Step>
</Steps>

## The four configuration areas

<CardGroup cols={2}>
  <Card title="Parameters" icon="gear" href="/en/backoffice/parameters">
    Set the agent name, sector, and description. View the NBQ identifier.
  </Card>

  <Card title="Questions" icon="circle-question" href="/en/backoffice/questions">
    Build your question bank. Import from CSV, organise by category, set priority order, and use AI auto-organise.
  </Card>

  <Card title="Behaviour" icon="sliders" href="/en/backoffice/behavior">
    Define the agent objective, business expectations, and tone.
  </Card>

  <Card title="API Keys" icon="key" href="/en/backoffice/api-keys">
    Generate and revoke API keys. Unlocks after 10 active questions are added.
  </Card>
</CardGroup>

<Note>
  Configuration changes take effect immediately.
</Note>

## Dashboard

The **Dashboard** is your home screen. It shows:

* **Consumption** — conversations used vs. your plan allowance, and any overage
* **Contract details** — plan tier, billing mode, price per conversation
* **Conversation volume** — last 30 days and by month
* **Question activity** — questions asked, average per conversation
* **NBQ insights** — questions never asked in the last 30 days, and top questions by conversion rate

## Coming soon

* **Conversations** — a history of past conversations handled by your NBQ instance
* **Test the agent** — try your configured agent interactively before going live
