# Create a new account

Source: https://amplitude.com/docs/get-started/create-a-new-account

---

On this page

- [Create your org](#create-your-org)
- [Data storage location](#data-storage-location)
- [The Amplitude snippet](#the-amplitude-snippet)
- [Other ways to install](#other-ways-to-install)
- [Send sample data](#send-sample-data)

# Create a new account

Amplitude's onboarding helps you to get data into your new organization as quickly as possible.

## Create your org

Get started with Amplitude for free. To create a new account:

1. Go to [amplitude.com/get-started](https://amplitude.com/get-started).
2. Sign in with Google or enter your work email address.
3. Verify your email address. You'll receive an email from Amplitude asking you to verify your email. Click the link in the email to set a password and finish creating your account.
4. Choose your data storage location (see below).

### Data storage location

When you sign up, you can choose the region which hosts your data, either United States or European Union. Amplitude is compliant with the [EU-US Data Privacy Framework](https://ec.europa.eu/commission/presscorner/detail/en/qanda_23_3752).

This setting impacts the way in which your organization sends data to Amplitude, and where Amplitude stores that data. You can't change this setting after you create your org.

## The Amplitude snippet

After you sign up and activate your account, Amplitude prompts you to connect your first application with a single snippet. Enable [Session Replay](/docs/session-replay) and [Autocapture](/docs/data/autocapture) to enable those features automatically.

\[x]Autocapture\[x]Session Replay

Data region

HTML

```
<script src="https://cdn.amplitude.com/script/AMPLITUDE_API_KEY.js"></script>
<script>
window.amplitude.add(window.sessionReplay.plugin({sampleRate: 1}));
window.amplitude.init('AMPLITUDE_API_KEY', {"fetchRemoteConfig":true,"autocapture":{"attribution":true,"fileDownloads":true,"formInteractions":true,"pageViews":true,"sessions":true,"elementInteractions":true,"networkTracking":true,"webVitals":true,"frustrationInteractions":true}});
</script>

Session Replay sample rate

When you add Session Replay to the snippet, Amplitude sets the Sample Rate to `1`. This ensures you can verify the implementation during testing. In production, Amplitude recommends you set this value lower to account for your monthly quota. For more information, review [Session Replay Plugin | Sampling rate](/docs/sdks/session-replay/session-replay-plugin#sampling-rate)

Amplitude inserts your API key in the snippet as necessary. Paste the snippet in the `head` tag of each page you want to track user behavior, create a feature flag, or build a cohort.

This snippet installs and initializes the [Browser SDK](/docs/sdks/analytics/browser/browser-sdk-2) and any extra features you enable.

After you install the snippet, browser your site to allow Amplitude to verify that data flows to your project.

When Amplitude verifies that it can receive events, click *Next* to create your first chart, and optionally save it as a dashboard.

## Other ways to install

Amplitude supports other [integrations](/docs/data/source-catalog), [SDKs](/docs/sdks/analytics), and [API](/docs/apis/analytics/http-v2) to help you start sending data.

For these methods, view the associated documentation for help getting started.

## Send sample data

Amplitude supports sending test data to get you started. Use any of the following methods:

- CSV Upload
- Chrome extension
- Web bookmarklet

Was this helpful?

<!--$-->

<!--/$-->
