> For the complete documentation index, see [llms.txt](https://lewisla.gitbook.io/learning-quantum/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://lewisla.gitbook.io/learning-quantum/ibmq/ibmq-summary.md).

# IBMQ Summary

## Overview

The IBM Quantum Experience is the tool we'll be using to actually work on real quantum systems. IBM has done a fantastic job of making their systems available to everyone interested in working on them. Everything is very intuitive, and it's a great place to start if you'd just like to mess around and try things out.

## Material

In this section we'll talk aboout how to log in and interface with the IBM Quantum Experience.

### New Material

* IBM Quantum Experience
* IBM Quantum Systems
* The Circuit Composer

## Resources

### Additional Info Summary

Below is a list of all of the extra detail & problem sets included in this section of the tutorial:

#### [Using Quantum Gates](/learning-quantum/ibmq/using-quantum-gates-the-circuit-composer.md)

* [More information about QASM](https://www.quantum-inspire.com/kbase/qasm/)


---

# 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, and the optional `goal` query parameter:

```
GET https://lewisla.gitbook.io/learning-quantum/ibmq/ibmq-summary.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
