# Generic Objectives

- [Activate Delivery Point](https://wiki.thescriptersguild.com/scripting/nodes/generic-objectives/activate-delivery-point.md)
- [Activate Flag Spawn](https://wiki.thescriptersguild.com/scripting/nodes/generic-objectives/activate-flag-spawn.md)
- [Activate Generic Zone](https://wiki.thescriptersguild.com/scripting/nodes/generic-objectives/activate-generic-zone.md)
- [Activate Shrinking Zone](https://wiki.thescriptersguild.com/scripting/nodes/generic-objectives/activate-shrinking-zone.md)
- [Add Player To Allow List](https://wiki.thescriptersguild.com/scripting/nodes/generic-objectives/add-player-to-allow-list.md)
- [Deactivate Delivery Point](https://wiki.thescriptersguild.com/scripting/nodes/generic-objectives/deactivate-delivery-point.md)
- [Deactivate Flag Spawn](https://wiki.thescriptersguild.com/scripting/nodes/generic-objectives/deactivate-flag-spawn.md)
- [Deactive Generic Zone](https://wiki.thescriptersguild.com/scripting/nodes/generic-objectives/deactive-generic-zone.md)
- [Deactive Shrinking Zone](https://wiki.thescriptersguild.com/scripting/nodes/generic-objectives/deactive-shrinking-zone.md)
- [Get Generic Zone Control State](https://wiki.thescriptersguild.com/scripting/nodes/generic-objectives/get-generic-zone-control-state.md)
- [Get Generic Zone Progress](https://wiki.thescriptersguild.com/scripting/nodes/generic-objectives/get-generic-zone-progress.md)
- [Get Players In Generic Zone](https://wiki.thescriptersguild.com/scripting/nodes/generic-objectives/get-players-in-generic-zone.md)
- [Remove Player From Allow List](https://wiki.thescriptersguild.com/scripting/nodes/generic-objectives/remove-player-from-allow-list.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://wiki.thescriptersguild.com/scripting/nodes/generic-objectives.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.
