# Configure Assign Previous Owner

Defines the system behavior when a new message is received from a customer after an existing chat session has already been closed, determining whether the conversation continues with the previous owner or starts as a new chat session.

<figure><img src="/files/EmuRHtsxmS7bj4JiqbAg" alt=""><figcaption></figcaption></figure>

**Disabled:** A new incoming message is treated as a completely new conversation. A fresh chat session is created, and the user must again Accept / Dismiss / Block the chat before continuing.

* **Scenario**: If a customer chats today and the session is closed, and they message again tomorrow, it will appear as a new chat session requiring fresh handling and assignment.

<figure><img src="/files/OxSk8JehuW5HXQakTydF" alt=""><figcaption></figcaption></figure>

**Enabled**: A new incoming message is automatically linked back to the previous chat owner and existing conversation context, **instead of assigning it to a new chat session owner**.

* **Scenario**: If a customer’s chat was previously handled by an agent and later the customer sends another message, the system will reopen or continue the same chat thread with the same assigned owner, maintaining continuity without re-approval steps.


---

# 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.inogic.com/whatsapp4dynamics/configuration/configure-assign-previous-owner.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.
