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

# How to Run Your Invoca Tag on a Webpage That Does Not Have it Deployed

> Paste your Tag's code snippet directly into the browser console to test it on a page before deploying it to your source code or tag manager.

Use this to test your Invoca Tag's functionality on a page that doesn't yet have it deployed in your source code or tag manager — useful when adding a new tag to your site, or adding an existing tag to new pages.

## Running your tag from the console

1. In the Invoca Tag Wizard, copy the portion of the code snippet between the two `<script>` tags.
2. Open an incognito window in your browser (preferably Chrome) and open the developer tools console.
3. Paste the code snippet into the console and press Enter.

For more on testing your tag once it's live, see [Validating and Troubleshooting Invoca Tags](/s/article/validating-troubleshooting-tags).

## Where to go next

* [Validating and Troubleshooting Invoca Tags](/s/article/validating-troubleshooting-tags)
