# Example Scripts

## **Content in this category**

* [Example Scripts in Sansar](/latest/script-api-docs/example-scripts/example-scripts-in-sansar.md)
* [Cannonball](/latest/script-api-docs/example-scripts/cannonball.md)
* [Follow The Path](/latest/script-api-docs/example-scripts/follow-the-path.md)
* [Random Movement](/latest/script-api-docs/example-scripts/random-movement.md)
* [Reflective Detector](/latest/script-api-docs/example-scripts/reflective-detector.md)
* [Simple Script](/latest/script-api-docs/example-scripts/simple-script.md)
* [Sound Randomizer](/latest/script-api-docs/example-scripts/sound-randomizer.md)
* [Stats Example](/latest/script-api-docs/example-scripts/stats-example.md)
* [Teleport Hotkeys](/latest/script-api-docs/example-scripts/teleport-hotkeys.md)
* [Visitor Tracker](/latest/script-api-docs/example-scripts/visitor-tracker.md)
* [Mover Examples](/latest/script-api-docs/example-scripts/mover-examples.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.sansar.com/latest/script-api-docs/example-scripts.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.
