# Computing's corner

- [Status of requests in computing](https://cms-pdmv.gitbook.io/project/computing/untitled-2.md): In this page, we collect useful information for Monte Carlo contacts about how to act in McM
- [Errors in production: explanation](https://cms-pdmv.gitbook.io/project/computing/errors-in-production-explanation.md): In this section, we comment on the errors observed in production and on the possible solutions that should be adopted to correct them. (page to be completed)
- [Task chain vs step chain](https://cms-pdmv.gitbook.io/project/computing/task-chain-vs-step-chain.md): From Alan Malta Rodrigues' wiki page: https://github.com/dmwm/WMCore/wiki/TaskChain-vs-StepChain


---

# 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/computing.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.
