# Wording

* A **user account** is identified by an email adress and allows access to the web service.&#x20;
* A **link** is a pair of input and output ports that allows exchangingof data (or only the output side can be used).
* An **account** can manage one to many links and is associated with one to many user accounts.
* Links can be shared between one and many accounts.
* A **scene script** is a piece of Scriban script that can be defined per scene and defines what data is output to the display board
* An **account script** is a piece of javascript code that can query external APIs and make the data available in link scripts.&#x20;


---

# 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.dbnetsoft.com/dbnetsoft/remoteredirect/readme/wording.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.
