# Editors

- [Changing Editor Settings](https://docs.torque3d.org/for-designers/editors/changing-editor-settings.md)
- [World Editor](https://docs.torque3d.org/for-designers/editors/world-editor.md)
- [Scene Editor](https://docs.torque3d.org/for-designers/editors/world-editor/scene-editor.md)
- [ConvexShape Editor](https://docs.torque3d.org/for-designers/editors/world-editor/convexshape-editor.md)
- [Terrain Editor](https://docs.torque3d.org/for-designers/editors/world-editor/terrain-editor.md)
- [Terrain Painter](https://docs.torque3d.org/for-designers/editors/world-editor/terrain-painter.md)
- [Material Editor](https://docs.torque3d.org/for-designers/editors/world-editor/material-editor.md)
- [Spline-Based Tools](https://docs.torque3d.org/for-designers/editors/world-editor/spline-based-tools.md)
- [Mesh Road Editor](https://docs.torque3d.org/for-designers/editors/world-editor/spline-based-tools/mesh-road-editor.md)
- [River Editor](https://docs.torque3d.org/for-designers/editors/world-editor/spline-based-tools/river-editor.md)
- [Decal Road Editor](https://docs.torque3d.org/for-designers/editors/world-editor/spline-based-tools/decal-road-editor.md)
- [Datablock Editor](https://docs.torque3d.org/for-designers/editors/world-editor/datablock-editor.md)
- [Particle Editor](https://docs.torque3d.org/for-designers/editors/world-editor/particle-editor.md)
- [Decal Editor](https://docs.torque3d.org/for-designers/editors/world-editor/decal-editor.md)
- [Forest Editor](https://docs.torque3d.org/for-designers/editors/world-editor/forest-editor.md)
- [Navmesh Editor](https://docs.torque3d.org/for-designers/editors/world-editor/navmesh-editor.md)
- [Deep Dive: Creating Your Own Editor](https://docs.torque3d.org/for-designers/editors/world-editor/deep-dive-creating-your-own-editor.md)
- [Shape Editor](https://docs.torque3d.org/for-designers/editors/world-editor/shape-editor.md)
- [GUI Editor](https://docs.torque3d.org/for-designers/editors/gui-editor.md)
- [Interface Details](https://docs.torque3d.org/for-designers/editors/gui-editor/interface-details.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.torque3d.org/for-designers/editors.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.
