# Getting Started

Welcome to Quantum Cloud Services (QCS)! By the end of this guide, you'll be ready to develop quantum programs on Rigetti QPUs in the environment that suits you best. We'll cover the fundamentals of Quil and the Quil SDK, as well as the different packages available to you.

To get started, let's [Set up your environment](/qcs/getting-started/set-up-your-environment.md).

{% content-ref url="/pages/-M\_2vNLDNhsxlm0WA27k" %}
[JupyterLab IDE](/qcs/getting-started/set-up-your-environment/jupyterlab-ide.md)
{% endcontent-ref %}

{% content-ref url="/pages/-M\_2vkr\_XZjkyENM1j2x" %}
[Install Locally](/qcs/getting-started/set-up-your-environment/installing-locally.md)
{% endcontent-ref %}

{% hint style="info" %}
While not strictly necessary, we also recommend installing the QCS CLI. See [Using the QCS CLI](/qcs/guides/using-the-qcs-cli.md) for more information.

Your [JupyterLab IDE](/qcs/getting-started/set-up-your-environment/jupyterlab-ide.md) will come with the CLI pre-installed.
{% endhint %}


---

# Agent Instructions: 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.rigetti.com/qcs/getting-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.
