# Widget Referenzen

In Formeln werden Widget-Referenzen verwendet, um auf den Inhalt eines Widgets zuzugreifen.&#x20;

#### Syntax:&#x20;

<mark style="color:blue;">#Seitenname.WidgetName</mark>&#x20;

mit&#x20;

* Seitenname - Name der Seite des referenzierten Widgets (optional)
* widgetName - Name des referenzierten Widgets&#x20;

#### Bemerkung&#x20;

* Mit der Kurzform *<mark style="color:blue;">#me</mark>* kann auf den Inhalt des Widgets zugegriffen werden, welches die aktuelle Formel ausführt.

#### Beispiele

* <mark style="color:blue;">#page1.cell1</mark> - gibt den Inhalt des Widgets mit dem Namen cell1 in der Seite page1 zurück&#x20;
* <mark style="color:blue;">#table1</mark> - gibt den Inhalt des Widgets mit dem Namen text1 auf der aktuellen Seite zurück&#x20;
* <mark style="color:blue;">#me</mark> - gibt den Inhalt des Widgets zurück, das die aktuelle Formel ausführt.


---

# 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-de-preview/clearlines-funktionen/allgemeine-aspekte/widget-referenzen.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.
