# Creating a Bundle Config

When launching a bundled token, you'll have to configure a series of options including:&#x20;

* The number of wallets
* The total buy percentage&#x20;
* The curve you choose (start cap, bonding cap, token supply, pre & post-bonding fees.)&#x20;
* The wallets you'll distribute the tokens to

These settings will determine the price of the tokens you want to buy and distribute in your bundle.&#x20;

Just like with bonding curves, Forge allows you to create a preset bundle configuration that you can use when launching a bundle. Let's walk through the process in the demo below.&#x20;

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

{% stepper %}
{% step %}

### Click Launch

{% endstep %}

{% step %}

### Go to bundle config

{% endstep %}

{% step %}

### Hit create new bundle config

{% endstep %}

{% step %}

### Give your bundle a name&#x20;

{% endstep %}

{% step %}

### Enter a % of supply per wallet.&#x20;

The total percentage of the token owned by your bundle wallets can add up to a maximum of 75%
{% endstep %}

{% step %}

### Import private keys for existing wallets&#x20;

{% endstep %}

{% step %}

### Now select a bonding curve preset

This will determine your supply, start & bonding caps, trading fees as well as the cost to the token for the bundle wallets.&#x20;
{% endstep %}

{% step %}

### Save settings

Based on the settings, Forge will calculate how much solana is required to buy tokens, as well as the gas fee requirement. You can now edit your configuration or save it.&#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/bundling-token-launches/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.
