# Requests

## Requests screen

<div align="left"><img src="/files/-LQ0P8nbfEnGOd53I6E9" alt=""></div>

This page displays ongoing and closed requests launched by the user.

## Search filter

| Filter           | Remarks                                                                                                        |
| ---------------- | -------------------------------------------------------------------------------------------------------------- |
| Open             | Filter by current requests                                                                                     |
| Closed           | Filter by closed requests                                                                                      |
| Process          | Filter by process name of the requests                                                                         |
| Mode             | Request in **Test** mode or in **Real (active)** mode                                                          |
| Launched         | Predefined period for launched requests                                                                        |
| Or from... to... | User-defined period for launched requests; the pictogram displays a calendar allowing one-click date selection |

## List

| Columns         | Remarks                                                                 |
| --------------- | ----------------------------------------------------------------------- |
| Request #       | Request icon and request ID; a link displays the request follow-up form |
| Process         | Process name                                                            |
| Description     | Process description                                                     |
| Launched        | Request launch date                                                     |
| Time limit \[1] | Request deadline after which the request is considered late             |
| Closed \[2]     | Request closure date                                                    |

1. For requests to be completed.
2. For closed requests.

You can sort the list descending or ascending by any of the elements by clicking the corresponding column header.


---

# 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://docs.workflowgen.com/portal/7.22/requests.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.
