> ## Documentation Index
> Fetch the complete documentation index at: https://moengage.com/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Brand Indicators for Message Identification (BIMI)

> Set up BIMI to display your verified brand logo in email inboxes across Gmail, Yahoo, and other providers. Boost brand recognition and sender trust.

# Overview

[BIMI](https://bimigroup.org/) is an emerging technology that is built on top of the [DMARC](/user-guide/campaigns-and-channels/email/getting-started-with-email/email-glossary#dmarc).

Unlike, adding a profile picture for **from address**, BIMI comes with a trademarked logo for the domain which shows up across all ISPs that support BIMI (Gmail, Yahoo, Proofpoint, etc.). The BIMI logo is also an additional form of branding and proving the sender’s authenticity.

# Configure BIMI for your Brand

Follow the below steps to configure BIMI for your brand, thereby cultivating immediate brand recognition and enhancing user experience:

1. Inspect if your domain meets the standards for BIMI. For more information, refer [here](https://bimigroup.org/bimi-generator/).
2. The root domain and sub-domain must have strict (reject or quarantine, with pct=100) [DMARC](/user-guide/campaigns-and-channels/email/getting-started-with-email/email-glossary). The root domain must also have SPF and MX records. For more information, refer [here](/user-guide/campaigns-and-channels/email/getting-started-with-email/email-authentication-basics).\
   For example,
   <CodeGroup>
     ```text Code wrap theme={null}
     host -t txt _dmarc.moengage.com
     _dmarc.moengage.com descriptive text "v=DMARC1; p=reject; sp=reject; pct=100; rua=mailto:dmarc@moengage.com; ruf=mailto:dmarc@moengage.com; fo=1"
     ```
   </CodeGroup>
3. Trademark your brand logo.
4. Create an [SVG file](https://support.google.com/a/answer/10911027) for your trademarked brand logo and upload it on the web server. Example: [MoEngage Logo](https://www.moengage.com/wp-content/uploads/Moengage-bimi.svg), [Uber Logo](https://amplify.valimail.com/bimi/uber/WSc5-ZpWcvs-uber_tinyps_v4.svg).
5. Get a VMC for your brand logo
   1. Apply for [VMC](https://support.google.com/a/answer/10911320?hl=en\&ref_topic=10911234\&sjid=5910716346830014538-AP\&visit_id=638557578844068111-1183592240\&rd=1).
   2. Currently, acceptable VMC providers are - [Entrust DataCard](https://www.entrust.com/products/digital-certificates/verified-mark) and [DigiCert](https://www.digicert.com/tls-ssl/verified-mark-certificates). Gmail only shows the brand logo in Inbox if certified VMC is present. While some email clients make VMC optional, Gmail needs it for BIMI to work.
6. [Create](https://bimigroup.org/bimi-generator/) and publish the BIMI record. You can also inspect your BIMI record and other [prerequisites here](https://bimigroup.org/bimi-generator/).
7. The logo might take 2-3 days to appear in emails sent.

# Why is BIMI important?

BIMI is a way of establishing visual identity. Since BIMI enforcement requires strict authentication, it also helps prevent spoofing of your brand domain.

* Since BIMI is built on top of DMARC, the root domain and sub-domains must have a strict DMARC policy, which prevents domain spoofing.
* Having a brand logo display on the user’s inbox always boosts authenticity and can improve trust and thus engagement.
* Gmail has now (May 23) introduced a verified blue tick checkmark for BIMI users, which is an indication of authenticity that generally everyone is used to. This again separates the “authentic” senders from others and builds trust amongst customers.
* Indirectly, keeping up with the evolving technologies, especially those built on strict authentication policies and branding, is a good indication to the ISPs that you are up to date and in line with the best practices.

# Blue Verified Tick

As BIMI is built on top of DMARC and authentications, few MBPs have introduced additional visual branding on top of BIMI. All the domains that have valid BIMI configured will now see a Blue Tick on the sender name as shown below.

<img src="https://mintcdn.com/moengage/B1ZqBU-ISgaoSx_O/images/moengage_58686c.png?fit=max&auto=format&n=B1ZqBU-ISgaoSx_O&q=85&s=6064a69815342e77cb0fa75b8de0fa2e" alt="Screenshot 2024-05-21 at 00.27.19.png" style={{ width:"78%" }} width="822" height="102" data-path="images/moengage_58686c.png" />

<Info>
  For additional information on expanding Gmail security with BIMI, refer [here](https://workspaceupdates.googleblog.com/2023/05/expanding-gmail-security-BIMI.html).
</Info>
