# Overview

Users can access the Vertiport Overview by clicking the `Vertiport` button located on the left-side console of the NOVA platform.

<div align="center"><img src="/files/9esn5eJ0GLD5z7mzqP2O" alt=""></div>

## Table View

The table displays a comprehensive list of all vertiports integrated to the NOVA platform. For each vertiport, the following information is provided:

* **Name** – The vertiport title, with an optional description preview
* **Network**: If the Vertiport is part of a Vertiport Network, the respective name is shown in the list
* **Modified** – The last modified date and the user who updated it

Users can double-click on any Vertiport in the table to open the [Individual Vertiport View](/nova/vertiport/individual-view.md), where detailed data are available.

<figure><img src="/files/6rVNlm4e3mtunrNQ9R30" alt=""><figcaption><p>Table View for Vertiports</p></figcaption></figure>


---

# 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://docs.unisphere.io/nova/vertiport/overview.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.
