# Databox Examples

- [Business Days](https://docs.keyfax.biz/product-suite/admin/databox-examples/business-days.md): How to add business days to today's date.
- [Working Hours](https://docs.keyfax.biz/product-suite/admin/databox-examples/working-hours.md): You may want to disable some scripts or use another Script Set...
- [Time of day](https://docs.keyfax.biz/product-suite/admin/databox-examples/time-of-day.md): Check if the current time is between a time range.
- [Higher priority jobs](https://docs.keyfax.biz/product-suite/admin/databox-examples/higher-priority-jobs.md): Read the Service Priority
- [Script Duration](https://docs.keyfax.biz/product-suite/admin/databox-examples/script-duration.md): Work out how long scripts/calls are taking...
- [How did it happen?](https://docs.keyfax.biz/product-suite/admin/databox-examples/how-did-it-happen.md)
- [Repair Description](https://docs.keyfax.biz/product-suite/admin/databox-examples/repair-description.md): Appending text to the recorded text (breadcrumb) description.
- [Concatenating CSV](https://docs.keyfax.biz/product-suite/admin/databox-examples/concatenating-csv.md): How to concatenate CSV values.
- [Tenant Handbook](https://docs.keyfax.biz/product-suite/admin/databox-examples/tenant-handbook.md)
- [Multi-line Addresses](https://docs.keyfax.biz/product-suite/admin/databox-examples/multi-line-addresses.md)
- [Priority / Response Days](https://docs.keyfax.biz/product-suite/admin/databox-examples/priority-response-days.md)
- [Contains Text](https://docs.keyfax.biz/product-suite/admin/databox-examples/contains-text.md): Learn how to compare and evaluate text stored within a Keyfax databox.


---

# 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/databox-examples.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.
