> 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/reference/getting-help.md).

# Getting help

## Start here

Most issues fall into a small number of patterns, and Troubleshooting covers them: a close that will not run, an unexpected date range, figures that changed, retention showing as unavailable.

If a figure looks wrong, the audit trail beneath it is usually enough to resolve it. It records the calculation steps and the configuration in force when they ran, which is normally where your expectation and the file diverge.

## When you get in touch

Include these. They turn a long exchange into a short one.

|                                |                                                                  |
| ------------------------------ | ---------------------------------------------------------------- |
| **The period**                 | Which month you were closing.                                    |
| **The basis**                  | Cash collected or recurring revenue. Every figure depends on it. |
| **What you expected, and why** | The figure you had in mind and where it came from.               |
| **What you saw**               | The figure Morevy reported.                                      |
| **The source file name**       | As shown in the provenance line beneath the table.               |

A screenshot of the reconciliation panel is worth more than a description of it.

## What we will ask for

If the answer is not in the audit trail, we may ask for the export itself. You are under no obligation to send it, and there are usually other routes.

We will never ask for your billing system credentials. Morevy does not connect to your billing system and has no use for them.

{% hint style="warning" %}
If anyone asks you for a password or an API key for your billing system while claiming to be from Morevy, it is not us.
{% endhint %}

## Reporting something that looks wrong

One case is worth reporting even if it does not block you: **figures that changed with no corresponding change in input**.

Morevy compares each run against the previous one and reports what differed. If it tells you money moved and nothing recorded about the source, mapping or settings changed, that is not expected behaviour. It means either an input is missing from the record or a calculation is not deterministic, and both are ours to fix.


---

# 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/reference/getting-help.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.
