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

# Branding

> Approved Everbility assets and guidance for partner launch buttons.

Use these assets when linking clinicians from your platform into an Everbility launch session.

## Approved assets

* [Download the Everbility wordmark (SVG)](https://www.everbility.com/developer-docs/logo/everbility-wordmark-purple.svg)
* [Download the Everbility icon (SVG)](https://www.everbility.com/developer-docs/logo/light.svg)

SVG is preferred because it remains sharp at any display size.

## Open in Everbility button

Use the label **Open in Everbility** and link it to the session's `launch_url`.

```html theme={null}
<a
  href="<launch_url>"
  style="display:inline-flex;align-items:center;gap:8px;padding:10px 14px;border:1px solid #5046e4;border-radius:8px;background:#fff;color:#372fc2;font:600 14px/1.2 system-ui;text-decoration:none"
>
  <img src="https://www.everbility.com/developer-docs/logo/light.svg" alt="" width="28" height="17" />
  Open in Everbility
</a>
```

## Usage guidelines

* Preserve the asset's aspect ratio and colours. Do not stretch, rotate, crop, recolour, outline, or add effects.
* Leave clear space around the logo equal to at least half the icon's displayed height.
* Display the icon at least `24px` wide and the wordmark at least `120px` wide.
* Use the supplied purple artwork on white or light neutral backgrounds.
* Keep button text readable with sufficient colour contrast and a visible keyboard focus style.
* Do not imply that Everbility endorses your product or that your product is owned by Everbility.

The primary approved colours are `#5046E4`, `#806AE4`, and `#372FC2`.
