# Think Pickle

## Think Pickle

- [Pickle Help](https://help.thinkpickle.com.au/master.md)
- [Flows](https://help.thinkpickle.com.au/flows.md)
- [Triggers](https://help.thinkpickle.com.au/flows/triggers.md)
- [Incoming SMS](https://help.thinkpickle.com.au/flows/triggers/incoming-sms.md)
- [Incoming Call](https://help.thinkpickle.com.au/flows/triggers/incoming-call.md)
- [Contact Subscribed](https://help.thinkpickle.com.au/flows/triggers/contact-subscribed.md)
- [Contact Tagged](https://help.thinkpickle.com.au/flows/triggers/contact_tag_added.md)
- [Conditions](https://help.thinkpickle.com.au/flows/conditions.md)
- [AB Split](https://help.thinkpickle.com.au/flows/conditions/ab-split.md)
- [Time is](https://help.thinkpickle.com.au/flows/conditions/time-is.md)
- [Date-time is](https://help.thinkpickle.com.au/flows/conditions/date-time-is.md)
- [Day is](https://help.thinkpickle.com.au/flows/conditions/day-is.md)
- [Caller's number is](https://help.thinkpickle.com.au/flows/conditions/callers-number-is.md)
- [Caller's postcode is](https://help.thinkpickle.com.au/flows/conditions/callers-postcode-is.md)
- [Caller's state is](https://help.thinkpickle.com.au/flows/conditions/callers-state-is.md)
- [Actions](https://help.thinkpickle.com.au/flows/actions.md)
- [Say/Play](https://help.thinkpickle.com.au/flows/actions/say-play.md)
- [Pause](https://help.thinkpickle.com.au/flows/actions/pause.md)
- [Forward Call](https://help.thinkpickle.com.au/flows/actions/forward-call.md)
- [Record Voicemail](https://help.thinkpickle.com.au/flows/actions/record-voicemail.md)
- [Gather input](https://help.thinkpickle.com.au/flows/actions/gather-input.md)
- [Reject Call](https://help.thinkpickle.com.au/flows/actions/reject-call.md)
- [Send Analytics Event](https://help.thinkpickle.com.au/flows/actions/send-analytics-event.md)
- [Send Email](https://help.thinkpickle.com.au/flows/actions/send-email.md)
- [Send SMS Message](https://help.thinkpickle.com.au/flows/actions/send-sms-message.md)
- [Examples](https://help.thinkpickle.com.au/flows/examples.md)
- [Redirect calls to voicemail](https://help.thinkpickle.com.au/flows/examples/redirect-calls-to-voicemail.md)
- [IVR Menus](https://help.thinkpickle.com.au/flows/examples/ivr-menus.md)
- [Forward calls to the closest store](https://help.thinkpickle.com.au/flows/examples/forward-calls-to-the-closest-store.md)
- [A/B test 2 paths](https://help.thinkpickle.com.au/flows/examples/a-b-test-2-paths.md)
- [Block a number](https://help.thinkpickle.com.au/flows/examples/block-a-number.md)
- [Track performance of TV ads](https://help.thinkpickle.com.au/flows/examples/track-performance-of-tv-ads.md)
- [Forward and whisper](https://help.thinkpickle.com.au/flows/examples/forward-and-whisper.md)
- [Variables](https://help.thinkpickle.com.au/flows/variables.md)
- [Flow Logs](https://help.thinkpickle.com.au/flow-logs.md)
- [Numbers](https://help.thinkpickle.com.au/numbers.md)
- [Contacts](https://help.thinkpickle.com.au/contacts.md)
- [Adding Contacts](https://help.thinkpickle.com.au/contacts/adding-contacts.md)
- [API](https://help.thinkpickle.com.au/api.md)
- [Auth](https://help.thinkpickle.com.au/api/auth.md)
- [Contacts](https://help.thinkpickle.com.au/api/contacts.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://help.thinkpickle.com.au/master.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.
