# Document Rewst Form URLs (IT Glue/Hudu) 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 Document Rewst Form URLs (IT Glue/Hudu) Crate do?

Our Document Rewst Form URLs (IT Glue/Hudu) Crate takes your Rewst form URLs and puts them into IT Glue or Hudu under each company, as a Flexible Asset for IT Glue users or Asset Layout for Hudu users.

* Give quick access to Rewst forms in your documentation platform
* Make retrieving forms easier for technicians by keeping them in a central space
* Allow forms only users to have easy access to forms

## Crate prerequisites

[IT Glue](https://docs.rewst.help/documentation/integrations/integration-guides/it-glue-integration-setup) or [Hudu](https://docs.rewst.help/documentation/integrations/integration-guides/hudu-integration-setup) must be integrated with Rewst prior to unpacking this Crate.

## Unpack the Document Rewst Form URLs (IT Glue/Hudu) Crate

1. Navigate to **Marketplace > Crates** in the left side menu of the Rewst platform.
2. Search for the `Document Rewst Form URLs` Crate.
3. Click on the Crate tile to begin unpacking.\
   \
   ![](https://1835401289-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FAQQ1EHVcEsGKBPVHmiav%2Fuploads%2F7j3l0Cyuq5BCOfvyFYeH%2Fimage.png?alt=media\&token=c3c29e3f-a52c-4820-af03-961e584ee75f)
4. Click **Unpack Crate**.
5. Select your documentation platform from the drop-down selector.<br>

   <figure><img src="https://1835401289-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FAQQ1EHVcEsGKBPVHmiav%2Fuploads%2FXDdsxJoq109T2nahUIac%2FScreenshot%202025-03-07%20at%209.59.24%E2%80%AFAM.png?alt=media&#x26;token=1b9e0ebe-dada-46b3-9a0a-a96c99faca68" alt=""><figcaption></figcaption></figure>
6. Click **Continue**.
7. Change the **Workflow name**, if desired.
8. Click **Unpack**.
9. Navigate to **Automation > Workflows**.
10. Search for `[ROC] Add Missing Forms to ITGlue/Hudu`.
11. Click into the workflow.
12. Select the Gear icon to view trigger details.\
    \
    ![](https://1835401289-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FAQQ1EHVcEsGKBPVHmiav%2Fuploads%2FPadPpsrOxrfoobZho5XQ%2Fimage%20\(15\).png?alt=media\&token=353c7a4d-01fc-4595-a781-9a7f2c42fc4c)
13. Set the trigger to **Enabled**.
14. Set the **Cron Schedule** as desired.\
    \
    ![](https://1835401289-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FAQQ1EHVcEsGKBPVHmiav%2Fuploads%2FeA1PRJYtFEboXOGOptoy%2Fimage%20\(16\).png?alt=media\&token=1c0441b2-8926-4b4e-8373-5b6a73a0dac6)
15. Click **Submit**.

{% hint style="info" %}
The workflow is designed to run at the MSP level organization. The workflow will automatically iterate through your Rewst child orgs and populate their specific form URLs in the documentation platform
{% endhint %}

### Test the Crate

1. Click **test** in the top right corner of the page.
2. Select your MSP organization and click **Test**.
3. Navigate to **Automations > Results** to view the workflow execution.
4. Navigate to your relevant documentation tool's portal and ensure that the documentation is present.

   1. The new asset type created in Hudu will be called **Rewst Forms**.\
      ![](https://1835401289-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FAQQ1EHVcEsGKBPVHmiav%2Fuploads%2Fy8VZNAiprxOzIHi4RGxc%2FScreenshot%202025-10-02%20at%202.43.17%E2%80%AFPM.png?alt=media\&token=2cbdc04b-d476-4349-99be-ff810731a689)
   2. The new asset type created in IT Glue will be called **Rewst Forms**.\
      ![](https://1835401289-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FAQQ1EHVcEsGKBPVHmiav%2Fuploads%2FxLF130we5bFoQy1pdhSH%2FScreenshot%202025-10-02%20at%204.06.47%E2%80%AFPM.png?alt=media\&token=7ec58b2d-1b32-47ea-aa02-62c08cd3f20b)

## Organization variables associated with this Crate

{% hint style="info" %}
For more on organization variables and how to use them, see our org variable documentation [here](https://docs.rewst.help/documentation/configuration/organization-variables). To review how to add and edit organization variables, see our documentation [here](https://docs.rewst.help/integrations/organization-variables#edit-or-delete-existing-organization-variables).&#x20;

Organization variables not found in our standard organization variables documentation, such as the ones listed below, are typically system variables that are handled by integration mappings.

If you haven't done so already, we recommended that you run the [Configure Organization Variables Crate](https://docs.rewst.help/documentation/crates/existing-crate-documentation/configure-organization-variables), which will help you set org variables that are relevant to you and your customer's environments.
{% endhint %}

### Exclude forms from the Document Rewst Form URLs (IT Glue/Hudu) Crate with organization variables

An organization variable will automatically be created while unpacking the Crate if it doesn't already exist in your organization:

* For Hudu users, `hudu_form_excluded_forms`&#x20;
* For ITGlue users, `itg_form_excluded_forms`

These org variables are created as an empty list between two `[]` and will contain a list of trigger IDs. To use this feature, edit the org variable and insert the trigger IDs of any forms you wish to exclude within the brackets, separated by commas. For example: `["form_trigger_id_1", "form_trigger_id_2"]`. The related portion of the Crate's workflow will retrieve a list of all forms and find the ones that don't match the input. Forms in that list will be removed.\
&#x20;&#x20;

{% 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: 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/document-rewst-form-urls-it-glue-hudu-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.
