# Report a Problem

## General problem

To report a problem with the app or that is not related to a previous or active rental, users should go to the main menu and select the "Report Problem" option.

If the user is associated to more than one system it would be presented with a list of systems to select the one in which the problem will be reported, after that the user will be presented with a form where the issue can be explained and submitted. If the system has customer support phone number enabled it will be provided when filling out the form.&#x20;

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

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

{% hint style="info" %}
For information about how to report a problem for a specific rental, visit [this](/movatic-app/rentals/end-a-rental/report-a-problem.md) documentation. &#x20;
{% endhint %}


---

# 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://documentation.movatic.co/movatic-app/report-a-problem.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.
