--- title: "Quick Links" slug: "quick-links" description: "Streamline CoBrowse sessions with Quick Links, allowing agents to share URLs that auto-join customers without manual PIN entry. Simplify support today!" updated: 2026-06-02T17:58:54Z published: 2026-06-02T17:58:54Z canonical: "docs.screenmeet.com/quick-links" --- > ## Documentation Index > Fetch the complete documentation index at: https://docs.screenmeet.com/llms.txt > Use this file to discover all available pages before exploring further. # Quick Links ## CoBrowse Quick Links ### Overview Quick Links allow agents to start a CoBrowse session by sharing a pre-configured URL with the customer instead of reading out a numeric PIN. When a customer opens the link, the session PIN is passed automatically via the URL and the CoBrowse session begins. Quick Links are displayed below the session PIN in the agent console and can be copied to the clipboard with a single click. CoBrowse Script RequiredQuick Links only work on pages that already have the ScreenMeet CoBrowse script installed. If the destination page does not include the script, the customer will land on the page but no session will be initiated. Confirm your target URLs are CoBrowse-enabled before adding them to the list. --- ### How Quick Links Work When an agent starts a CoBrowse session, ScreenMeet generates a Quick Link for each URL in the configured list. The session PIN is appended to the URL as a hash parameter, for example: ```plaintext https://www.example.com/support#cobrowse_pin=432017 ``` The agent copies the link and sends it to the customer via chat or email. When the customer opens the URL, the CoBrowse script on that page reads the PIN from the hash and automatically initiates the session join flow without requiring the customer to enter the PIN manually. --- ### Managing Quick Link URLs Quick Link URLs are configured per organization in the ScreenMeet admin console. Only organization administrators can add or remove URLs from the list. 1. Log in to the ScreenMeet console and navigate to **Organization** > **Settings and Policies** > **CoBrowse Deployments**. 2. Locate the **Quick Links** section. 3. To add a URL, enter the full page address in the input field and click **Add**. The URL must point to a page with the CoBrowse script installed. 4. To remove a URL, click the delete icon next to the entry. 5. Click **Save** to apply your changes. Multiple Deployment GroupsIf your organization uses multiple CoBrowse deployment keys for different environments or domains, configure Quick Links separately within each deployment. This ensures the PIN is passed to a page covered by the correct deployment key. --- ### Using Quick Links During a Session 1. Start a CoBrowse session from the console or your CRM integration. 2. On the session screen, locate the Quick Links displayed below the session PIN. 3. Click the copy icon next to the desired URL to copy it to your clipboard. 4. Paste the link into your chat, email, or ticketing tool and send it to the customer. 5. Once the customer opens the link and the CoBrowse script loads, they will be joined to the session automatically. --- ### Related Articles - [CoBrowse Script Installation](/docs/quick-links#) - [CoBrowse Deployments and Deployment Keys](/docs/quick-links#) - [Starting a CoBrowse Session](/docs/quick-links#)