diff --git a/docs/guides/instances.mdx b/docs/guides/instances.mdx
index 3bfb284a412..a402bcc8b26 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).
@@ -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.