# Gmail

## How can I use my Gmail signature in Relay.app?

If you use a signature in Gmail, you may want to include it in your automated emails sent from Gmail by Relay.app. But it's a bit tricky to set this up! For Relay.app to be able to access your signature, you'll need to create a "send as" alias. Here's what you need to do:

1. Configure a "Send as" alias for an additional address
2. Set up a signature and associate it with the relevant account
3. In the Relay.app "Send email" step, select the "Send as" account and check to enable the signature

Watch this 2-minute video for a quick demonstration.

{% embed url="<https://youtu.be/LCyp9ZWxwI8?si=hczfZSlRy5PRgry>\_" %}

## How can I nicely format AI-generated text in emails?

If you've tried inserting text generated by an AI step into an email, you may have noticed issues with formatting. To address this, you can add a markdown data transformation step. This will tell Relay.app to process the text as markdown and format it correctly.

<figure><img src="/files/RDUO0rBSl4GODjGDQ60Q" alt="Data transformation step configuration showing Markdown selected as the transformation type to format AI-generated text"><figcaption><p>Data transformation step applying a Markdown transformation</p></figcaption></figure>


---

# 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://docs.relay.app/app-specific-faqs/gmail.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.
