# Can my teammates see their Scribe email signature when they compose an email?

Yes, your teammates will be able to see their Scribe email signature when composing an email to their email clients. (Gmail, Outlook, etc ...)

Scribe employs a client-side technique for installing email signatures, as opposed to server-side. While server-side installation would enable Scribe to embed signatures across all mobile email apps, it presents security concerns that we deem too substantial to overlook.

Here are the reasons why installing email signatures on the client side is both better and safer than on the server side:

1. **Greater Privacy Control**: emails don't have to be routed through an additional server layer (which appends the signature) before reaching the recipient. This reduces potential points of vulnerability or data interception.

2. **Fewer Formatting Issues:** server-side solutions sometimes run into formatting issues, especially when emails pass through various mail servers or are viewed on different devices. Client-side installation ensures that what you see while drafting is what your recipient will get.

3. **User Experience and Control:** on the client side, users can see their signatures while composing an email. This gives them a visual cue and assurance that their professional branding is in place. On the server side, signatures are appended after the user hits "send", making it invisible to them during the drafting process.

4. **No Delays in Sending:** emails aren't slowed down by any server processing to append a signature. This can be crucial for businesses where every millisecond can count, such as in high-frequency trading or emergency services.

5. **Immediate Updates:** If a user updates their signature on their email client, it takes effect immediately. In contrast, server-side changes might require propagation time, especially if there are caches or other layers of complexity.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://help.scribe-mail.com/scribe/scribe-email-signatures/general-faq/can-my-teammates-see-their-scribe-email-signature-when-they-compose-an-email.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
