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

# Interactions

### Add a new interaction to your timeline

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

1. Click the blue plus button to the right of a contact info card. This will open a list of interactions to chose from.
2. Hover over the interaction that you want to add. This will cause a new interaction card to appear. Click the interaction from the list that you want.
3. Click on the date field to set the date when the interaction took place, then click `Create This Card`.
4. If there are any notes associated with the interaction that you want to add, fill them in the notes section.

<figure><img src="/files/Ev9G3YrIDO3Um3gOMmCl" alt=""><figcaption><p>Adding new interaction to a timeline</p></figcaption></figure>

That's it! You've now added an interaction to a contact card. Add as many as you would like - they will appear chronologically in the timeline based on the date that you set for the interaction.

***

### Edit an Interaction

You can easily edit an interaction you've already added to the timeline. You can do this by clicking on the field you want to edit (either the date of the interaction or the notes) and making the relevant changes. Once you make a change, a `Save` and `Discard` button will appear.&#x20;

When you are finished making changes, click the Save button to save them, or the Discard button if you don't want them.

### Delete Interactions

It is also very straightforward to delete an interaction. Simply click on the `x` button in the top right corner of an interaction card, and the interaction 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/interactions.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.
