> For the complete documentation index, see [llms.txt](https://docs.rewst.help/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.rewst.help/documentation/crates/existing-crate-documentation/client-form-launcher-crate.md).

# Client Form Launcher Crate

{% hint style="info" %}
If you’re new to Crates, read through our introductory Crate documentation [here](https://docs.rewst.help/prebuilt-automations/crates). Find the Crate in our Crate Marketplace.
{% endhint %}

## What does the Client Form Launcher Crate do?

The Client Form Launcher Crate allows for browsing of existing Rewst forms by customer and form name, and adding a link to the form to existing service tickets for such customer.

### How the Crate works

* The Crate monitors forms using trigger criteria to identify which service ticket links to attach.
* Forms are filtered based on predefined criteria such as customer name, form name, type/subtype, or other attributes.
* When a matching form is found, it automatically inserts clickable links for the form.

The automation kicks off via form submission:

1. Fill out the form.
2. Submit the form.
3. The Crate's workflow kicks off upon form submission, which acts as a trigger.

## Unpack the Client Form Launcher Crate

1. Navigate to **Marketplace > Crates** in the left side menu Rewst platform.
2. Search for `Client Form Launcher`.

   \
   ![](/files/ndD8TXfKPLXcwc1KbTAH)
3. Click on the Crate tile to begin unpacking.
4. Click **Unpack Crate**.
5. Click **Continue**.
6. Ensure that **Enabled** is toggled on under **Configure Triggers**.\
   Note that you have the option under the **Form Submission** accordion menu to activate the Crate for all future organizations in addition to the current one. You may also set activation to certain [tags](/documentation/settings/tags-in-rewst.md).
7. Click **Unpack**.

### Use the Crate

1. Navigate to **Automations > Assets> Forms** in the left side menu of your Rewst platform.
2. Search for `Get Form Links and Add to Ticket`.
3. Click **⋮ > Usages > View Direct URLs.**
4. Click on the link for the organization which contains the user you wish to manage. This will launch the form in a new tab.
5. Fill out the form as follows:

   1. **Organization** - choose the relevant organization from the drop-down selector
   2. **Form** - choose the relevant form from the drop-down selector
   3. **Add Link to PSA Ticket** - select **Yes** or **No** to denote if you wish to add a link to this form to the selected open ticket

   \
   ![](/files/vA2tMkK1SiKhQcShrqGR)
6. Click **Submit** to run the workflow. The workflow will run and automatically add notes to your PSA with the results of the software operation.

### Test the Crate

1. Navigate to **Automations > Workflows** in the left side menu of your Rewst platform.
2. Search for `[[Rewst Master v3] PSA: Update Ticket – Actual`.
3. Click on the workflow to view it in the Workflow Builder.&#x20;
4. Click **Run** in the top right corner of the Workflow Builder Canvas.
5. Click **Run Test**.
6. Allow the workflow to run.
7. Execution results for the workflow run will appear in the right side menu. Click into any of the success or failure tiles for a more detailed breakdown of each.

{% hint style="info" %}
Got an idea for a new Crate? Rewst is constantly adding new Crates to our Crate Marketplace. Submit your idea or upvote existing ideas here in our [Canny feedback collector](https://rewst.canny.io/crates).
{% endhint %}


---

# 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:

```
GET https://docs.rewst.help/documentation/crates/existing-crate-documentation/client-form-launcher-crate.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.
