# Importing Vanity Contracts

Forge allows you to upload a custom vanity address for your token launch. This gives you control over the first and last few characters of your token's contract address. Once you've generated one, here's how to import it into Forge

{% @supademo/embed demoId="cmdbx1rhu0og010orlikd3055" url="<https://app.supademo.com/demo/cmdbx1rhu0og010orlikd3055>" %}

{% stepper %}
{% step %}

### Hit the start menu.

{% endstep %}

{% step %}

### Tap start.

{% endstep %}

{% step %}

### Go to the launch settings.&#x20;

{% endstep %}

{% step %}

### Import vanity contract.&#x20;

{% endstep %}

{% step %}

### Upload and send the JSON file with your vanity contract address.&#x20;

{% endstep %}

{% step %}

### Your vanity address will now be available for selection during launch.&#x20;

{% endstep %}
{% endstepper %}


---

# 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.officialforge.com/launching-tokens/interactive-blocks-1.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.
