> For the complete documentation index, see [llms.txt](https://move-solutions.gitbook.io/support/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://move-solutions.gitbook.io/support/support.md).

# Support

## How do I contact support?

Our friendly support team is here to help. For any bug reports or general inquiries, feel free to reach out to us. There are two ways to get in touch with us:

* You can email <support@movesolutions.it>.
* You can submit a call to us at [+39 342 648 6115](tel:+393426486115) directly.&#x20;

### What information should I share? <a href="#what-information-should-i-share" id="what-information-should-i-share"></a>

To help *us* help *you* as efficiently as possible, please be sure to send us all relevant details:

* If your support request relates to a specific device, please make sure to include the Dev\_EUI and the name of the referenced project.
* Can you send us a screenshot to show us what you’re seeing? Or, can you send us a short video to show us the steps that you are taking? These are extremely helpful.

Please provide context for efficient assistance. After submitting your request, a member of our team will contact you promptly!

### When will I get a response? <a href="#when-will-i-get-a-response" id="when-will-i-get-a-response"></a>

We aim to respond to every message within 1 business day. At busy times this might not be possible, but we’ll always get back to you as soon as we are able.

Please note our support team works Monday to Friday, from 9 am to 6 pm CET.

***

#### Back to

{% content-ref url="/spaces/Gk0mQOwBMc98gG9hlKRS" %}
[MyMove Documentation](https://move-solutions.gitbook.io/untitled/)
{% endcontent-ref %}

{% content-ref url="/spaces/HZAITQsJIMzWJXTg047m" %}
[Devices Documentation](https://move-solutions.gitbook.io/devices-documentation/)
{% endcontent-ref %}


---

# 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://move-solutions.gitbook.io/support/support.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.
