# Explore vector data

#### Overview

You can explore vector data in Ellipsis Drive using multiple tools that help you inspect features, review activity, and understand dataset history.

These tools are available directly within the vector layer viewer.

<details>

<summary>1️⃣  Property table</summary>

The property table provides a tabular view of feature attributes currently visible in the map view.

You can:

* browse attribute values per feature
* locate features directly from the table

**'Go to feature'**\
Select a row to focus the corresponding feature in the map view.

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

</details>

<details>

<summary>2️⃣  Message feed</summary>

The message feed shows notes and communication linked to specific features.

This is useful for collaboration and contextual feedback on spatial data.

**'Show on map'**\
Highlights all features associated with messages in the current view.

<figure><img src="/files/8sprPdlxudTVyOyAKjvp" alt=""><figcaption></figcaption></figure>

</details>

<details>

<summary>3️⃣  Change log</summary>

The change log provides a history of modifications applied to features within the layer.

It logs:

* feature additions
* edits
* deletions
* user attribution

This allows you to track how a dataset has evolved over time.

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

</details>

<details>

<summary>4️⃣  Feature history</summary>

Feature history provides version-level access to individual features.

You can:

* view previous versions of a feature
* compare changes over time
* restore earlier versions when needed

<figure><img src="/files/9bvapGhcSP8t7rZHNNoA" alt=""><figcaption></figcaption></figure>

</details>

{% hint style="info" %}
**Related actions**

For editing vector data, refer to the [Edit vector data](https://docs.ellipsis-drive.com/working-with-vector-data/edit-vector-data) section.
{% endhint %}


---

# 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.ellipsis-drive.com/working-with-vector-data/explore-vector-data.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.
