> For the complete documentation index, see [llms.txt](https://docs.platform.softwareone.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.platform.softwareone.com/modules-and-features/marketplace/requests/set-request-to-processing.md).

# Set querying requests to processing

When you update your request, for example, by attaching documents, it's important to change the request status to **Processing** and send the request back to the vendor. This action informs the vendor that you've replied to their query, and the request is now ready for their review.&#x20;

Before changing the status of your request, note the following points:

* You can change the status of your request to **Processing** only if the current status is **Querying**. If the request is already in the **Processing** or **Completed** state, the option to change the status is unavailable.&#x20;
* Only change the status of your request to **Processing** once you've provided all the information and the request is ready for the vendor's review.

## Setting a querying request to processing

To change the status of your request:

1. On the **Requests** page, select the required request. The request details page is displayed.
2. Make changes as necessary and then click **Process**.&#x20;
3. In the **Process request** dialog, add your comments, and then select **Process**.&#x20;

<figure><img src="/files/q0iN2UPFKrunFD4qlSRC" alt="" width="563"><figcaption><p>Process request dialog</p></figcaption></figure>

The status of your request changes from **Querying** to **Processing**. If you added comments in the **Process request** dialog, your comments are displayed and visible to everyone on the **Activity** tab.&#x20;


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.platform.softwareone.com/modules-and-features/marketplace/requests/set-request-to-processing.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
