> For the complete documentation index, see [llms.txt](https://docs.keeping.com/help/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.keeping.com/help/fundamentals/email-signatures.md).

# Email signatures

Keeping relies on Gmail's native signature functionality.  This allows you to be in control of which signature you append to your customer reply inside Gmail.

{% hint style="success" %}
**Tip:** Create multiple signatures in Gmail and choose which signature you'd like to use.  This allows you to stay anonymous when you are replying from your support mailbox, if you like.
{% endhint %}

## Create a Gmail Signature

Create your email signature inside Gmail.

1. Go to your [Gmail](https://mail.google.com/) account.
2. In the top right, click the "Settings Gear"(![Settings](https://lh3.googleusercontent.com/iK54sRM8QELKETjD5PyshCuCL_NAhpUYkHhJVIAoY3NAoV3zNncQJvgvylkSZzVsdXJW=w36-h36)) and then "See All Settings"
3. In the "Signature" section, add your signature text in the box. If you want, you can format your message by adding an image or changing the text style.
4. At the bottom of the page, click **Save Changes**.

![Create your email signature in Gmail.](/files/mTvyjDoiY4dPiwncjNKC)

## Choose Your Signature

When composing a message in Gmail, choose which signature you'd like to use.

To change your signature while writing an email, click on the pen icon in the bottom-right corner of the email pane, hover your mouse over and select the signature you want to use.

![Choose your signature in Gmail.](/files/QAo0FUgwgfK9NO4mnfAH)

## Signatures in the Keeping App

If using the Keeping web app to reply to customers, set a signature in your preferences.

<figure><img src="/files/IMnowmROzCn6whg5rWJR" alt=""><figcaption><p>Email Signature in Keeping Web Application</p></figcaption></figure>

{% hint style="info" %}
Note that this siganture is only applied on replies through the Keeping Web App. Use your Gmail Signature when replying via the Keeping Chrome Extension.
{% endhint %}

You may add images to your signature by hosting them online and then editing the HTML of the signature to reference them.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.keeping.com/help/fundamentals/email-signatures.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
