# Mint On Custom Website

You do not have to use AutoMinters mint pages for people to mint your NFTs. If you want more control, you can embed the mint buttons into your own custom website.

### Add Mint button to a website

To add a mint button to a website. Expand "more options" in the "mint page" section of your collection.

![](/files/Pq0nc3iKCbKbpZ6eV6tp)

Copy the embed code and place it as part of the HTML on your website

### Add mint buttons to Wix.com

To embed the mint button on wix.com

* Go to your website editor
* On the page you want to edit click "add", then "embed code" and add a "custom element"
* drag the custom element where you want it to show on your page
* change the server url to `https://www.autominter.com/autominter-widget.js`
* set the tag name to: `autominter-widget`
* change the attributes of the widget to have a value of `project-id`
  * set attribute value to the number that appears in your code after the `project-id="`

For a full guide on adding your NFT mint button to wix, watch the video here:

{% embed url="<https://www.youtube.com/watch?v=UjV9yNiIJZs>" %}


---

# 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.autominter.com/minting/embed-mint-website.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.
