> For the complete documentation index, see [llms.txt](https://docs.shippercrm.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.shippercrm.com/relationship-manager/reminders.md).

# Reminders

### Adding a reminder

To add a new reminder to a contact, follow these steps:

1. Click the blue plus button to the right of a contact info card. This will open up a list of attributes that can be added to the contact info card.
2. The first item in the list will be `Reminder` - click on this option. This will cause a new reminder card to appear.
3. At the top of the reminder card, select the reminder type you want to add.
4. Set the due date of the reminder, and optionally add any notes.
5. Click the button to create the reminder, and your reminder will be added to the timeline.

In case of confusion, the animation below also walks through this process.

<figure><img src="/files/aH4Mrj5fRKQ0pzPNqAiI" alt=""><figcaption><p>Easily add reminders to contacts in ShipperCRM</p></figcaption></figure>

### Editing a reminder

To edit an existing reminder, simply click on the field in the reminder that you want to change. You can change any of the fields associated with the reminder - the reminder type, the due date, and any notes you have associated with the reminder.

Once you make any changes, a Save and Discard button will appear. Click the Save button to save changes if you are satisfied with them, or click the Discard button to get rid of them.

### Mark as completed

To mark a reminder as completed, simply click the `Mark As Completed` button. This will mark the reminder as completed and remove it from the timeline view.

### Deleting a reminder

It is very easy to delete reminders from the CRM. Simply click on the `x` button in the top right corner of the reminder card, and the reminder will be deleted.


---

# 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.shippercrm.com/relationship-manager/reminders.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.
