# Create a Wallet

## Default Forge Wallet&#x20;

When you first open Forge, the bot will automatically create a wallet and generate a private key for that wallet. Save this private key for access to this wallet later.&#x20;

<figure><img src="/files/P0G2irsURAfHBrhsUhDK" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
Do not share your private key with anyone. The Forge team will **never** ask you for your private key.&#x20;
{% endhint %}

## Creating a New Wallet

You may decide to create a new Forge wallet in the bot. Here's how.&#x20;

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

{% stepper %}
{% step %}

### Go to the start bar

{% endstep %}

{% step %}

### Click start

{% endstep %}

{% step %}

### Go to wallet settings

{% endstep %}

{% step %}

### Hit create new

{% endstep %}

{% step %}

### Give your new wallet a name and hit next

{% endstep %}

{% step %}

### You will now be shown your new wallet's address and private key. Secure your private key before clicking off this screen

{% 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/access-and-wallet-config/markdown/create-a-wallet.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.
