# Widget references

In formulas, widget references are used to access the content of a widget.

**Syntax:** <mark style="color:blue;">#pageName.widgetName</mark>

with&#x20;

* <mark style="color:blue;">pageName</mark> - name of the page of the referenced widget (optional)
* <mark style="color:blue;">widgetName</mark> - name of the referenced widget

**Remark**

* An alternative syntax is just using <mark style="color:blue;">#me</mark>. In this case the widget that executes the current formula is returned.

**Examples**

* <mark style="color:blue;">#page1.cell1</mark> - returns the content of the widget with the name *cell1* in page *page1*
* <mark style="color:blue;">#table1</mark> - returns the content of the widget with the name *text1* in the current page
* <mark style="color:blue;">#me</mark> - returns the content of the widget that executes the current formula.


---

# 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.nedyx.com/version-1.52-preview/clearlines-functions/general-aspects/widget-references.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.
