> For the complete documentation index, see [llms.txt](https://nearp2p-admin.gitbook.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://nearp2p-admin.gitbook.io/docs/account.md).

# Account

How can I update my information?

To update the information of my account, we go to "My Account" and select our name, last name, and email and press save, this will take us to the Wallet to ask for authorization to avoid Scams and to make sure we are not a robot. We approve the transaction so the process is completed, and we can see the result in the browser, or simply press "OK". As always you will see in the browser all transactions that are registered within the Blockchain in a public manner.

Here is some visual aid that can help you understand the process.

{% embed url="<https://www.youtube.com/watch?v=MWF0q5HGiUI>" %}

![Figure My Account](/files/t3dTKtnFEFYNEh2bQUNx)

How to create a Payment Method?

We click on Account "Payment Methods" there we can register all the payment methods that we want to add, such as Zelle, a Binance account, a local bank, or any financial system that we want, we can add them here, by selecting new registration, we select the available payment methods. We have 5 inputs, we can write N/A in those that are going to be empty; we are going to write the account number, for example, the ID number, the account type, and the rest we leave blank as we mentioned before, we click on accept and it sends us the Wallet authorization, we approve and once approved we will see the result in the Wallet, and we can edit it, change any record or we can simply delete the record, it will ask us if we want to do it or not, and the transaction will be executed.

Here is some visual aid that can help you understand the process.

{% embed url="<https://www.youtube.com/watch?v=TILJ8jRB-Ng>" %}

![Figure Payment Methods](/files/rL46qrOqvQ69SH2dB7Xt)

Let's go to Account "Transaction history", each transaction that is made within the P2P platform is recorded in the smart contract so we can visualize it within the platform, we will have orders that can be offers and orders that can be to buy, the same can be filtered by closed orders or canceled orders, here we have a small detail and is that it can be sorted by date.

![Figure Transaction history](/files/9ckl5qG1sdOx0TxJJm6h)


---

# 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://nearp2p-admin.gitbook.io/docs/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.
