# Mock API

- [Request](https://docs.stoobly.com/core-concepts/mock-api/requests.md): A Stoobly request represents a HTTP request
- [Response](https://docs.stoobly.com/core-concepts/mock-api/requests/response.md): A Stoobly response represents a HTTP request's response
- [Replay History](https://docs.stoobly.com/core-concepts/mock-api/requests/replay-history.md)
- [Scenarios](https://docs.stoobly.com/core-concepts/mock-api/scenarios.md): A Stoobly cenario is a sequence of requests that describes a workflow
- [Snapshots](https://docs.stoobly.com/core-concepts/mock-api/snapshots.md): A Stoobly snapshot is a collection of requests and scenarios
- [Fixtures](https://docs.stoobly.com/core-concepts/mock-api/fixtures.md)
- [Public Folder](https://docs.stoobly.com/core-concepts/mock-api/public-folder.md)


---

# 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.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.
