# Track Progress

To help keep track of entities you have already found, you can mark them as "Complete" using various interfaces like the Sidebar and [Context Menus](/navigation/context-menus.md).

### Complete and Reset Multiple Entities

You can complete entities in bulk using [Edit Data Tables](/editing-data/data-tables.md). [Edit Data Tables](/editing-data/data-tables.md#mark-multiple-rows) and select "Complete rows" from the toolbar. Similarly to reset multiple completed entities select "Reset complete rows" instead.

![Completing multiple entities using drag and select (old interface).](/files/-MYvZHV4YwdauZqBPO2F)

### Reset All Completed Entities

If you want to re-play a game and clear all of your completed entities, you can do so from [Wiki Preferences](/navigation/game-preferences.md).


---

# 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.frontiernav.net/navigation/completion-tracking.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.
