# Extend with code

- [Combine with code](https://docs.decentraland.org/creator/scene-editor/extend-with-code/overview.md): Combine content created on the Scene Editor with the power of writing code.
- [Reference items in code](https://docs.decentraland.org/creator/scene-editor/extend-with-code/reference-items.md): Reference items in your code by name or by tag.
- [Using the Script Component](https://docs.decentraland.org/creator/scene-editor/extend-with-code/script-component.md): Use the Script component to give code functionality, without the need to dig into the whole project structure.


---

# 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.decentraland.org/creator/scene-editor/extend-with-code.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.
