> For the complete documentation index, see [llms.txt](https://docs.morevy.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.morevy.ai/docs/running-a-close/what-you-can-ask.md).

# What you can ask

Morevy responds to plain language. There is no query syntax to learn. This page sets out the surface area so you are not left inferring it from examples.

## Closing a period

| Ask                                   | Returns                                                                                     |
| ------------------------------------- | ------------------------------------------------------------------------------------------- |
| *Close February*                      | The full close for that period: opening balance, movement, closing balance, reconciliation. |
| *Close the most recent month you can* | Morevy selects the latest period your file supports.                                        |
| *Close Q1*                            | Each month in the quarter, closed and reported.                                             |

## Understanding the movement

| Ask                                       | Returns                                                                          |
| ----------------------------------------- | -------------------------------------------------------------------------------- |
| *Why did revenue move?*                   | A written explanation of the largest contributors, with the figures behind them. |
| *Break that down by location*             | The same movement, once per value of any column in your file.                    |
| *Who is in Lost, and what did each cost?* | The individual accounts within a movement component.                             |
| *What do they have in common?*            | Shared characteristics across a group: tenure, plan, segment.                    |

## Comparing periods

| Ask                                               | Returns                                                 |
| ------------------------------------------------- | ------------------------------------------------------- |
| *How does February compare to January?*           | Both periods side by side, with the differences stated. |
| *How does this compare to the last three months?* | The period against a trailing average.                  |
| *Show me the last six months*                     | A series, on a consistent basis.                        |

## Ratios

| Ask                                 | Returns                                         |
| ----------------------------------- | ----------------------------------------------- |
| *What is my net revenue retention?* | The ratio, with the basis it was computed on.   |
| *What is my revenue churn rate?*    | Revenue lost as a share of the opening balance. |

Retention ratios require the recurring revenue basis. See Retention and churn.

## About your data

| Ask                                  | Returns                                                     |
| ------------------------------------ | ----------------------------------------------------------- |
| *What periods does my file cover?*   | The full date range found, and the latest closeable period. |
| *Which columns can I break down by?* | The columns available as a segment lens.                    |
| *What did I choose for this file?*   | The column mapping, classification and basis in force.      |

## What Morevy will not answer

Morevy reports on the data you supplied. It does not:

* **Forecast.** It reports what happened, not what will.
* **Advise.** It will tell you that a segment lost revenue. It will not tell you to change your pricing.
* **Answer from outside your file.** It has no benchmarks, no industry averages, and no information about businesses other than yours.
* **Produce a figure it cannot compute.** Where no verified result exists, it says so rather than estimating.

{% hint style="info" %}
Every answer is a computation against your file, not a summary of what is already on screen. Asking the same question twice after changing an input produces a new result and a statement of what moved.
{% endhint %}


---

# 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.morevy.ai/docs/running-a-close/what-you-can-ask.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.
