# Organizational Setup Report 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 Organizational Setup Report Crate do?

The Organizational Setup Report Crate offers a report of your managed organizations, including their installed integrations, mapping IDs, users, and organization variables. This can be helpful during the onboarding process to track your setup progress.

Find the [webhook](https://docs.rewst.help/documentation/automations/intro-to-triggers/use-cases-and-examples/using-webhook-triggers#what-is-a-webhook-trigger) trigger URL to view the report, updated nightly.

## Unpack the Organizational Setup Report Crate

1. Navigate to **Marketplace > Crates** in the left side menu of the Rewst platform.
2. Search for `Organizational Setup Report`.\
   \
   ![](/files/hJi6nrxVoH7g1cAGsNLW)
3. Click on the Crate tile to begin unpacking.
4. Click **Unpack Crate**.
5. Click **Continue**.
6. Edit your workflow name in the **Workflow Name** field, if desired.
7. Enter your estimate into the **Time Saved** field.
8. Note that you have the option under both the **Webhook** and **Cron Job** trigger accordion menus to activate the Crate for all future organizations in addition to the current one. Current org-only is the default. You may also set activation to certain [tags](https://docs.rewst.help/documentation/settings/tags-in-rewst), trigger criteria, or for integration overrides.
9. Click **Unpack**.

## View the Crate report

{% hint style="info" %}
The first run of the report usually takes some time, with subsequent runs completing more quickly. You can watch the progress in the results page.
{% endhint %}

1. Navigate to **Automations > Workflows** in the left side menu of your Rewst platfor,.
2. Search for `View Org Setup Report`.<br>

   <figure><img src="/files/h6ag7z6ARpBLto0c6F7I" alt=""><figcaption></figcaption></figure>
3. Click the workflow to launch it in the Workflow Builder.
4. Select the **Web GET** trigger from the trigger drop-down selector.\
   \
   ![](/files/NpE7YJMoECBPxpBPTzxx)
5. Click ![](/files/Ybu8ZIwxEmIQPSvK0Cm3) to open the trigger.
6. Under **Trigger Configuration**, click **View Webhook URLs**.
7. Copy the URL and launch it in a new tab.

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

8. View the report. If desired after making changes, click **Background Refresh Data** to push the workflow to update the report.

<figure><img src="/files/rCcn1wWJsrvTrfxLZheO" alt=""><figcaption><p>An example of a completed report</p></figcaption></figure>

## Troubleshoot the Organizational Setup Report Crate

If the error `x-Rewstsecret header not provided` is given when pasting the webhook URL into a new tab to view the report:

1. Scroll down the trigger page in Rewst to locate the **Secret Key** field.
2. Clear the field.
3. Click **Submit**.
4. Refresh the tab where you pasted the webhook URL. The report should now appear.

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

{% 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/organizational-setup-report-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.
