> For the complete documentation index, see [llms.txt](https://help.impact.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.impact.com/agency/what-would-you-like-to-learn-about/brand-and-partner-management/send-messages-on-behalf-of-brands.md).

# Send Messages on Behalf of Brands

Access the in-app messaging feature to manage daily communication and respond to brands/partners as an agency. By joining the brand’s message feed, you will be able to message partners on behalf of the brand. The partner will be notified that they are speaking with someone from an agency managing the brand’s account.

Follow the steps below to proceed as a first-time or returning user:

1. Log in to your Agency account.
2. From the left navigation menu, select **Advertisers**.
3. On the *My Advertisers* screen, find the brand account for which you want access.
4. In the *Login* column, select **Login**.
5. Once you've logged in to the brand's account, select ![](/files/fgMPpoidrEEdIohJ21nY) **\[Inbox]** from the left navigation menu.
   * Alternatively, if this is the first time you are messaging on a brand's behalf, select **Join** → **OK** to opt into the messaging feed.
6. To create a new message thread with a partner, select ![](/files/dPYFI6hJg9TbeqTuohLv) **\[Compose]**.
7. Search for the partner you want to message.
8. Enter the message you would like to send your partner.
   * Optionally, you can select ![](/files/Yfn3jbONOBTpeTNsVcYf) **\[Attach file]**. The following file types can be attached: CSV, PDF, JPEG, PNG, GIF.
   * All incoming and outgoing attachments are scanned for viruses.
9. Once you've entered your message and added your attachments, select **Send**.

#### Opt out of the messaging feed

If you want to leave the messaging feed, you can do so from the brand's account.

1. From the left navigation menu, select ![](/files/rTKIDGIGRyGbjvB6B4Gz) **\[Menu]** → **Settings**.
2. Under *Program*, select **Messaging**.
3. Select **Leave Messaging Feed** → **Leave**.


---

# 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://help.impact.com/agency/what-would-you-like-to-learn-about/brand-and-partner-management/send-messages-on-behalf-of-brands.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.
