> 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.md).

# Preferences

- [Reversing conversation order](https://docs.keeping.com/help/preferences/reversing-conversation-order.md): Use Reverse Conversation Order to reply from the "top" of the stack inside Gmail.
- [Pushing tickets into inbox](https://docs.keeping.com/help/preferences/pushing-tickets-into-inbox.md): When and how Keeping can push tickets into your main Gmail inbox.
- [Hiding the Keeping toolbar](https://docs.keeping.com/help/preferences/hiding-the-keeping-toolbar.md): How to hide the Keeping toolbar in Gmail accounts where you do not use Keeping.
- [Close & Next](https://docs.keeping.com/help/preferences/close-and-next.md): Learn how to change Gmail's "next message" button, so it also closes the current Keeping ticket.
- [Personal Inbox Signature](https://docs.keeping.com/help/preferences/personal-inbox-signature.md)
- [Notifications](https://docs.keeping.com/help/preferences/notifications.md): Learn about the various ways Keeping can notify you about new activity.
- [Desktop Notifications](https://docs.keeping.com/help/preferences/notifications/desktop-notifications.md): Use Desktop notifications to be notified when you are not inside Gmail.
- [Browser permissions](https://docs.keeping.com/help/preferences/notifications/browser-permissions.md): How to make sure you give permission to Keeping to send you desktop notifications.
- [Inside Gmail](https://docs.keeping.com/help/preferences/notifications/inside-gmail.md): Use the Keeping logo to see recent activity inside Keeping.
- [Set your business hours](https://docs.keeping.com/help/preferences/set-your-business-hours.md): Set your business hours to correctly calculate response time.
- [Gmail Inbox Sync](https://docs.keeping.com/help/preferences/gmail-inbox-sync.md): Learn how to disable syncing to your Gmail account.


---

# 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.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.
