> 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/understand/introduction.md).

# Introduction

#### What is Qubix

Qubix lets you use a real quantum computer just by chatting. No code, nothing to install.

Quantum computers are some of the most powerful machines on the planet, but there's always been a wall around them. To actually use one, you had to be a scientist who could write serious code. For everyone else, forget it.

That's the wall Qubix tears down. You type what you want in plain words, and the AI handles the hard part. Here's how it goes:

* You ask for something normal, like flip a coin or pick a random winner
* The AI turns your words into real quantum instructions
* IBM's hardware runs it on an actual quantum computer
* You get your answer, plus proof it really ran

#### Provable, Not Claimed

This is the whole heart of Qubix, so we'll just say it straight. Loads of projects claim they use quantum tech. Almost none let you actually check.

Sticking the word quantum on something is easy. Proving a real quantum computer was involved is the hard part, and a lot of "quantum" tools are really just normal computers crunching ordinary math behind the curtain.

Qubix flips that around. Every run shows you the receipts. You get to see:

* The actual code that went to the quantum computer
* The real result, straight off the hardware
* Things only a real machine can produce, like its live calibration and timing

It's like a receipt from a shop. Anyone can say they bought something. The receipt proves it. Qubix hands you one for every single run. We're not asking you to trust us. We're showing you.

#### Why We're Different

It really comes down to three things.

* It's real, and you can see it. Most AI-plus-quantum projects either just talk about quantum or fake it with a simulator, basically a normal computer doing an impression of a quantum one. Qubix runs on the real thing and proves it every time. A fake can't show real hardware fingerprints. We can.
* There's no wall in your way. You don't need to be a scientist or a coder. You ask in plain language and the AI does the rest. Quantum stops being an experts-only club.
* We're honest about what's real. We're straight about what quantum can and can't do today, and we don't oversell it. If something's still coming, we say so. That honesty is part of the product, because the whole point here is trust.


---

# 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/understand/introduction.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.
