# McM glossary: chained requests

### What is a chained request?

A chained request is a collection of requests which connects different steps of the production. Submission of a chained request happens within the task chain/step chain settings and gives generally an output dataset for each step of the chain.

### Approval:

Not used in production. Generally is "flow".

### Status:

Can be "done" if request is completed, "submitted" if request is submitted, or "new" if request is not submitted.

### Last status

It reflects the last status of the requests which are chained (see status of requests for the meaning).

### Chain:

In the chain, all the requests of the chain (and their order in it) is shown.

### Step:

It indicates what is the currently processing request in the chain (shown with a star in the "chain", next to the request which is being processed by the system)


---

# 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://cms-pdmv.gitbook.io/project/monte-carlo-management-mcm-detailed-guide/mcm-glossary-chained-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.
