> For the complete documentation index, see [llms.txt](https://docs.usewinter.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.usewinter.com/get-started/get-started.md).

# 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](/primary-mint-smart-contracts/eth-polygon-and-evm.md)
* [Solana](/primary-mint-smart-contracts/solana.md)

## 📝 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](/front-end-integration/react.md) (THIS IS PROBABLY WHAT YOU NEED)
* [Plain HTML](/front-end-integration/plain-html.md)

## 📝 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
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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.
