# Prerequisites

## OWallet

**OWallet** is a non-custodial wallet compatible with **EUENO** and required for the process of file storage, data encryption, and data sharing on **EUENO**.&#x20;

**EUENO** will support a wider range of non-custodial wallets in the future.<br>

{% embed url="<https://chrome.google.com/webstore/detail/owallet/hhejbopdnpbjgomhpmegemnjogflenga>" %}
Download OWallet extension from Chrome
{% endembed %}

**Here are steps to connect your wallet to EUENO:**

**Step 1:** There are options to connect your wallet:&#x20;

* If you **Create a new wallet**, you need to save your secret seed phrase safely and confidentially for later use. Never share your secret seed phrase to anyone.
* For existing wallets, you can choose **Import from Mnemonic/Private key** or **Import Ledger Nano X.**&#x20;

<figure><img src="/files/JK5o8R1SIAiVTxZkkSRn" alt=""><figcaption><p>OWallet configuration page</p></figcaption></figure>

**Step 2:** Click **Connect Wallet** at the top right corner of the page and **Approve** the permission request. You are good to go now.

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


---

# 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.eueno.io/get-started/prerequisites.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.
