# Startup

The Startup System Script is run every time the Keyfax Application is launched.

It can be used to display Messages, ask additional Questions and include script logic to launch different Script Sets before reaching the Category Selection / landing page of Keyfax.

In the example below, we have a Message warning of potential service disruption and Script logic to check the time of day. If the time of day is between 08:00 and 18:00 then Keyfax will launch the default Script Set. If outside of these times it will take the "Otherwise" route and launch the "Out of Hours" Script Set.

<figure><img src="/files/DH2Tydq9ogB24X7b04G9" alt=""><figcaption><p>Startup System Script</p></figcaption></figure>

When displaying Messages or Questions, the Operator will see the "Start-up" title within the Keyfax Application. The Category/Topic Selection screen will appear upon completion of the Startup script, unless it it set to Cancel or Submit.

<figure><img src="/files/4QjM6ckRMd8JRiRRTVvy" alt=""><figcaption><p>Startup Script Message</p></figcaption></figure>


---

# 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.keyfax.biz/product-suite/admin/script-levels/system-scripts/startup.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.
