# Edit vector data

#### Overview

You can edit features within a vector layer directly in the Viewer.

Editing allows you to update feature geometry and/or attributes depending on your permissions.

***

#### Editing features

To edit a feature:

1. Open the vector layer in the Viewer
2. Select the feature you want to edit
3. Open the feature panel
4. Enter edit mode
5. Apply your changes and save

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

***

#### Saving changes

Once edits are completed, you must save the changes to apply them to the dataset.

Saved edits are immediately reflected in the layer and are tracked in the change log.

{% hint style="info" %}
**Notes**

* Editing is permission-controlled and may not be available for all users or layers
* All changes are versioned and can be reviewed in the layer history
* Edits apply directly to the underlying dataset, not only the visualisation
  {% endhint %}

<br>


---

# 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/edit-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.
