# Get Started

Welcome to Winter! :snowflake:

You're on your way to integrating an NFT checkout for **FREE**!

:clock1: Total time: 10 minutes

## 📝 Step 0: Make sure your smart contracts conform to our standards

Check out the smart contract APIs we support!

* [Ethereum, Polygon, and EVM based blockchains](https://docs.usewinter.com/primary-mint-smart-contracts/eth-polygon-and-evm)
* [Solana](https://docs.usewinter.com/primary-mint-smart-contracts/solana)

## 📝 Step 1: Login to our dashboard & create a project

Go here <https://business.usewinter.com/>

1. Login
2. Fill out the form to begin the process of verification
3. Create a project
4. Integrate into your website & test
5. Push project to production and finalize verification

## 📝 Step 2: Integrate on your front end

Choose between the following based on the frontend code for your website:

* [React](https://docs.usewinter.com/front-end-integration/react) (THIS IS PROBABLY WHAT YOU NEED)
* [Plain HTML](https://docs.usewinter.com/front-end-integration/plain-html)

## 📝 Step 3: Push to production!

{% hint style="warning" %}
Note! Pushing to production can take 1-3 business days to approve. Plan accordingly!
{% endhint %}

Push your project to production!&#x20;

Here's a quick video tutorial on how to do that

{% embed url="<https://www.loom.com/share/9ea1f91a995c436ab6269f1bbbe937e7>" %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.usewinter.com/get-started/get-started.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
