> For the complete documentation index, see [llms.txt](https://docs.qubixquantum.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.qubixquantum.com/the-dapp.md).

# The dApp

#### Chat & Workflows

Using Qubix feels like sending a message. You type what you want, confirm the flow so nothing runs by accident, and send it. That's the whole experience, no code needed.

For people who want more control, there's also a workflow view where you can build your request visually and save it to reuse. Most people won't need it, the chat does everything.

#### Templates

Not sure what to type? One-click templates run common tasks instantly:

* **Randomness** — flip a coin, roll a dice, random number 1 to 100, yes or no, pick one of four
* **Entanglement** — a Bell pair (two linked qubits) and a GHZ state (three linked qubits), the clearest way to actually see quantum in action

#### Models & Machines

Qubix shows the two engines behind your request. The **AI model** understands your words and writes the quantum code, currently Claude. The **quantum machine** is the real hardware it runs on, currently IBM. You always see which handled your run, so you're never guessing.

#### The Receipt

After every run you get a receipt that's the opposite of a black box:

* **Two versions of the code** — the clean one the AI wrote, and the one that actually ran on the hardware
* **The result** as a clear chart
* **A plain-language answer**, so if you flipped a coin, you read that it landed on heads with the proof right next to it

#### Explorer & Sharing

The **Explorer** is a live public feed of real quantum runs, each opened up with its full proof. Anyone can scroll and see runs are really happening, not just claimed. You can also **share** any run as a link, so others see exactly what you ran and what came back.

#### Login & Settings

Sign in with a **Solana wallet** or with **email**. The app works in **English, Italian, and Spanish**.

One thing to know: Qubix is **not a chatbot**. It won't chat back. Every message becomes a quantum circuit and runs on real hardware. That focus is on purpose.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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.qubixquantum.com/the-dapp.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.
