# Mo Credits & Usage

When you first log in to Moselle, Mo greets you right away with a welcome message at the top of the screen — you'll see a note letting you know you can trial Mo using your free Mo Credits, along with a link to the Getting Started Guide and an option to book a setup call.

{% embed url="<https://youtu.be/0r24emJSws8>" %}
Getting Started with Mo Credits
{% endembed %}

{% stepper %}
{% step %}

### Open a New Chat with Mo

From the home screen, click **New Chat**. Mo's interface opens with a prompt bar ("Ask Mo Anything") and a set of suggested prompts to spark ideas — things like "Show forecast performance for this year" or "Summarize my YTD sales: wins, gaps, and next actions." You can start with one of these, or type your own question.
{% endstep %}

{% step %}

### Type Your Prompt (and attach a file if needed)

Type what you'd like Mo to help with directly into the prompt bar. You can also attach a file — like an Excel demand plan — using the paperclip icon. Each prompt or conversation you send uses Mo Credits, so think of it as your way of unlocking Mo's intelligence on demand.
{% endstep %}

{% step %}

### Send Your Message

Once your prompt is ready, click the **Send** button (the arrow icon). Mo begins processing immediately.
{% endstep %}

{% step %}

### Mo Gets to Work

You'll see Mo's reasoning steps appear in real time — things like "Running analysis…" and "Creating and applying formula…" — all marked as Done as Mo works through your request. This is Mo thinking, so you don't have to.
{% endstep %}

{% step %}

### Review Mo's Output

Mo delivers a full response including visualizations, written analysis, and — where relevant — a downloadable file. For example, Mo can produce:

* A YTD Performance snapshot showing units sold, revenue, and variance vs. plan
* A monthly bar chart comparing original plan vs. actuals/re-projected
* A full year units breakdown by category
* A re-projected Excel export with structured tabs ready to download
  {% endstep %}

{% step %}

### Download or Refine

Click **Download** to save Mo's output to your device. If you want to dig deeper or adjust anything, just continue the conversation — Mo is ready for your next question.
{% endstep %}
{% endstepper %}

Mo is designed to meet you where you are — whether you're a spreadsheet expert or new to inventory planning.


---

# 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/meet-mo/mo-credits-and-usage.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.
