> For the complete documentation index, see [llms.txt](https://docs.uppromote.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.uppromote.com/outreach/affiliate-communication/in-app-chat.md).

# In-app chat with affiliates

To help you communicate with your affiliates effectively, we provide the **in-app chat** feature. The feature helps you send direct messages to your affiliates within the app.

In-app chat with affiliates can be enabled by going to **Outreach > Chat with affiliates > Activate Chat >** Switch on **Chat with affiliates.**&#x20;

<figure><img src="/files/WPRwAH2fPk4tjw7RlD4P" alt="enable chat with affiliates"><figcaption></figcaption></figure>

After **Chat with affiliates** is activated, a list of your affiliates will show up. You can then select or search for an affiliate and enter a message like this:

<figure><img src="/files/Ou4k74Xj2Dw9qT5PHrsM" alt="box chat"><figcaption></figcaption></figure>

Then, you can check on the Chat notification by clicking on the Notification bell > Chat with affiliates.

<figure><img src="/files/sZLltgYDbvCAQJSh8OI5" alt="chat notification"><figcaption></figcaption></figure>

<figure><img src="/files/pv6cUcbanHZzCAAoz2QQ" alt="chat with affiliate tab"><figcaption></figcaption></figure>

On the affiliate account page, affiliates will see the **Chat** icon at the bottom right corner of the screen:

<figure><img src="/files/LMXKLnqiQjXgVlnbx414" alt="chat icon on affiliate page"><figcaption></figcaption></figure>

To receive email notifications about new chats while offline, please enable the **Email notifications** setting in the "Chat settings" pop-up.

<figure><img src="/files/IKWge75j6mNY8P1bEsH9" alt="email notification for chat when offline"><figcaption></figcaption></figure>

If you're offline for 30 minutes after receiving a message from an affiliate, the system will automatically send an email notification to your contact email address. This ensures you're promptly alerted to affiliate inquiries, even when you're not actively in the chat.

The same mechanism applies to affiliates: if they're offline for 30 minutes after you send them a message, they'll receive an email notification immediately. However, if they turn off "**Chat message notifications**" on their account, they won't receive that email.&#x20;

<figure><img src="/files/kHt14WySrHx1lnPBiXu8" alt="how it works on affiliate account"><figcaption></figcaption></figure>

{% hint style="warning" %}
Note: To avoid over-notifications, we’ll only send one chat notification per day for each store/brand.
{% endhint %}


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.uppromote.com/outreach/affiliate-communication/in-app-chat.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
