> ## Documentation Index
> Fetch the complete documentation index at: https://benchgen.com/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Action Asset Library

> Reuse preconfigured Actions instead of rebuilding from scratch.

# Action Asset Library

A lightweight way to reuse preconfigured Actions (method, path, headers, mappings) instead of rebuilding from scratch.

***

## When to Use

* Common integration pattern you have used before
* Faster onboarding for a teammate
* Need a safe starting point you will lightly tweak (URL, auth, field names)

Avoid it if the new Action is radically different—manual creation may be clearer.

***

## Import Steps

1. Click **Add from Asset Library** on the Actions tab.
2. Browse or search for a relevant Action template.
3. Select it to preview description, method, and output fields.
4. Click **Import** to clone into your Topic context.
5. Adjust: endpoint base URL, authentication (swap to your secret), and any parameter / response mappings.
6. Provide Example Input JSON if missing.
7. Test & verify outputs populate.
8. Save.

<img src="https://mintcdn.com/benchgen-8fc81371/2OCozHVviHUGu126/images/agentspace/action-11-asset-library.png?fit=max&auto=format&n=2OCozHVviHUGu126&q=85&s=fc3a77ed0bc7de9c09635834c6bf7a6a" alt="Asset Library" width="973" height="648" data-path="images/agentspace/action-11-asset-library.png" />

***

## Minimal Post‑Import Checklist

* [ ] Auth header updated to your secret reference
* [ ] URL / path placeholders correct (`{id}` etc.)
* [ ] Unused query/body parameters removed
* [ ] Output schema only contains fields you actually use
* [ ] Test run passes (status + mapped fields)

***

## Good Hygiene

* Rename generic labels (e.g., `GetData`) to something explicit (`Get Product Details`).
* Strip fields you do not consume to limit maintenance.
* Treat imported examples as hints—validate against real API docs.

***

**Next:** Return to the [Action guide](/agentspace/how-to-create-action) to continue with chat flow validation.
