How it works
- From the home page at app.oxygen-hq.com, make sure the chat panel mode toggle is set to Ask, then type your question.
- Submitting creates a Thread — a conversation you can return to and keep refining.
- The agent resolves the relevant tables and semantic layer definitions, generates a query, and runs it.
- Results stream back inline. Every answer that ran SQL includes an
execute_sqlartifact so you can see the exact query the agent ran and open it in the SQL IDE.
Verified queries
When a question matches a Verified Query — a plain.sql
file in your project — the agent runs that query as-is instead of
generating new SQL, and the answer carries a Verified badge. This keeps
trusted, business-critical questions consistent every time they are asked.