# Response

A Stoobly response is tightly coupled to a Stoobly request. It contains additional data such as the HTTP response code and round-trip latency.

## Components

<details>

<summary>Headers</summary>

List of **name** and **value** pairs respectively representing the response header name and response header value

</details>

<details>

<summary>Body</summary>

Data of blob format representing the request body

</details>

## How To Create Responses

If you are recording a HTTP request, a Stoobly request and associated response will be created.


---

# 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://docs.stoobly.com/core-concepts/mock-api/requests/response.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.
