From bd98ac922fb0288c0643e20e81cffd57c0b6e5d8 Mon Sep 17 00:00:00 2001 From: Sanket Panda Date: Thu, 3 Sep 2026 05:46:43 -0400 Subject: [PATCH] Link to instance-based Qiskit Functions access configuration --- docs/guides/functions-get-started.ipynb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/guides/functions-get-started.ipynb b/docs/guides/functions-get-started.ipynb index 30554660d30..6a2c930bfc7 100644 --- a/docs/guides/functions-get-started.ipynb +++ b/docs/guides/functions-get-started.ipynb @@ -84,6 +84,8 @@ "\n", " **If you are working in a trusted Python environment (such as on a personal laptop or workstation),** use the `save_account()` method to save your credentials locally. ([Skip to the next step](#functions-untrusted) if you are not using a trusted environment, such as a shared or public computer, to authenticate to IBM Quantum Platform.)\n", "\n", + " The instance you authenticate with must have Qiskit Functions access enabled. To configure it on an existing instance, see [Configure Qiskit Functions access on an instance](/docs/guides/access-instances-platform-apis#configure-qiskit-functions-access-on-an-instance).\n", + "\n", " To use `save_account()`, run `python` in your shell, then enter the following:\n", "\n", " ```python\n",