# Modify a Request

### The following fields can be modified after a [**Request**](/streamly/concepts/request.md) has been submitted.

| **Field name**            |   **From channel**   |   **From app home**  |
| ------------------------- | :------------------: | :------------------: |
| `Complete` (aka `Status`) | :white\_check\_mark: | :white\_check\_mark: |
| `Assignee`                |          :x:         | :white\_check\_mark: |
| `Due date`                |          :x:         | :white\_check\_mark: |

{% hint style="warning" %}
Changing a task's `Status` to `Closed` in Slack will stop conflict resolution messages from posting in the private [**team channel**](/streamly/reference/streams/modify/team.md) (or app home `Messages` tab for single-member [**Streams**](/streamly/concepts/stream.md)).
{% endhint %}

#### To modify a Request's `Status` from the message posted in the channel associated with the Stream it was submitted in, click the button on the message reading either:

* `Close`&#x20;

  > for `Open` **Requests**
* `Re-open`&#x20;

  > for `Closed` **Requests**

#### To modify a Request from the `Requests` section of the app home, [find](/streamly/reference/requests/find.md) the Request and click the :gear:`Manage Request` button.

* The `Status` of the **Request** can be modifed by clicking the same button described above.
* Other fields need to be selected from the menu at the **bottom** of the modal.  The desired **new value** can be selected in the **next modal**.

#### Teams have the option to require [approvals](/streamly/reference/streams/modify/team.md) for changes to any of these fields by non-team members.

If an approval is set for a field, modifications may be rejected.  The user seeking the field change will be **notified** if the change is:

* Applied immediately
* Awaiting approval
* Approved
* Rejected


---

# 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://happybara.gitbook.io/streamly/reference/requests/modify.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.
