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

# workflow

- [Update asdf Plugins With Latest Package Versions](https://ploegert.gitbook.io/til/tools/workflow/update-asdf-plugins-with-latest-package-versions.md)
- [Toggle Between Stories In Storybook](https://ploegert.gitbook.io/til/tools/workflow/toggle-between-stories-in-storybook.md)
- [Rotate An Image To Be Oriented Upright](https://ploegert.gitbook.io/til/tools/workflow/rotate-an-image-to-be-oriented-upright.md)
- [Prune The Excess From node\_modules](https://ploegert.gitbook.io/til/tools/workflow/prune-the-excess-from-node-modules.md)
- [Get Your Public IP Address](https://ploegert.gitbook.io/til/tools/workflow/get-your-public-ip-address.md)
- [Forward Stripe Events To Local Server](https://ploegert.gitbook.io/til/tools/workflow/forward-stripe-events-to-local-server.md)
- [Enable Dev Tools For Safari](https://ploegert.gitbook.io/til/tools/workflow/enable-dev-tools-for-safari.md)
- [Create A Public URL For A Local Server](https://ploegert.gitbook.io/til/tools/workflow/create-a-public-url-for-a-local-server.md)
- [Convert An ePub Document To PDF On Mac](https://ploegert.gitbook.io/til/tools/workflow/convert-an-epub-document-to-pdf-on-mac.md)
- [Change Window Name In iTerm](https://ploegert.gitbook.io/til/tools/workflow/change-window-name-in-iterm.md)
- [Interactively Kill A Process With fkill](https://ploegert.gitbook.io/til/tools/workflow/interactively-kill-a-process-with-fkill.md)


---

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

```
GET https://ploegert.gitbook.io/til/tools/workflow.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.
