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

# Virtual Account

### Create Virtual Account

**Step 1:** On the right pane&#x6C;**,** choose the **Virtual account** under Collection servic&#x65;**,** then click on **Create Account** button.

**Step 2**: Download the template file.

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

**Step 3:** Create the c*reate\_account* file,

* Make a new copy of "*TemplateCreateAccount*" file
* Fill in all columns.
* Submit that file.

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

### Manage the virtual account

* On the list of virtual accounts,

  * Click on "**Eye**" icon to show the QR Code and the bank information

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

  * Click on "**Pen**" icon to navigation to the virtual account detail page.

On the virtual account detail page, we can update the information of virtual account.

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


---

# 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://docs.neox.vn/docs/collections/virtual-account-management/virtual-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.
