# Functions

### Built-in functions <a href="#built-in-functions" id="built-in-functions"></a>

A lot of basic functions are provided out-of-the-box by Scriban. You can find more information on these built-in Scriban functions [here](https://github.com/scriban/scriban/blob/master/doc/builtins.md).

### Standard Custom functions <a href="#custom-functions" id="custom-functions"></a>

In our [Knowledge Base](/dbnetsoft/knowledge-base/scriban-scripting/functions/custom-standard-functions.md) you'll find an overview over all standard custom functions implement not only in RemoteRedirector but also RaceResultExchange.&#x20;

### Specific functions <a href="#specific-functions" id="specific-functions"></a>

There are also functions available to special needs of [FDS displays](/dbnetsoft/raceresultexchange/operation-modes/displayboard/displayboard-brands/fds-mled/scripting/custom-functions.md) or [ALGE D-Lines](/dbnetsoft/raceresultexchange/operation-modes/displayboard/displayboard-brands/alge-timing-gaz-d-line/scripting/custom-functions.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.dbnetsoft.com/dbnetsoft/raceresultexchange/scripting/functions.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.
