> ## Knowledge Base Index
> Fetch the complete knowledge base index at: https://help.screeb.app/sitemap.xml
> Use this file to discover available pages before exploring further.
> Pure-Markdown content can be obtained by appending a '.md' suffix to the content URLs listed in the sitemap (without the trailing slash).

# How to deploy Screeb in your Web app?

You just signed up to Screeb and you're ready to add our surveys to your web app? First of all: thank you! 🎉

This page will guide you through the installation of Screeb, even if you're not a developer.

---

# Step 1️⃣ Find your Tag

Here's how to find your Tag:

* [Login to your Screeb account](https://admin.screeb.app/)
* Click on Workspace Settings, on the bottom left corner on the app:

![Workspace Settings location in the Screeb app](https://storage.crisp.chat/users/helpdesk/website/-/c/f/5/e/cf5e3c2e58250800/59794f2d-323b-4191-968c-4acd7a_1gk7be0.png)

Then, click on Install Screeb and there you'll find the Tag that you need :

![Install Screeb tag screen showing available tag options](https://storage.crisp.chat/users/helpdesk/website/-/2/3/5/b/235bee0690a22800/9b8f9c07-3adc-4ae5-bf7b-2bb11b_uorfs7.png)

You will find different Tag : Javascript Snippet, Javascript Module, React, Angular and Segment

---

# Step 2️⃣ Paste it in your web app code

In the file serving the first portion of your HTML, paste your Javascript Tag right before the </head> tag.

If you can't find the </head> tag, you can also copy the Screeb Javascript Tag before the end of the HTML body, so right before the </body> tag.

**To get the most out of Screeb, we strongly advise you to complete steps 2, 3 and 4 so that you can identify your users, track their events and add them to a segment.**

*Note that you have access to two versions of this tag: one for anonymous websites, where you don't need to identify who are your visitors, and one in which you can identify them (ideal for SaaS apps for examples).*

⚠️ If you use the second one, don't use it on part of your website where people are not logged in (a login page for example). I invite you to check this [documentation](https://developers.screeb.app/sdk-js) about this.

---

# Step 3️⃣ That's it!

There's no other step! It's that easy to deploy Screeb in your web app!

You're now ready to create your first survey and collect actionable feedback from your users!

| Need more technical help? You can check our [developer documentation](https://developers.screeb.app/).
