# Running local bots via UiPath Assistant

{% hint style="info" %}
Since Release 2.1.6, the "Run local UiPath process" brick is only available on Enterprise plans.
{% endhint %}

## Running local bots via UiPath Assistant

By integrating PixieBrix with UiPath Assistant, you can trigger local automation processes directly from the web browser. You can even pass information from the page as input arguments to the process.

### Install UiPath Assistant

Install UiPath Assistant on your computer. See the [UiPath documentation for installation instructions](https://docs.uipath.com/robot/docs/uipath-assistant).

### Configure a UiPath Assistant brick

#### Add the "Run local UiPath process" brick

In the Page Editor, add the "Run local UiPath process" brick

<figure><img src="/files/qbaT4J42pT0zcNS8ttsM" alt=""><figcaption></figcaption></figure>

You browser will prompt you to Open UiPath assistant, originating from the page you're currently editing:

<figure><img src="/files/pSk20EW3CjIcmOSfzYq4" alt=""><figcaption></figcaption></figure>

Once you click "Open UiPath Assistant", the UiPath Assistant will prompt you to give access to the page. Accept the access request:

<figure><img src="/files/UENWCYsEhnYiBXf2YU4M" alt=""><figcaption></figcaption></figure>

#### Configure the UiPath Process

Now that PixieBrix is connected to the UiPath assistant, you can select the UiPath process you want to run from the dropdown

<figure><img src="/files/77VylSAwSqlpL3dauzkA" alt=""><figcaption></figcaption></figure>

Next, locate the input arguments for the process.

{% hint style="info" %}
You can learn how to create/manage input arguments for process in the UiPath documentation: [Managing Arguments](https://docs.uipath.com/studio/docs/managing-arguments)
{% endhint %}

In the UiPath Assistant, select "Show process details" from the dropdown menu next to the process

<figure><img src="/files/35NYy9twSqJuXhP0U4N5" alt=""><figcaption></figcaption></figure>

The "Customize" section will show the names of the input parameters. For example, in the following screenshot, the input is called `in_CaseNumber`

<figure><img src="/files/NprwFnth3gwFj9nF0QYk" alt=""><figcaption></figcaption></figure>

In the PixieBrix block configuration, click "Add Property" to add an input argument. Paste in the name of the property, and enter an expression for the value. Repeat for each input you want to pass in

<figure><img src="/files/pvMeiaFg0HhHP9RZVMSH" alt=""><figcaption></figcaption></figure>


---

# 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://docs.pixiebrix.com/integrations/uipath/running-local-bots-via-uipath-assistant.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.
