# Now

The **Now** expression operates independently of the Databox value (also, see the expression `Today`). It can only be used as a parameter to another function or after an operator.&#x20;

<table data-full-width="false"><thead><tr><th>Function</th><th>Sample Expression</th><th>Example Result</th><th>Comments</th></tr></thead><tbody><tr><td><code>Now</code></td><td>&#x26;Format(Now,”dd MM yyyy – HH:mm”)</td><td>01 04 2023 – 09:00</td><td>Returns the present date and time</td></tr></tbody></table>


---

# 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-expressions/date-expressions/now.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.
