Security & Architecture

Trust is part of the product, not a footnote.

Zoqi is designed for teams that need conversational analytics without compromising privacy, production safety, or deployment control.

Data Privacy

Schema in, sensitive rows stay put

The LLM receives schema context such as tables, columns, and metadata so it can form the right query plan without needing your customer rows.

Read-Only Access

No write path to production

Use read-only credentials to ensure the system can inspect and query your data but never delete, update, or mutate operational records.

Deployment Options

Local, secure tunnel, or self-hosted VPC

Deploy inside your own environment when you need tighter controls, internal networking, or enterprise procurement alignment.

Architecture Snapshot

How requests move through Zoqi.

User Prompt

A teammate asks a question in natural language.

Context Builder

Relevant schema, metadata, and semantic definitions are assembled.

LLM Query Draft

The model generates the query using the grounded map, not raw datasets.

Read-Only Execution

The query runs against your database using safe credentials.

Answer + Chart

The result is returned as an explanation, SQL, and visualization.