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

# Fundamentals

- [Mobile & web access](https://docs.keeping.com/help/fundamentals/mobile-and-web-access.md): Keeping has a fully responsive web portal that makes it easy to access your Keeping tickets while on the go.
- [Converting an email to a ticket](https://docs.keeping.com/help/fundamentals/converting-an-email-to-a-ticket.md): Learn how to change an email in your personal inbox into a Keeping ticket that is shared with your entire team.
- [Using Templates](https://docs.keeping.com/help/fundamentals/using-templates.md): Keeping's Templates lets you store snippets, templates, or canned answers across your team.
- [Changing ticket status](https://docs.keeping.com/help/fundamentals/changing-ticket-status.md): How to change the status of a ticket using the Keeping sidebar or when replying to a ticket.
- [Assigning a ticket](https://docs.keeping.com/help/fundamentals/assigning-a-ticket.md): Learn how to assign a ticket to one or more of your agents.
- [Editing ticket recipients](https://docs.keeping.com/help/fundamentals/editing-ticket-recipients.md): How to change the recipients of a support ticket.
- [Moving a ticket](https://docs.keeping.com/help/fundamentals/moving-a-ticket.md): Learn how to move a ticket between shared mailboxes.
- [Sharing a ticket](https://docs.keeping.com/help/fundamentals/sharing-a-ticket.md): Learn how to share a read-only version of an email conversation outside of Keeping.
- [Custom Views](https://docs.keeping.com/help/fundamentals/custom-views.md): Use custom views to create personalized filters for your personal Keeping inbox.
- [Custom fields](https://docs.keeping.com/help/fundamentals/custom-fields.md): Learn how to add custom fields to Keeping.
- [Searching your inbox](https://docs.keeping.com/help/fundamentals/searching-your-inbox.md): How to search for tickets when using Keeping on the web.
- [Using tags](https://docs.keeping.com/help/fundamentals/using-tags.md): Understand how to use tags in Keeping to organize your support tickets.
- [Enable an autoreply](https://docs.keeping.com/help/fundamentals/enable-an-autoreply.md): Learn how to use an autoreply to automatically respond to your customer's first message.
- [Creating a new ticket](https://docs.keeping.com/help/fundamentals/creating-a-new-ticket.md): Send an email to your customer from your shared mailbox and create a new support ticket in one go.
- [Collision detection](https://docs.keeping.com/help/fundamentals/collision-detection.md): Understand how you can avoid "double emails" to your customer by using Keeping's advanced collision detection.
- [Email signatures](https://docs.keeping.com/help/fundamentals/email-signatures.md): How Keeping interacts with your Gmail signatures.
- [Private notes](https://docs.keeping.com/help/fundamentals/private-notes.md): Learn about using private notes to store extra information about a ticket that only your team can see.
- [Activity log](https://docs.keeping.com/help/fundamentals/activity-log.md): Use Keeping's Activity log to see a history of all of the actions for a particular support ticket.
- [Managing spam](https://docs.keeping.com/help/fundamentals/managing-spam.md): Keeping relies on Gmail's spam filtering before creating tickets in your inbox.
- [Shared drafts](https://docs.keeping.com/help/fundamentals/shared-drafts.md): Learn how to use the Shared Drafts feature in Keeping.
- [Agent Availability](https://docs.keeping.com/help/fundamentals/agent-availability.md): Learn how agents can set their availability status to better handle replies when they are out of the office or unavailable.


---

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