> For the complete documentation index, see [llms.txt](https://happybara.gitbook.io/streamly/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://happybara.gitbook.io/streamly/reference/requests/modify.md).

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