# How to add the Contact Us information in the B2CORE UI

You can add the **Contact Us** section under the main menu in the B2CORE UI to display your support email or other contact details, making it easier for clients to reach you.

This can be configured through B2TRANSLATE. For more information about B2TRANSLATE, refer to the [product documentation](https://docs.b2translate.b2broker.com/).

{% hint style="info" %}
To complete the steps below, you must be registered on B2TRANSLATE and have access to the project linked to your B2CORE.
{% endhint %}

To add the **Contact Us** section:

{% stepper %}
{% step %}
Navigate to **System** > **Settings** to locate the UUID of the B2TRANSLATE project linked to your B2CORE and copy it.
{% endstep %}

{% step %}
Sign in to B2TRANSLATE.
{% endstep %}

{% step %}
In B2TRANSLATE, go to **Projects** and find the related project by UUID.
{% endstep %}

{% step %}
Locate the key `B2Core.Shared.ModelTranslates.EmailTranslateKeys.Email1` in the **default** category.
{% endstep %}

{% step %}
If the **padlock** icon near the **Translation** field is locked, unlock it.
{% endstep %}

{% step %}
In the **Translation** field, enter the contact details. HTML formatting is supported (for details, refer to [Add or modify translations](https://docs.b2translate.b2broker.com/user-guide/manage-translations/add-or-modify-translations) in the B2TRANSLATE documentation).

Example:

```html
<h2>Contact Us</h2>  
<a href="mailto:example@example.com">Send email</a>
```

<figure><img src="https://514898401-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FGoRxAprhHu1goANW7FXt%2Fuploads%2Fgit-blob-62eae6e300c4bde99d832faf061e49ce71840247%2Fcontact-us-info-in-weblate.png?alt=media" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}
The changes are saved automatically. Leave the **padlock** icon unlocked.
{% endstep %}
{% endstepper %}

With the above provided HTML example, the **Contact Us** section will be displayed under the main menu in the B2CORE UI followed by the **Send email** link, which clients can use to quickly send messages.

This method allows you to add important details to your B2CORE UI, such as contact information, support links, or other messages.
