# Edit your Mission

The subsequent editing of a mission allows the user to make changes while the remaining conditions of the mission are preserved.

To edit your mission, you must access the mission overview. It displays the mission name, aircraft name and type, operational limit set, along with the time it was last updated and details of the editor. The token icon in the top right corner tracks the number of created missions. At the bottom, you can choose how many projects to display per page and navigate between pages if needed.

<figure><img src="/files/4ydh8GA3cvHMQRZsouze" alt="" width="563"><figcaption><p>Mission overview</p></figcaption></figure>

Using the 3-dot menu to the right of your mission, a menu opens above the mission list. On the left side, you will see three icons from left to right: a pencil (edit), a trash can (delete), and a globe (update). In the editing window, you can adjust general flight details and choose from your created [assets](https://docs.unisphere.io/nova/get-started/pages/4H7OrxzZTTQ2scPD6dvE#id-2.-create-an-asset). You can update the mission name, description, mission type, aircraft type, and operational limit set.

<figure><img src="/files/9BbVPm3UfrPQFOFtt9gb" alt="" width="375"><figcaption><p>Editing window</p></figcaption></figure>

{% hint style="warning" %}
The globe icon runs your mission with the changes. Only then will your mission be updated.
{% endhint %}

Using the trash can icon, you can delete your mission. On the right side, you can retrieve the mission ID and finalize the editing process by clicking on the cross.


---

# 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/get-started/edit-your-mission.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.
