# Design

There are a variety of design tools available. I have used [whimsical ](https://whimsical.com)and to a lesser extent [Figma ](https://www.figma.com)whilst experimenting briefly with [Balsamiq ](https://balsamiq.com)(wire-framing) and cloud-based code auto-generating tools like [gridbox ](https://www.gridbox.io)and [webflow](https://webflow.com).

I wrote [an article](https://dev.to/johnkazer/revist-the-waterfall-process-but-this-time-with-maths-27cn) about how to link Figma designs semi-automatically into the state machine design process. The idea being to enable the graphical and logic design process to come together.


---

# 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://johnkazer.gitbook.io/core-web-dev-concepts/app/design.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.
