> For the complete documentation index, see [llms.txt](https://guestprint.mmv.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://guestprint.mmv.org/master.md).

# Home

## Let's Start!

From which equipement would you like to print ?

{% tabs %}
{% tab title="Windows" %}
From a Windows Machine, you are able to use one of the following methods :

* [MAIL TO PRINT](/mail-to-print/how-to.md)
* WEB PRINT
* MOBILITY PRINT
  {% endtab %}

{% tab title="MacOS" %}
From a Mac, you are able to use one of the following methods :

* MOBILITY PRINT
* [MAIL TO PRINT](/mail-to-print/how-to.md)
* WEB PRINT
  {% endtab %}

{% tab title="iPhone / iPad" %}
From an iPhone or iPad, you are able to use one of the following methods :

* MOBILITY PRINT
* [MAIL TO PRINT](/mail-to-print/how-to.md)
* WEB PRINT
  {% endtab %}

{% tab title="Android" %}
From an Android Device, you are able to use one of the following methods :

* [MAIL TO PRINT](/mail-to-print/how-to.md)
* WEB PRINT
* MOBILITY PRINT
  {% endtab %}
  {% endtabs %}


---

# 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:

```
GET https://guestprint.mmv.org/master.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.
