# What is a Request?

### **Each** [**Request**](/streamly/reference/requests.md) **has the following fields:**

* **`Status`**&#x20;

  > Requests have a status of either `Open` or `Closed`.
  >
  > * This field is named `Complete` in the [**field library**](/streamly/reference/streams/modify/field-library.md).
* **`Subject`**&#x20;

  > Requests have a `Subject` of no more than 140 characters.
  >
  > * This field is **not** editable in Slack.
* **`Requester`**&#x20;

  > Requests have a `Requester` who submitted the Request.
  >
  > * This field is **not** editable in Slack.
* **`Assignee`**&#x20;

  > Requests can have an `Assignee` who is a member of the relevant [**team**](/streamly/reference/streams/modify/team.md).
  >
  > * This field is *optional* by default and can be removed from **Request** [**forms**](/streamly/reference/streams/modify/form-builder.md).
  > * If this field is removed from the **Request** form, only team members will be able to make changes to it.
* **`Due date`**&#x20;

  > Requests can have a `Due date`.
  >
  > * This field is *optional* by default and can be removed from **Request** forms.
  > * If this field is removed from the **Request** form, only team members will be able to make changes to it.

####

#### These fields sync with their counterparts in any [**connected tools**](/streamly/reference/streams/modify/tools.md).  Any other fields attached to a Request will be pushed to tools at submission, but are not editable in Slack.

{% content-ref url="/pages/-M8LSO0R6gwoxf4vUZSe" %}
[Requests](/streamly/reference/requests.md)
{% endcontent-ref %}


---

# 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/concepts/request.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.
