# THIS/ME

THIS identifier refers to the current node. It cannot be used separately but should be used along with other functions to refer the Parent/Child node. Refer [FOREACH ](https://docs.valq.com/model/formula-functions/range-functions/foreach)to understand it more.

### Arguments

<table><thead><tr><th width="113">Arguments</th><th width="384">Explanation</th></tr></thead><tbody><tr><td>THIS.PARENT</td><td>When you want to access the Parent node of a current node.</td></tr><tr><td>THIS.CHILDREN</td><td>When you want to access the child node of a current node</td></tr></tbody></table>
