# Redirect calls to voicemail

Need to redirect calls to voicemail outside of operating hours? The following flow demonstrates how that can be achieved.

![](/files/-LFqOqA_7pC7RMWjQbcP)

Note how this flow combined both [Time is](/flows/conditions/time-is.md) and [Day is](/flows/conditions/day-is.md) conditions to make forward the calls to voicemail if it is outside of 9-5 Monday to Friday. A more advanced flow may make use of the [Date-time is](/flows/conditions/date-time-is.md) condition to forward calls to voicemail during special holiday periods such as new years day.


---

# 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://help.thinkpickle.com.au/flows/examples/redirect-calls-to-voicemail.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.
