# Preparing to Launch

With your wallet configured and custom bonding curve set, it's time to prepare for your launch. Before you take your project to the market, you'll need to prepare the following:

:pencil: Token name (mandatory)

:tickets: Token symbol (mandatory)

:frame\_photo: Token logo image (mandatory)&#x20;

:book: Token description

<i class="fa-square-x-twitter">:square-x-twitter:</i> X page (optional)

<i class="fa-telegram">:telegram:</i> Telegram (optional)

:globe\_with\_meridians: Website (optional)&#x20;

:detective: Contract Address (automatic addresses are available, but you can also import a vanity contract.)

### Outside of auto-generated contract addresses, Forge also allows you to import Solana vanity contract addresses that you've generated. Let's take a look at how that works in the next section.


---

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