Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions docs/guides/faq.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,8 @@ An API token is a long-lived credential used to [authenticate to the Qiskit Runt

No. You can use either region. The region determines where jobs are run and where the data is kept. Additionally, you can only see and use instances that were created in the instance that you are logged in to. Note that only the us-east region supports the Open Plan.

See IBM Cloud® documentation for all [IBM Cloud region and data center locations for resource deployment](https://cloud.ibm.com/docs/overview?topic=overview-locations).

## Can I connect through a proxy server?

Yes, but you must use Qiskit Runtime v0.44.0 or later.
Expand Down
2 changes: 2 additions & 0 deletions docs/guides/instances.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,8 @@ Follow these steps to create an instance and add it to your account. If you are
The workflow data includes the input circuits, circuit parameters, and quantum computation results. It does not include metadata, such as number of shots, size of circuits, or other job statistics.

To avoid exposure of the user's workflow data to a global Distributed Denial of Service protection layer, you can use [Virtual Private Endpoints](https://cloud.ibm.com/docs/overview?topic=overview-endpoints-support). `qiskit-ibm-runtime` supports this through the [`private_endpoint` parameter](/docs/api/qiskit-ibm-runtime/qiskit-runtime-service).

For more information about the available IBM Cloud regions and data centers for Qiskit Runtime, see the [Service and infrastructure availability by location](https://cloud.ibm.com/docs/overview?topic=overview-services_region) topic.
</Admonition>

1. From the dashboard Instances pane, click **View all**, or go to the [Instances](https://quantum.cloud.ibm.com/instances) page from the main menu.
Expand Down