# Save Your Favourite Prompts

{% hint style="info" %}
**Quick Answer:** To save a prompt in Mo, hover over Mo's response, click the star icon (☆), and it will appear in the Favourite Prompts section at the bottom of the Mo page for one-click reuse.
{% endhint %}

## What are Favourite Prompts in Mo?

**Favourite Prompts** is a saved shortcuts feature in Mo that lets you store frequently used prompts and re-run them instantly from the Mo page. Instead of retyping the same prompt at the start of each session, you can click a saved prompt to send it immediately.

The Favourite Prompts section lives at the **bottom of the Mo chat page**.

{% hint style="info" %}
Mo does not retain memory between sessions. Saving your most-used prompts is a great way to quickly re-establish context at the start of each conversation.
{% endhint %}

## How to Save a Prompt

**Time Required:** Under 1 minute **Difficulty:** Beginner

{% stepper %}
{% step %}

### Send a Prompt to Mo

Type your prompt in the Mo chat input and send it. Wait for Mo to respond.
{% endstep %}

{% step %}

### Hover Over Mo's Response

Move your cursor over the Mo response message to reveal the action icons.
{% endstep %}

{% step %}

### Click the Star Icon

Click the **star icon (☆)** beside the message.

{% hint style="success" %}
A confirmation toast will appear: **"Prompt saved to favourites"**

The prompt is now saved and will appear in the Favourite Prompts section on the Mo home page.
{% endhint %}
{% endstep %}
{% endstepper %}

## How to Use a Saved Prompt

1. Navigate to the **Mo page** from the left sidebar
2. Scroll to the **Favourite Prompts** section at the bottom of the page
3. Click any saved prompt to instantly send it to Mo

## Managing Favourite Prompts

To **remove a saved prompt**, click the star icon on a saved prompt in the Favourite Prompts section to unfavourite it.

{% hint style="info" %}
If no prompts have been saved yet, the Favourite Prompts section will display **"No favourite prompts yet"**.
{% endhint %}

## Related Guides

{% content-ref url="<https://github.com/Moselle-io/moselle-docs/blob/master/mo/planning-and-execution/forecasting/build-your-forecast-with-mo.md>" %}
<https://github.com/Moselle-io/moselle-docs/blob/master/mo/planning-and-execution/forecasting/build-your-forecast-with-mo.md>
{% endcontent-ref %}


---

# Agent Instructions: 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:

```
GET https://learn.moselle.io/mo/tips/save-favourite-prompts.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
