> For the complete documentation index, see [llms.txt](https://support.gpt.space/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://support.gpt.space/products/gpt-for-gmail.md).

# GPT for Gmail

<figure><img src="/files/UUE7lql5doWoM5uCI9mm" alt="How to use the add-on for Gmail" width="563"><figcaption></figcaption></figure>

<table data-view="cards"><thead><tr><th></th><th></th></tr></thead><tbody><tr><td><strong>1. Install the add-on</strong></td><td>You can install <a href="https://workspace.google.com/marketplace/app/gpt_for_gmail/802100925247"><strong>GPT for Gmail</strong></a> from the Google Workspace Marketplace, simply by clicking on the "Install" button.</td></tr><tr><td><strong>2. Start a new email</strong></td><td>In Gmail, start writing an email. In the bottom-right corner, click on the GPT for Gmail icon</td></tr><tr><td><strong>3. Write a prompt</strong></td><td>Give the assistant context for the email by writing a prompt. Select the tone that is most appropriate for your situation.</td></tr></tbody></table>

### Demo Video

If you prefer a video demo here is one explaining how to use it

{% embed url="<https://www.youtube.com/watch?v=FH4o3Y3FuyE>" %}


---

# 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://support.gpt.space/products/gpt-for-gmail.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.
