Missive lets you easily manage your team's signatures from a central place. It's the perfect way to achieve a uniform brand look across your teammates' signatures!
![Managed signatures help maintain a uniform brand look](https://ddux7jl4k2xkx.cloudfront.net/assets/guides/managed-signatures-911f6e22f47869b79ba1496fe35c17eb0ecb07936123194892bc7796858b63c7.gif)
To create your first centrally managed signature open the signature settings (Settings > Signatures).
NOTE Only the organization owner and admins can create and edit managed signatures.
Works with dynamic variables
Use Liquid syntax to add variable information to your templates. It works just like in response variables.
For example, if you type this in the signature editor:
{{ user.first_name }} {{ user.last_name }}
It would render the person's first and last name, based on their profile data. You can also preview everyone's signature by selecting their name from the drop-down menu.
![Insert dynamic content to managed signatures](https://ddux7jl4k2xkx.cloudfront.net/assets/guides/variables-611c11d6ef0d36abd9d33a4cc6feee73e74567886cc7adeab7824ab95e00c0a6.png)
Variables are not limited to text, you can insert dynamic graphics to signatures. For example, if you wanted to show the Missive user's profile picture. You could type this in the editor:
<img src="{{ user.avatar_url }}">
You may want to add a few style attributes to make it look great:
<img src="{{ user.avatar_url }}" style="width: 50px; border-radius: 4px;">
![Insert dynamic images to managed signatures](https://ddux7jl4k2xkx.cloudfront.net/assets/guides/image-variables-5e2328edd9003e60907bb71f7a2ff58d82fd42b64cca3deaf8677c7fef6fb5ef.png)
On the other hand, if you wanted to display a static image like the company's logo, you would need to insert a publicly available image address.
<img src="https://example.com/image-url.jpg">
Dynamic data comes from editable user profiles
Users have editable profiles. They work similarly to contact cards. Open Settings > Users to edit your own and others' profiles or do it straight from the signature's editor.
You can fill default fields:
![Editable profiles for all members](https://ddux7jl4k2xkx.cloudfront.net/assets/guides/profile-3c49170b0c3e83cfeaf4c4dc174d6173f118ac0e68a00c99f6d3cda9fdbbb0b2.png)
And you can also add custom ones:
![Custom fields in member profiles for managed signatures](https://ddux7jl4k2xkx.cloudfront.net/assets/guides/custom-field-fdece023b9969abc48437b4b105e764dd4a882862701f9d4ad303f667df18eaa.png)
For example, if you create a custom field like the one above and type this in the signature editor:
{{ user.custom.employee_id }}
The signature would show each employee's ID:
![Employee ID in managed signature](https://ddux7jl4k2xkx.cloudfront.net/assets/guides/employee-id-10e515986eef2d5952c5fbf7c9e3633b0dd7472b6840c00922fe005de61e0327.png)
Shared with everyone in the organization
In a matter of seconds, people all over the organization can get the official company signature. No more struggling to get a uniform brand look.
![Easily manage employee signatures](https://ddux7jl4k2xkx.cloudfront.net/assets/guides/shared-signature-6839768627d387d92df3f7bcc204e69f32b1007c11014da32bb08502e0266c62.png)
Once a managed signature is created, it’s important for all email account owners to configure the managed signature on their aliases in their account settings. See this guide for more information.
Works with Rich Text or HTML signatures
You can create any kind of signature with Missive. From simple Rich Text ones:
![Rich Text managed signature](https://ddux7jl4k2xkx.cloudfront.net/assets/guides/signature-html-6883e56a33722099ec15b8185942095551818ccc33856e46f1f8bb2c5f086e8d.png)
To beautiful HTML ones designed to drive traffic:
![Marketing banners in HTML managed signatures](https://ddux7jl4k2xkx.cloudfront.net/assets/guides/html-signature-750e150185e9104492e4537494b30700f9193a1ed99bd764a7aadd082d22e7a1.png)