# Techniques for building process flows (classic canvas)

## Adding shapes

To add a shape to a process flow, click the + icon at the point you want to place it - for example:

<div align="left"><figure><img src="/files/50UbJU0bTljjWlvjgH9o" alt="" width="340"><figcaption></figcaption></figure></div>

...then choose the type of shape to add:

<div align="left"><figure><img src="/files/uJ0sMEAaUhaJc7hRFNex" alt="" width="375"><figcaption></figcaption></figure></div>

Depending on the shape, the settings panel will either open immediately so you can provide details before the shape is added to the canvas, or the shape is added to the canvas and you can [update settings](#updating-shape-settings) when you're ready.

## Accessing shape settings

To access settings for an existing shape, click the associated 'cog' icon - for example:

<div align="left"><figure><img src="/files/Heh9rwrEltld6ep3Jrsf" alt="" width="350"><figcaption></figcaption></figure></div>

The **settings** panel is displayed, so you can configure the shape as required - don't forget to save changes.

<div align="left"><figure><img src="/files/4g0mqLJtmxfMv3c8XzdG" alt=""><figcaption></figcaption></figure></div>

{% hint style="info" %}
Settings vary for each shape - please see our [Process flow shapes](/product-documentation/process-flows/building-process-flows/process-flow-shapes.md) section for more information.
{% endhint %}

## Changing a shape name

When a shape is dropped into the canvas, it's labelled with a generic name - 'map', 'flow', 'split', etc. Sometimes it can be useful to modify these names to something more specific - for example, to give a hint of what the shape's purpose in your flow (particularly if you have multiple shapes of the same type!).

To change the name, simply access shape settings, then click the 'edit' icon associated with the name at the very top of the settings drawer - for example:

<div align="left"><figure><img src="/files/sYLKLIbiAG4tRQSL46zw" alt="" width="356"><figcaption></figcaption></figure></div>

The name field can now be edited - update the current name as needed, then click save at the bottom of the settings drawer:

<div align="left"><figure><img src="/files/vq3krvlzoGRdR9LwJqiW" alt="" width="357"><figcaption></figcaption></figure></div>

## Removing shapes

To remove a shape, click the associated 'cog' icon - for example:

<div align="left"><figure><img src="/files/7wFVMA7sBvVlb0pbGcmT" alt="" width="353"><figcaption></figcaption></figure></div>

...then click the **delete** option in the **settings** panel - for example:

<div align="left"><figure><img src="/files/1CAeDPF1yuBkWoamPNBs" alt="" width="375"><figcaption></figcaption></figure></div>


---

# 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://doc.wearepatchworks.com/product-documentation/process-flows/building-process-flows/the-process-flow-canvas/techniques-for-building-process-flows-classic-canvas.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.
