> For the complete documentation index, see [llms.txt](https://documentation.maax.ai/main/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://documentation.maax.ai/main/setup-your-integration/v1-customer-ai-zapier/step-2-use-zapier-python-to-send-your-question-to-maax/follow-up-message-handling.md).

# Follow-up Message Handling

### Generation of Follow-up Messages:

* For every message sent to Maax, a corresponding "follow-up message" is generated. This follow-up message is stored in our database.

### Determining Follow-up Timing:

* If a user doesn't respond within a designated timeframe, Maax will determine the appropriate time to send the follow-up message. This timeframe is tailored to each unique conversation.
* The behavior regarding when and how to send the follow-up can be adjusted in the "Strategy" settings per Sales AI

#### Example of Follow-up Message:

> "I noticed you reached out to us about Topic W and we haven't heard back. We want to ensure you get all the support you need. Is everything alright?"

### User-Requested Follow-ups:

* If a user, explicitly asks for a follow-up, Maax will act accordingly.
* If the user provides a specific time for the follow-up, Maax will honor that time. Otherwise, Maax will decide the optimal time based on the conversation's context.

### Mapping the Follow-up Response:

* It is essential to map the follow-up response to the correct system on your end. We recommend configuring your system to send follow-ups via email for now.


---

# 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 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://documentation.maax.ai/main/setup-your-integration/v1-customer-ai-zapier/step-2-use-zapier-python-to-send-your-question-to-maax/follow-up-message-handling.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.
