> For the complete documentation index, see [llms.txt](https://guides.regen.network/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://guides.regen.network/guides/regen-marketplace-buyers-guides/logging-in-buyers.md).

# Logging In (Buyers)

{% hint style="info" %}
*<mark style="color:blue;">Logging-in allows you to manage your portfolio and buy & sell ecocredits.</mark>*
{% endhint %}

### Log In from the upper right corner of the Regen page

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

a. You will be prompted to choose between two log-in methods:

<figure><img src="/files/4R3jdu2I1DBSO10Ugi0H" alt=""><figcaption></figcaption></figure>

### Wallet Log In <a href="#wallet-log-in" id="wallet-log-in"></a>

{% hint style="info" %}
*<mark style="color:blue;">A wallet-based login is best if you plan on trading eco credits immediately, and already have a Keplr Wallet.</mark>*&#x20;
{% endhint %}

* Click the Keplr Wallet option. This will prompt a Keplr verification popup titled "Prove Ownership".
* Click "Approve".
* You are now logged in!

{% hint style="info" %}
*<mark style="color:blue;">You can move forward and set up your profile page to best represent you and provide details for individual credit retirement certification.</mark>*
{% endhint %}

### Email or Social Log In

{% hint style="info" %}
*<mark style="color:blue;">An email or social-based login is a good introduction to the network if you just want to explore for now. You can link it to a wallet later to start buying and selling credits.</mark>*&#x20;
{% endhint %}

* You can make an account using Google account (gmail) or an email. In either case, you do not need a password.
* If you choose to use an email, a code will be sent to that account. The code will be different each time you login, and will give you access to your profile page and account.
* If you choose to use Google, Google may send you a verification code, but generally you should be brought straight to your profile page.
* You are now logged in!&#x20;

{% hint style="info" %}
*<mark style="color:blue;">You can move forward and set up your profile page.</mark>*
{% endhint %}


---

# 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://guides.regen.network/guides/regen-marketplace-buyers-guides/logging-in-buyers.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.
