> 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/get-started.md).

# Get Started

#### Run & Read

Getting started takes about a minute.

First, sign in. Connect a Solana wallet, or just use your email if that's easier. Either way you're in fast.

Then run something. The quickest way is to tap one of the templates, like flip a coin or pick a random number. Or type your own request in plain words. Confirm the flow, hit send, and it goes off to a real quantum computer.

In a moment your result comes back. You'll see a plain answer (heads, say, or your random number), a simple chart of the outcomes, and the receipt that proves it ran on real hardware. You don't need to read the technical bits to trust it, but they're all there if you want to look.

That's it. You just ran something on a real quantum computer.

#### Credits & Pricing

Your first runs are free, so you can try Qubix before paying anything.

After that, runs use credits. You can top up easily through Helio, and you only pay for what you actually run, no subscription, no lock-in. Running on real quantum hardware has a real cost behind it, and credits keep that simple and fair.


---

# 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/get-started.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.
