> For the complete documentation index, see [llms.txt](https://docs-launchpad.energyweb.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs-launchpad.energyweb.org/ewx-ecosystem/the-marketplace-app/operator-and-worker-accounts/importing-worker-account.md).

# Importing worker account

### Prerequisites

* [x] Connected EWX account
* [x] Worker account seed phrase

1. Click on `Set Worker Account` on the left panel located under Total EWT Balance in your Dashboard

<figure><img src="/files/cnJ1wBWvo7OM8gQmBqQi" alt="" width="290"><figcaption><p>Set worker account</p></figcaption></figure>

2. Click `Next` (with default to "In this machine") to proceed

<figure><img src="/files/nKKxr9LjkKlaIzXytfjG" alt="" width="375"><figcaption><p>Set worker account on local machine</p></figcaption></figure>

3. Click `Import Seed Phrase`

<figure><img src="/files/4exs9y3Uj87lSyufRFyI" alt="" width="375"><figcaption><p>Import seed phrase</p></figcaption></figure>

4. Open your mnemonic backup file and copy the contents. Then, click on `Paste from clipboard` and click `Continue`

<figure><img src="/files/5sbeFVK571AabuTWgxDk" alt="" width="375"><figcaption><p>Enter worker account mnemonic</p></figcaption></figure>

5. Enter password and re-enter it again for verification before clicking on `Import Worker Node Account`

<figure><img src="/files/Fr5BZPDWv7iCkpacG12r" alt="" width="375"><figcaption><p>Create a password</p></figcaption></figure>

6. Once completed, a success message will be shown

<figure><img src="/files/Qpr8Ro1OKZprr5tc3g9w" alt="" width="375"><figcaption><p>Success message</p></figcaption></figure>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs-launchpad.energyweb.org/ewx-ecosystem/the-marketplace-app/operator-and-worker-accounts/importing-worker-account.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
