--- title: "Starting a CoBrowse session with a URL" slug: "cobrowse-starting-a-session-with-a-url" description: "This article outlines how you can start a CoBrowse session with a URL. " updated: 2020-06-02T17:38:05Z published: 2020-06-02T17:38:05Z canonical: "docs.screenmeet.com/cobrowse-starting-a-session-with-a-url" --- > ## 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. # Starting a Session with a URL If you navigate to a url with a hash param or query param of `cobrowse_pin=<valid pin number>` a session will automatically start. Alternatively, if you append #startcb to a url it will automatically trigger opening the cobrowse pin entry modal. ### Example ```javascript https://www.example.com/?cobrowse_pin=123456 https://www.example.com/#cobrowse_pin=123456 https://www.example.com/#startcb ```