> 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/preferences/reversing-conversation-order.md).

# Reversing conversation order

If you choose, you can reverse the order that email gets "stacked" in your Gmail inbox. This means that in a back and forth email conversation, **the newest email will be "on top" of the stack**, and you will reply from the top. We believe that being able to reply without scrolling to the bottom is a big productivity boost! You can change this option in your Preferences.

### Replying from the top in Gmail

![Newest messages in the top in Gmail](/files/HMqMQMdWuNNtDvXFjABl)

### Conversation Order in Preferences

Click the "Reverse Conversation Order in Gmail" in the **Preferences** tab of your **Settings** to enable this option. Click on the gear in the upper right corner.

<figure><img src="/files/tE0FoFOKxQ0tw4Z9TLjB" alt=""><figcaption></figcaption></figure>

![Enable Reverse Conversation Order in your preferences](/files/YZQo1tkzQDGBXAnn4OFK)


---

# 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/preferences/reversing-conversation-order.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.
