# Appendix

* [<mark style="color:purple;">ZEP Script Use Cases</mark>](/zep-script/zep-script-guide/appendix/zep-script-use-cases.md)
* [<mark style="color:purple;">Understanding Spaces and Maps</mark>](/zep-script/zep-script-guide/appendix/understanding-spaces-and-maps.md)
* [<mark style="color:purple;">JavaScript Keycode List</mark>](/zep-script/zep-script-guide/appendix/javascript-keycode-list.md)
* [<mark style="color:purple;">Understanding Sprite Sheets</mark>](/zep-script/zep-script-guide/appendix/understanding-sprite-sheets.md)
* [<mark style="color:purple;">TileEffectType Detailed Explanation</mark>](/zep-script/zep-script-guide/appendix/tileeffecttype-detailed-explanation.md)
* [<mark style="color:purple;">What are Reference Coordinates?</mark>](/zep-script/zep-script-guide/appendix/what-are-reference-coordinates.md)
* [<mark style="color:purple;">Communicating with an External API</mark>](/zep-script/zep-script-guide/explore-zep-script/tutorials/communicating-with-an-external-api.md)
* [<mark style="color:purple;">How to Use URL Query Strings</mark>](/zep-script/zep-script-guide/appendix/how-to-use-url-query-strings.md)
* [<mark style="color:purple;">Grammar Available for Widgets</mark>](/zep-script/zep-script-guide/appendix/grammar-available-for-widgets.md)
* [<mark style="color:purple;">Object Interaction with ZEP Script</mark>](/zep-script/zep-script-guide/appendix/object-interaction-with-zep-script.md)
* [<mark style="color:purple;">Object npcProperty</mark>](/zep-script/zep-script-guide/appendix/object-npcproperty.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.zep.us/zep-script/zep-script-guide/appendix.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.
