============================================================== Client Side ============================================================== To start implementing Arrow, follow the steps below: 1. Add Arrow Merchant Javascript to your website following the code below. .. code-block:: html 2. Get the Order Token from the server-side. Look at :doc:`generating_token`. 3. Launch Arrow Checkout by calling the launchArrow() function with the generated token. .. code-block:: javascript launchArrow("INSERT_TOKEN_HERE");