---
title: Set up your IBM Cloud account - invited users
description: Setup instructions for IBM Quantum on IBM Cloud to submit Qiskit SDK and IBM Quantum Compute jobs for users with email invitations
source: https://eu-de.quantum.cloud.ibm.com/docs/en/guides/cloud-setup-invited
---

# Set up your IBM Cloud account - invited users

If you do not have an invitation from an administrator to join an account that an administrator set up, contact your administrator.  If you need to set up your own account, follow the steps in [Set up your IBM Cloud account](/docs/guides/cloud-setup).

You can run workloads on IBM® quantum processing units (QPUs) by setting up an account on IBM Cloud®. You will also need to [install and set up Qiskit and IBM Quantum Compute](/docs/guides/install-qiskit#local).

Your user account is associated with one or more [instances](/docs/guides/instances), identified by *Cloud Resource Names* (CRNs) that give access to IBM Quantum services. Additionally, a unique API token (also called a key) is assigned to each account, allowing for IBM Quantum access from Qiskit.  For instructions to choose a specific instance, see [Connect to an instance](/docs/guides/instances#connect-instance).

> **Note**
>
> The [IBM Quantum Platform dashboard]() and the [Instances page](/instances) list the instances that you can access.

## Set up to use IBM Cloud

### Before you begin

1. Accept the email invitation.
2. Log in with an IBMid or Google account.  Note that the profile that you use to log in to IBM Cloud or IBM Quantum Platform in this step is not your IBM Cloud account.  After logging in, confirm your information and accept the invitation to join the account.
3. Navigate back to [IBM Quantum Platform]().
4. Make sure that the correct account and region are selected in the account switcher in the header, as shown in the following image.

   - Choose the account that was invited in the email.
   - The region controls where your jobs are run and where the job data is kept. You can access either region by using the same API key, but you can only see and access the instances that were created in the region that you're logged in to.

   ![The IBM Quantum Platform header is shown.  The account switcher is to the right of the search bar.  The region switcher is to the right of the account switcher.](https://eu-de.quantum.cloud.ibm.com/docs/images/guides/cloud-setup/IQP-Header.avif "IBM Quantum Platform header")

### 2. Optional: Save your access credentials

If you are using a trusted Python environment, such as a personal laptop, it is recommended that you use the `save_account()` method to [save your credentials locally](/docs/guides/save-credentials).

### 3. Connect Qiskit with your service instance

- [Initialize the service](/docs/guides/initialize-account) in a **trusted Python environment**
- [Initialize the service in an **untrusted environment**](/docs/guides/cloud-setup-untrusted) (such as a public computer)

> **Notes**
>
> - Follow [these instructions](/docs/guides/cloud-setup-rest-api) if you want to connect by using the REST API instead of using Qiskit.
> - If necessary, use [this information](/docs/guides/quickstart-steps-org#firewall) to configure your firewall to enable access to the IBM Quantum API endpoints.

## Next steps

> **Recommendations**
>
> - [Overview of available plans](/docs/guides/plans-overview).
> - [Configure the Qiskit SDK locally](/docs/guides/configure-qiskit-local).
> - [Set up to use IBM Quantum Platform with REST API](/docs/guides/cloud-setup-rest-api).
> - Follow the steps in the [Run your first circuit on hardware](/docs/guides/hello-world) guide to write and run a quantum program.
> - Try a [tutorial](/docs/tutorials).
