> For the complete documentation index, see [llms.txt](https://docs.higiocloud.vn/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.higiocloud.vn/compute/1.-working-with-vm/view-vm.md).

# View VM

## <mark style="color:green;">**Overview**</mark> <a href="#overview" id="overview"></a>

* You can view virtual machines that are standalone or part of a vApp.
* You can view virtual machines in a **grid view** or a **card view**.

## <mark style="color:green;">**Procedure**</mark> <a href="#procedure" id="procedure"></a>

{% stepper %}
{% step %}
**Step 1:** On the **Virtual Data Center** dashboard screen, click the card of the virtual data center you want to explore, and from the left panel, select **Virtual Machines**.

<figure><img src="/files/9GcmqHDUsev8DRV0mUHO" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}
**Step 2:** You can select **grid view** or **card view** by selecting:

* To view the virtual machines in a **grid view**, click ![](/files/1FaxreV7tbE6Hq416Qpd)
* To view the virtual machines in a **card view**, click ![](/files/64cHxEEWdZuhX13OoM0L)

The list of virtual machines is displayed in a grid view or as a list of card views.

{% hint style="info" %}
**View VM in grid view:**
{% endhint %}
{% endstep %}

{% step %}
**Step 2.1:** From the grid view, click the **three vertical dots** on the left of a virtual machine to display the actions you can take for the selected virtual machine.
{% endstep %}

{% step %}
**Step 2.2:** To access the console for the guest operating system of the virtual machine, click **on VM Console**.
{% endstep %}

{% step %}
**Step 2.3:** To view and edit the details for a virtual machine, click the **VM’s name**.

<figure><img src="/files/yyELilKLSkKObRoQiAKY" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}
**Step 2.4:** From the grid view, click the **three vertical dots** on the left of a virtual machine to display the actions you can take for the selected virtual machine.
{% endstep %}

{% step %}
**Step 2.5:** To access the console for the guest operating system of the virtual machine, click **on VM Console**.
{% endstep %}

{% step %}
**Step 2.6:** To view and edit the details for a virtual machine, click the **VM’s name**.

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

{% hint style="info" %}
**View VM in Card view:**
{% endhint %}
{% endstep %}

{% step %}
**Step 3.1 :** From the card view, click the **Action** to display your actions for the selected virtual machine.
{% endstep %}

{% step %}
**Step 3.2:** To access the console for the guest operating system of the virtual machine, click **on VM Console**.

{% endstep %}

{% step %}
**Step 3.3:** To view and edit the details for a virtual machine, click **Details**.

<figure><img src="/files/APCNPaEqHREfqcqNWpK6" alt=""><figcaption></figcaption></figure>
{% endstep %}
{% endstepper %}


---

# 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.higiocloud.vn/compute/1.-working-with-vm/view-vm.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.
