# Import a Wallet

You can also import an existing wallet into Forge, just follow the instructions below.&#x20;

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

{% stepper %}
{% step %}

### Go to the start menu

{% endstep %}

{% step %}

### Hit start

{% endstep %}

{% step %}

### Go to wallet settings

{% endstep %}

{% step %}

### Hit import

{% endstep %}

{% step %}

### Give the wallet you're importing a name

{% endstep %}

{% step %}

### Paste the private key for the solana wallet you're importing

{% endstep %}

{% step %}

### Congrats, your wallet is now imported and can be viewed in the bot

{% 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/import-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.
