From 61b6db1a5adc0c345550a0a166c184b2ba5ea755 Mon Sep 17 00:00:00 2001 From: ABBY CROSS Date: Mon, 23 Feb 2026 15:52:44 -0500 Subject: [PATCH 1/2] typo --- docs/guides/instances.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guides/instances.mdx b/docs/guides/instances.mdx index 3bfb284a412..b018244be4e 100644 --- a/docs/guides/instances.mdx +++ b/docs/guides/instances.mdx @@ -36,7 +36,7 @@ An alert displays on an instance's usage when it has exceeded its allocation. ## Specify an instance in your code -You can use the CRN or instance name to specify an instance to use - either when initializing the service, or when sending the workload to a QPU (for example, with [`QiskitRuntimeServicee.backend()](/docs/api/qiskit-ibm-runtime/qiskit-runtime-service#backend)). For instructions to specify an instance in your code, see [Initialize your account.](/docs/guides/initialize-account) +You can use the CRN or instance name to specify an instance to use - either when initializing the service, or when sending the workload to a QPU (for example, with [`QiskitRuntimeService.backend()`](/docs/api/qiskit-ibm-runtime/qiskit-runtime-service#backend)). For instructions to specify an instance in your code, see [Initialize your account.](/docs/guides/initialize-account) When an instance is passed in, only backends and jobs from that instance are available (allowed in Qiskit Runtime v0.40.1 and later). From 694483b7d1a03694567c162a67d07046a1f1a505 Mon Sep 17 00:00:00 2001 From: ABBY CROSS Date: Mon, 23 Feb 2026 15:55:10 -0500 Subject: [PATCH 2/2] add admonition for pending workloads --- docs/guides/instances.mdx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/guides/instances.mdx b/docs/guides/instances.mdx index b018244be4e..a402bcc8b26 100644 --- a/docs/guides/instances.mdx +++ b/docs/guides/instances.mdx @@ -93,6 +93,10 @@ Follow these steps to create an instance and add it to your account. If you are 1. The Access group pane opens. A "collaborators" access group is automatically created for this instance. Users added to this access group can use the time allocated to this instance. You can [modify or create additional access groups](/docs/guides/access-groups) by using the [IBM Cloud console.](https://cloud.ibm.com/iam/groups) See [Setting up access groups](https://cloud.ibm.com/docs/account?topic=account-groups&interface=ui) for instructions. 1. Click **Create instance**. You can now view the instance on the [Instances](https://quantum.cloud.ibm.com/instances) page. If you have set up multiple plans on your account, each plan type has its own tab on the Instances table. + +The Pending workloads column on the Instances table shows the number of jobs currently queued in this instance across all QPUs. + + ## Edit an instance and its allocation Find the instance on the [Instances](https://quantum.cloud.ibm.com/instances) page. Click the overflow menu at the end the instance's row, and select Edit details.