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

# Adding a Brand Indicators for Message Identification (BIMI) record in cPanel

> Learn to create a BIMI record in cPanel to display your organization's logo with emails.

This article shows how to create a Brand Indicators for Message Identification (BIMI) DNS record in cPanel.

A BIMI record is a DNS record that points to a logo file. This logo file can then appear in recipients' inboxes alongside messages sent by your organization. It is another way for recipients to help detect and avoid fraudulent messages. Additionally, BIMI functions as a useful branding tool by prominently displaying your company logo in recipients' inboxes.

## Creating a BIMI record in cPanel

Before you create a BIMI record, you should:

* Configure SPF and DMARC for your domain. For information about how to create SPF and DMARC records for your domain, please see this [article](/docs/managing-e-mail-deliverability-settings).

* Create an SVG (Scalable Vector Graphic) file for your logo. For information about how to do this, please visit [https://bimigroup.org/creating-bimi-svg-logo-files](https://bimigroup.org/creating-bimi-svg-logo-files).

To create a BIMI record in cPanel, follow these steps:

1. Log in to cPanel.
   > 📘 Note
   >
   > If you do not know how to log in to your cPanel account, please see [this article](/docs/accessing-cpanel).

2. On the **Tools** page, in the **Domains** section, click **Zone Editor**:\
   ![](https://static.hosting.com/kb/kb-cpanel-jupiter-zone-editor-icon.png)

3. Locate the domain, and then click **Manage**:\
   ![](https://static.hosting.com/kb/kb_zoneeditor_manage.png)

4. Click **Add Record**:\
   ![](https://static.hosting.com/kb/kb_zone_editor_add_BIMI.png)

5. Create the BIMI TXT record with the following values:

   * In the **Name** text box, type `default._bimi`. cPanel automatically adds the domain name.

   * In the **TTL** text box, type `14400`.

   * In the **Type** list box, select **TXT**.

   * In the **Record** text box, type `v=BIMI1; l=https://example.com/logo.svg`. Replace ***example.com*** with your own domain name, and ***logo.svg*** with the URL to your SVG logo file.![](https://static.hosting.com/kb/kb_zone_editor_BIMI_value.png)

6. Click **Save Record**, and then allow time for the DNS TXT record to propagate. This can take as long as 24 hours, but is usually much faster.

7. Test the BIMI record. For example, you can use the MX Toolbox at [https://mxtoolbox.com/bimi.aspx](https://mxtoolbox.com/bimi.aspx).

## More information

For more information about BIMI, please visit [https://bimigroup.org](https://bimigroup.org).

## Related articles

* [cPanel Mail Features](/docs/cpanel-mail-features)
