# Configure Spoilers

FrontierNav can [Spoilers](/navigation/spoilers.md#progressively-show-spoilers) as entities are completed. View the video below to see how to configure data to take advantage of this.

{% embed url="<https://www.youtube.com/watch?v=W4SDqXHRoKU>" %}
Configuring Spoilers
{% endembed %}

{% hint style="warning" %}
Spoiler columns can also be checkboxes. This is a historical feature which will be removed eventually. Using relationships is preferred as you can tie progression together as seen in the video above.
{% 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.frontiernav.net/editing-data/configure-spoilers.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.
