> ## Documentation Index
> Fetch the complete documentation index at: https://help.privy.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Manually install Privy on your site

> Manually install Privy's code into your website.

If your website platform integrates with Privy, the installation of the Privy app is recommended for most users. Please confirm that standard installation does not fit your situation before proceeding with a manual install.

Privy supports the following integrations — if you see your provider below, please follow their dedicated instructions:

<CardGroup cols={4}>
  <Card title="Shopify" horizontal="true" href="/docs/learn/integrations/shopify" />

  <Card title="BigCommerce" horizontal="true" href="/docs/learn/integrations/bigcommerce" />

  <Card title="Wix" horizontal="true" href="/docs/learn/integrations/wix" />

  <Card title="Weebly" horizontal="true" href="/docs/learn/integrations/weebly" />
</CardGroup>

If you don't see an integration for your platform, proceed with following these instructions:

## Copy the code

To install your code, you first need to copy it from your Privy account’s settings:

* Navigate to your **Settings** from the bottom left corner of your dashboard.
* In the sidebar, select **Privy Code** under the *Business Settings* section. 
* Locate and select the **Default** or **Asynchronous** tab to reveal its details. The default code is the preferred method to install Privy and will allow it to load in line with everything else on your site. Meanwhile, the asynchronous code will load Privy last.
* Copy the selected code.

<video autoPlay muted loop playsInline className="copy-privy-code" src="https://mintcdn.com/privy/FgROYLbT_pFyxYR7/new-images/integrations/locate-privy-code.mp4?fit=max&auto=format&n=FgROYLbT_pFyxYR7&q=85&s=2ff6db975d39d4cbed51e972c19b4a5a" data-path="new-images/integrations/locate-privy-code.mp4" />

## Install the code

Paste the code to your site theme header or footer before the \</head> closing tag.

## Verify the installation

The Privy code allows you to display your displays and monitor your website’s events (e.g., display views). If your displays aren’t displaying properly or event information is missing, verify that the code has been installed and that it’s firing correctly:

* Navigate to your **Settings** from the bottom left corner of your dashboard.
* In the sidebar, select **Privy Code** under the *Business Settings* section. 
* In the *Installation Guides* section, locate and copy your account identifier.
* Open a page on your website and right-click anywhere on the page.
* In the dropdown menu, select **View page source** or **View source**.
* Use **CTRL-F** or **CMD-F** to search for the identifier that you copied.

<img height="200" alt="Screen recording showing where to locate your Privy code within your website code" src="https://mintcdn.com/privy/iaLDDirza-nWCFDh/images/integrations/wordpress-locate-code.gif?s=3896457e7d7c88d24b3cfcc17983671c" data-path="images/integrations/wordpress-locate-code.gif" />

* If the code appears, verify that it has been copied and pasted correctly from your settings.

If the Privy code does not appear or is incorrect, follow the installation steps again. If your code appears and has been copied and pasted correctly, verify that it’s firing: 

* Open a page on your website and right-click anywhere on the page.
* In the dropdown menu, select **Inspect Element** or **Inspect**. A toolbar will appear at the bottom or side of your screen.
* Click the **Network** tab, then refresh your page. 
* Click the **Name** column to sort the elements alphabetically, then look for widget\_.js\_. 
* Next to *widget.js,* you should see *304 Not Modified* or *200 OK* in the *Status* column.

<img height="200" alt="Screenshot showing how the Javascript will appear in console" src="https://mintcdn.com/privy/yURZOVyNL5W7sXYG/images/integrations/Locate_JS_in_console.png?fit=max&auto=format&n=yURZOVyNL5W7sXYG&q=85&s=57e00e54160ca143ae3605ed39196a2d" data-path="images/integrations/Locate_JS_in_console.png" />

If you see any other status or the .js code is not found, your tracking code may not be firing correctly. [Contact Support](mailto:support@privy.com) for further troubleshooting steps and assistance.
