# Accessing the Conectum Portal

To access the Conectum portal, a crypto or Web3 wallet is required.

The wallet does not need to be installed on the same device where the portal is opened.

A common setup is:

* The Conectum portal is opened in a desktop browser
* The crypto wallet is installed on a mobile phone or as a browser extension on a computer

If you use a mobile wallet, you connect by scanning a QR code.\
If you use a browser wallet, the connection is confirmed directly in the browser.

Once the wallet is connected, your account is created automatically. No personal data is required.

{% hint style="info" %}
Your account is identified using an anonymous, hashed identifier derived from your wallet connection.&#x20;The wallet address itself is never stored.
{% endhint %}


---

# 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://conectum-portal.gitbook.io/conectum-portal-documentation/getting-started/accessing-the-conectum-portal.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.
