# Utility Tools

wotSABot offers a set of tools on the left of the canvas which you can use while building the bot

Here are the utility tools you can use while building your bot:

**Search:** This tool allows you to look for the action block based on its name. The tool is really handy when the flow is huge and constant changes are required to be made in the flow

**Auto Layout:** This tool will allow you to automatically arrange all the action blocks on the canvas in proper order and ensure that the canvas looks neat and tidy

**Expanded View:** This tool allows you to see the content inside the action block

**Minimap:** This tool highlights the area of the canvas where the content is present

**Undo:** This tool allows you to reverse all the changes made in the flow or bot builder

**Redo:** This tool allows you to revert back to the recent changes made in the flow or bot builder

**Zoom In:** This tool allows you to zoom in, enlarging the size of the action blocks

**Zoom Out:** This tool allows you to zoom out, reducing the size of the action blocks

**Version Control:** This tool allows you to revert back to the old bot or old version on which the bot was built

**Zoom to Content:** This tool allows you to directly navigate to canvas where the content is present

\ <br>


---

# 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://help.wotsabot.ai/wotsabot-help-articles/utility-tools.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.
