> For the complete documentation index, see [llms.txt](https://docs.nedyx.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.nedyx.com/version-1.83-de/nedyx/clearlines-funktionen/navigations-funktionen/openwebpage.md).

# OPENWEBPAGE

#### Syntax <a href="#syntax.35" id="syntax.35"></a>

**OPENWEBPAGE**(*url; mode*)

* *url* - die Url der Webseite, die geöffnet werden soll - ***Wertetyp**: Text*
* *mode* – legt fest, ob die URL im gleichen oder in einem neuen Browser-Tab geöffnet werden soll – ***Wertetyp**: Konstante (optional, Standardwert:* <mark style="color:red;">newtab</mark>*)*\
  Mögliche Werte sind
  1. <mark style="color:red;">self</mark> - die URL wird im aktuellen Browser-Tab geöffnet
  2. <mark style="color:red;">newtab</mark> - die URL wird in einem neuen Browser-Tab geöffnet

#### Beispiel

Alle diese Aufrufe öffnen die Homepage von nedyx in einem neuen Browsertab:

* <mark style="color:blue;">**OPENWEBPAGE**</mark>(“<https://nedyx.com”>)
* <mark style="color:blue;">**OPENWEBPAGE**</mark>(“<http://nedyx.com”>)
* <mark style="color:blue;">**OPENWEBPAGE**</mark>(“nedyx.com”)

<figure><img src="/files/teCKbZWkaUEsELjMLoaJ" alt=""><figcaption></figcaption></figure>

Dieser Befehl öffnet die nedyx Homepage im aktuellen Browsertab:

* <mark style="color:blue;">**OPENWEBPAGE**</mark>(“nedyx.com”; <mark style="color:red;">self</mark>)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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.83-de/nedyx/clearlines-funktionen/navigations-funktionen/openwebpage.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.
