diff --git a/Documentation/portal-guide/source/portal-developer-guide/dashboard/new-dashboard-custom-widget.rst b/Documentation/portal-guide/source/portal-developer-guide/dashboard/new-dashboard-custom-widget.rst index f781a5ccd6e..02c1236cbb2 100644 --- a/Documentation/portal-guide/source/portal-developer-guide/dashboard/new-dashboard-custom-widget.rst +++ b/Documentation/portal-guide/source/portal-developer-guide/dashboard/new-dashboard-custom-widget.rst @@ -1,7 +1,12 @@ .. _configure-new-dashboard-custom-widget: Configure Custom Widget -======================== +======================= + +Portal offers a variety of widgets, such as task, case, and process widgets. But what if you need a widget like a +weather widget? Fortunately, the Portal allows you to create custom widgets as well. These custom widgets utilize +an IFrame to display content, which you can define. The content can be an Ivy process or the URL of an external +webpage. .. _define-an-ivy-process-for-the-custom-widget: