# Create or import did

In SSI (Self-Sovereign Identity) ecosystems, your identity is represented by a **DID** (Decentralized Identifier).\
The wallet allows two ways to obtain a DID:

1. **Create a new DID**

   * The app will generate random *seedwords* (also called *mnemonic*), which act as the private key backup.
   * You must **securely record these seedwords** to restore access to your DID in the future.
   * Without them, you will not be able to recover your account on another device.

   ![](/files/S2Hxld9PjaFf1jtK74E4)
2. **Import an existing DID**
   * If you already have seedwords from another device or previous installation, select *Import* and enter the words you saved before.

After creation (Create) or import (Import), you will see the main wallet screen displaying your **DID** (e.g., `did:empe:testnet:...`).


---

# 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.empe.io/user-guide/00_introduction/02_create_or_import_did.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.
