# Welcome

Hello!

TouchDev is not just a coding tool—it's a learning companion, a creative outlet, and a powerful development environment all rolled into one. Whether you're writing your first line of code or refining a complex script, TouchDev is here to make your coding journey smooth and enjoyable.

* The research for this project was funded by the STEM Advance Program at Caldwell University.

<details>

<summary>Documentation</summary>

[Introduction](https://docs.touchdev.app/introduction)

[TouchDev w/UINL](https://docs.touchdev.app/touchdev-w-uinl)

TouchDev w/React (Coming Soon)

[Others](https://docs.touchdev.app/others)

</details>

<details>

<summary>Implementation</summary>

[Working Version](https://github.com/touch2dev/TouchDev/blob/main/cdraft/self_sb_5.js)

[Other working versions](https://github.com/Sang-it/touchdev_front/)

Current domain (under dev): [touchdev.app](https://touchdev.app)

</details>


---

# 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.touchdev.app/welcome.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.
