# Guides

- [How to Run the Agent](https://docs.stoobly.com/guides/how-to-run-the-agent.md)
- [Run with CLI](https://docs.stoobly.com/guides/how-to-run-the-agent/run-with-cli.md)
- [Run with Docker](https://docs.stoobly.com/guides/how-to-run-the-agent/run-with-docker.md): How to use run Stoobly with Docker
- [How to Configure the Agent](https://docs.stoobly.com/guides/proxy-configuration.md): How to configure Stoobly to intercept HTTP(s) traffic
- [Forward Proxy](https://docs.stoobly.com/guides/proxy-configuration/forward-proxy.md): Configure the proxy to intercept outbound requests
- [Enable HTTPS Traffic](https://docs.stoobly.com/guides/proxy-configuration/forward-proxy/enable-https-traffic.md): Configure the forward proxy to intercept HTTPS traffic
- [Reverse Proxy](https://docs.stoobly.com/guides/proxy-configuration/reverse-proxy.md): Configure the proxy to intercept inbound requests
- [How to Record Requests](https://docs.stoobly.com/guides/how-to-record-requests.md): Overview of recording HTTP(s) requests
- [Recording from the UI](https://docs.stoobly.com/guides/how-to-record-requests/recording-from-the-ui.md)
- [Recording from the CLI](https://docs.stoobly.com/guides/how-to-record-requests/recording-from-the-cli.md)
- [How to Create Contexts](https://docs.stoobly.com/guides/how-to-record-requests/how-to-create-contexts.md)
- [How to Create Scenarios](https://docs.stoobly.com/guides/how-to-record-requests/how-to-create-scenarios.md): Overview of creating scenarios
- [Creating from the UI](https://docs.stoobly.com/guides/how-to-record-requests/how-to-create-scenarios/creating-from-the-ui.md)
- [Creating from the CLI](https://docs.stoobly.com/guides/how-to-record-requests/how-to-create-scenarios/creating-from-the-cli.md)
- [How to Create Requests](https://docs.stoobly.com/guides/how-to-record-requests/how-to-create-requests.md)
- [How to Customize Recordings](https://docs.stoobly.com/guides/how-to-record-requests/how-to-customize-recordings.md)
- [Customizing with Lifecycle Hooks](https://docs.stoobly.com/guides/how-to-record-requests/how-to-customize-recordings/customizing-with-lifecycle-hooks.md)
- [How to Update Requests](https://docs.stoobly.com/guides/how-to-update-requests.md)
- [Editing from the UI](https://docs.stoobly.com/guides/how-to-update-requests/editing-from-the-ui.md)
- [Editing with Snapshots](https://docs.stoobly.com/guides/how-to-update-requests/editing-with-snapshots.md)
- [How to Update Scenarios](https://docs.stoobly.com/guides/how-to-update-requests/how-to-update-scenarios.md)
- [Updating with Overwrite](https://docs.stoobly.com/guides/how-to-update-requests/how-to-update-scenarios/updating-with-overwrite.md)
- [Updating with Replay](https://docs.stoobly.com/guides/how-to-update-requests/how-to-update-scenarios/updating-with-replay.md)
- [Updating with Replay](https://docs.stoobly.com/guides/how-to-update-requests/updating-with-replay.md)
- [Replaying from the UI](https://docs.stoobly.com/guides/how-to-update-requests/updating-with-replay/replaying-from-the-ui.md)
- [Replaying from the CLI](https://docs.stoobly.com/guides/how-to-update-requests/updating-with-replay/replaying-from-the-cli.md)
- [How to Customize Replays](https://docs.stoobly.com/guides/how-to-update-requests/updating-with-replay/how-to-customize-replays.md)
- [Customizing with Lifecycle Hooks](https://docs.stoobly.com/guides/how-to-update-requests/updating-with-replay/how-to-customize-replays/customizing-with-lifecycle-hooks.md)
- [Updating with OpenAPI](https://docs.stoobly.com/guides/how-to-update-requests/updating-with-openapi.md)
- [How to Mock APIs](https://docs.stoobly.com/guides/how-to-mock-apis.md)
- [How to Enable Mocking](https://docs.stoobly.com/guides/how-to-mock-apis/how-to-enable-mocking.md)
- [Enabling from the UI](https://docs.stoobly.com/guides/how-to-mock-apis/how-to-enable-mocking/enabling-from-the-ui.md)
- [Enabling from the CLI](https://docs.stoobly.com/guides/how-to-mock-apis/how-to-enable-mocking/enabling-from-the-cli.md)
- [How to Snapshot Requests](https://docs.stoobly.com/guides/how-to-mock-apis/how-to-snapshot-requests.md)
- [Deleting Snapshots](https://docs.stoobly.com/guides/how-to-mock-apis/how-to-snapshot-requests/deleting-snapshots.md)
- [Sharing Snapshots](https://docs.stoobly.com/guides/how-to-mock-apis/how-to-snapshot-requests/sharing-snapshots.md)
- [How to Use Fixtures](https://docs.stoobly.com/guides/how-to-mock-apis/how-to-use-fixtures.md)
- [How to Customize Mocking](https://docs.stoobly.com/guides/how-to-mock-apis/how-to-customize-mocking.md)
- [Customizing with Lifecycle Hooks](https://docs.stoobly.com/guides/how-to-mock-apis/how-to-customize-mocking/customizing-with-lifecycle-hooks.md)
- [Customizing with Request Headers](https://docs.stoobly.com/guides/how-to-mock-apis/how-to-customize-mocking/customizing-with-request-headers.md)
- [Troubleshooting](https://docs.stoobly.com/guides/how-to-mock-apis/troubleshooting.md)
- [How to Replay Requests](https://docs.stoobly.com/guides/how-to-replay-requests.md): Replay HTTP(s) requests
- [Replay with the UI](https://docs.stoobly.com/guides/how-to-replay-requests/replay-with-the-ui.md)
- [Replay with the CLI](https://docs.stoobly.com/guides/how-to-replay-requests/replay-with-the-cli.md)
- [How to Integrate E2E Testing](https://docs.stoobly.com/guides/how-to-integrate-e2e-testing.md)
- [How to Scaffold an App](https://docs.stoobly.com/guides/how-to-integrate-e2e-testing/how-to-scaffold-an-app.md)
- [Scaffolding a Service](https://docs.stoobly.com/guides/how-to-integrate-e2e-testing/how-to-scaffold-an-app/scaffolding-a-service.md)
- [Customizing a Workflow](https://docs.stoobly.com/guides/how-to-integrate-e2e-testing/how-to-scaffold-an-app/customizing-a-workflow.md)
- [Customizing Container Services](https://docs.stoobly.com/guides/how-to-integrate-e2e-testing/how-to-scaffold-an-app/customizing-a-workflow/customizing-container-services.md)
- [Customizing Lifecycle Hooks](https://docs.stoobly.com/guides/how-to-integrate-e2e-testing/how-to-scaffold-an-app/customizing-a-workflow/customizing-lifecycle-hooks.md)
- [Customizing Init Scripts](https://docs.stoobly.com/guides/how-to-integrate-e2e-testing/how-to-scaffold-an-app/customizing-a-workflow/customizing-init-scripts.md)
- [Customizing Makefile](https://docs.stoobly.com/guides/how-to-integrate-e2e-testing/how-to-scaffold-an-app/customizing-a-workflow/customizing-makefile.md)
- [Troubleshooting](https://docs.stoobly.com/guides/how-to-integrate-e2e-testing/how-to-scaffold-an-app/troubleshooting.md)
- [How to Run a Workflow](https://docs.stoobly.com/guides/how-to-integrate-e2e-testing/how-to-run-a-workflow.md)
- [Running with CLI command](https://docs.stoobly.com/guides/how-to-integrate-e2e-testing/how-to-run-a-workflow/running-with-cli-command.md)
- [Running with Make](https://docs.stoobly.com/guides/how-to-integrate-e2e-testing/how-to-run-a-workflow/running-with-make.md)
- [Troubleshooting](https://docs.stoobly.com/guides/how-to-integrate-e2e-testing/how-to-run-a-workflow/troubleshooting.md)
- [Validating](https://docs.stoobly.com/guides/how-to-integrate-e2e-testing/how-to-run-a-workflow/troubleshooting/validating.md)
- [How to Stop a Workflow](https://docs.stoobly.com/guides/how-to-integrate-e2e-testing/how-to-stop-a-workflow.md)
- [Stopping with CLI command](https://docs.stoobly.com/guides/how-to-integrate-e2e-testing/how-to-stop-a-workflow/stopping-with-cli-command.md)
- [Stopping with Make](https://docs.stoobly.com/guides/how-to-integrate-e2e-testing/how-to-stop-a-workflow/stopping-with-make.md)
- [How to Show What Workflow Is Running](https://docs.stoobly.com/guides/how-to-integrate-e2e-testing/how-to-show-what-workflow-is-running.md)
- [Showing with CLI command](https://docs.stoobly.com/guides/how-to-integrate-e2e-testing/how-to-show-what-workflow-is-running/showing-with-cli-command.md)
- [How to Update a Scaffold](https://docs.stoobly.com/guides/how-to-integrate-e2e-testing/how-to-update-a-scaffold.md)
- [Deleting a Service](https://docs.stoobly.com/guides/how-to-integrate-e2e-testing/how-to-update-a-scaffold/deleting-a-service.md)
- [FAQ](https://docs.stoobly.com/guides/how-to-integrate-e2e-testing/faq.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/guides.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.
