> For the complete documentation index, see [llms.txt](https://docs.valorx.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.valorx.com/valorx-fusion/design-studio/workflow-and-ux/toolbox.md).

# Toolbox

Toolbox is one of the most important aspect of Workflow. Designers can make decision of how to display the way an app looks by using the toolbox options. Designers can define the Design mode configurations using the workflow toolbox. However, the runtime toolbox will define the Runtime mode configurations and these are two different toolbox variations.

Toolbox contains all Tasks grouped by type of Task. In addition workflow also provides bunch of Common Tasks too which includes Display and Save which uses Maps to display data and save data. Toolbox contains all the tasks which becomes a Step of workflow on dragging and dropping the same on designer canvas. You can create new task from workflow designer itself by clicking<img src="/files/-MGcisZjkgFCAbUm9F6l" alt="" data-size="line">icon beside every task type. Apart from regular tasks workflow has its own set of tasks named "Common Tasks".

Toolbox has different sections like Common Tasks, Query, API, Macro, Dataset, Refresh Ribbon, Clear, Launch CRM, Refresh Map.

Open an **Excel** and open an app in Design Studio from connections list, and click **Workflow and UX.**

<div align="left"><img src="/files/tWrQ8VDBwMoZFqYh14UF" alt="" width="563"></div>

Select **New Workflow** from the below Workflow and UX window and provide the name of the workflow under **Workflow Name**, and click **Create.**

![](/files/xgnPDxRcGouMesb4oixt)

Below window will open up when we click Create. Toolbox will be displayed on the left hand side of the window.&#x20;

![](/files/KJ4t4Hoirs1x6G0Pp9xK)


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.valorx.com/valorx-fusion/design-studio/workflow-and-ux/toolbox.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
