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

# Follow-Ups

Using the Follow-Ups module, you can remind yourself or one of your teammates about the last conversation you had with the client/customer/user, and based on that, go for a follow-up.&#x20;

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

From your Dashboard, go to the left sidebar, and select **Follow-Ups**.

![](/files/l1H5H2NINoakRLrnlRf9)&#x20;

As you access the Follow-Ups, you'd see a calendar where all the follows will be listed. From the calendar view, you get the option to change months, calendar view; and create a follow-up.

To change months, click the slider arrows next to the month's name.&#x20;

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

To change the calendar view, use the options in the top right corner.

* <img src="https://files.gitbook.com/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FhElFPtMZjXYjDDMBT5q2%2Fuploads%2F9VTKNTZlGIT2UCshz6E3%2FBack%20to%20Today.png?alt=media&#x26;token=91f3dfcd-849d-4b90-824d-8a4ba5e2f0a8" alt="" data-size="line"> = Back to the current date.
* <img src="https://files.gitbook.com/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FhElFPtMZjXYjDDMBT5q2%2Fuploads%2FZdZsiAVn81ie6KyhCv37%2FMonth%20View.png?alt=media&#x26;token=88aa32b1-b1bc-47b4-9589-c936fe5d64b8" alt="" data-size="line"> = Month view.
* <img src="https://files.gitbook.com/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FhElFPtMZjXYjDDMBT5q2%2Fuploads%2FlQJiTeQ975QmhV0bwCNz%2FWeeks%20View.png?alt=media&#x26;token=5904c6c2-e9bc-4203-b2ec-487fa3d77f3f" alt="" data-size="line"> = Week view.
* <img src="https://files.gitbook.com/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FhElFPtMZjXYjDDMBT5q2%2Fuploads%2FAq0Rg3ZiXkfU0DzElp03%2FDay%20View.png?alt=media&#x26;token=b2e02dc3-f848-4c3d-9a61-46f3c7a1a2e6" alt="" data-size="line"> = Day view.

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

To create a new follow-up, click the <img src="https://files.gitbook.com/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FhElFPtMZjXYjDDMBT5q2%2Fuploads%2FHq0Ds9vB0QE3K7dujgfv%2FPlus%20Button%20Icon%20Follow%20Up.png?alt=media&#x26;token=855f3bde-4bf2-49ed-9cc8-59e92f81d53d" alt="" data-size="line"> Plus Icon button.

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

This will open the New Follow-Up modal, where add the details as required, and once done, click **Add**.&#x20;

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

You'll find the created follow-up in the calendar like the above.&#x20;

### Edit or Delete a Follow-Up

If you want to make changes to a follow-up, simply click it in the calendar, then apply changes and click **Save**.&#x20;

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

The delete option is also found next to the Save button. To remove a follow-up, tap the Trash Icon button and then **Confirm.**

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


---

# 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.rampwin.com/follow-ups.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.
