# Make Request to MSS

Makes a Request to MSS.

Action available for the following operating systems:

![](/files/-MKK7IW41U6rxT2tC7Dn)

### Parameters

*Request*

* **Request Code** *\<unquoted string> -* The code of the MSS Request to make.
* **File to Print** *\<string> -* The full path ant name of the file to be printed. This parameter is mandatory.
* **Report Parameter 0** *\<unquoted string> -* The control or variable to save the report parameter.

(...)

* **Report Parameter 3** \<unquoted string> - The control or variable to save the fourth report parameter.
* **Timeout** *\<numeric> -* The timeout, in miliseconds, for this action.

*Answer*

* **Target Answer Type** *\<unquoted string> -* The control or variable that saves the answer type.
* **Target Answer Code** *\<unquoted string> -* The control or variable that saves the answer code.


---

# 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://doc.sysdevmobile.com/kalipso5/developing/form/actions/actions-description/group-others/make-request-to-mss.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.
