# Working With Scripts

- [Working With Scripts](https://docs.sansar.com/latest/creating-in-sansar/working-with-scripts/working-with-scripts.md)
- [Working With Trigger Volume](https://docs.sansar.com/latest/creating-in-sansar/working-with-scripts/working-with-trigger-volume.md)
- [Referencing Scene Components](https://docs.sansar.com/latest/creating-in-sansar/working-with-scripts/referencing-scene-components.md)
- [Intro to Scripting in Sansar](https://docs.sansar.com/latest/creating-in-sansar/working-with-scripts/intro-to-scripting-in-sansar.md): Overview of Sansar scripting
- [Using the Script Console](https://docs.sansar.com/latest/creating-in-sansar/working-with-scripts/using-the-script-console.md)
- [Setting Script Parameters](https://docs.sansar.com/latest/creating-in-sansar/working-with-scripts/setting-script-parameters.md)
- [Adding Scripts to an Object](https://docs.sansar.com/latest/creating-in-sansar/working-with-scripts/adding-scripts-to-an-object.md)
- [Configuring Teleport Scripts](https://docs.sansar.com/latest/creating-in-sansar/working-with-scripts/configuring-teleport-scripts.md)
- [Simple Script User Guide](https://docs.sansar.com/latest/creating-in-sansar/working-with-scripts/simple-script-user-guide.md): Simple Scripts user guide


---

# 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/creating-in-sansar/working-with-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.
