# Caller's state is

Route calls based on the caller's state. This will only be known for landline callers.

### Configuration

| **Property** | **Description**                                          |
| ------------ | -------------------------------------------------------- |
| Operator     | 'less than', 'greater than', 'between', 'is' or 'any of' |
| Value        | Caller's state. 'NSW', 'VIC' etc                         |

### Examples

{% content-ref url="../examples/forward-calls-to-the-closest-store" %}
[forward-calls-to-the-closest-store](https://help.thinkpickle.com.au/flows/examples/forward-calls-to-the-closest-store)
{% endcontent-ref %}


---

# 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/conditions/callers-state-is.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.
