# LOADWIDGETCONTENT

#### Syntax

**LOADWIDGETCONTENT**(*widget*)

* *widget* - the widget for which the current content should be loaded from the nedyx database - ***Value type**: widget*

#### Remarks

* If the function is called for a widget, its latest content is retrieved from the nedyx database. This is helpful in cases where multiple users are changing the content of the same widget, and the latest change should be retrieved.
* If widget has a Content formula assigned, the function does nothing.

#### Examples

See examples of the function [STOREWIDGETCONTENT](/nedyx/clearlines-functions/widget-functions/storewidgetcontent.md).


---

# 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/nedyx/clearlines-functions/widget-functions/loadwidgetcontent.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.
