# Find and Use the Marketplace

The Marketplace is the central store for pre-packaged digital worker and skill templates maintained by the IFS Loops team. This guide walks you through how to find a template and import it into your workspace.&#x20;

&#x20;

**Before You Start**&#x20;

* You must be logged in to Agentic Studio with appropriate permissions.&#x20;
* You must have a workspace created and be working in the UAT environment.&#x20;
* Any connectors required by the template you intend to import should be available in your environment.&#x20;

&#x20;

**Steps: Import a Digital Worker from the Marketplace**&#x20;

1. Log in to Agentic Studio.&#x20;
2. Navigate to the Digital Workers page from the main navigation.&#x20;
3. Click the Create Digital Worker button.&#x20;
4. Select Import From Template.&#x20;
5. On the templates page, you will see two tabs: Local Templates (published by users in your organization) and Marketplace (published by IFS Loops). Select Marketplace.&#x20;
6. Browse or search for the template you need. Select it to view details.&#x20;
7. Follow the import wizard. You will be asked to map the connectors required by this digital worker to your available connectors.&#x20;
8. Once connectors are mapped, click Import. The digital worker is installed in your workspace in the UAT environment, at the version available in the Marketplace.&#x20;
9. The digital worker now appears on your Digital Workers page. A Draft copy is automatically created as your starting point for customization.&#x20;

&#x20;

*<mark style="color:$info;">Note: Digital workers can only be installed into the UAT environment. They cannot be deployed directly to Production.</mark>*&#x20;

&#x20;

**What Happens After Import**&#x20;

Once the digital worker is installed, you can open it from the Digital Workers page to access the Home, Compose, and Evaluate tabs. From there, you can review the digital worker's default configuration, use the Meta Prompter to make adjustments, run tests, and when ready, publish and promote to Production.&#x20;

&#x20;

**Using the Local Template Store**&#x20;

In addition to the Marketplace, your organization can maintain a local template store: a shared library of modified digital workers and skills that your team has customized and published internally. These appear on the Local Templates tab of the template selection screen.&#x20;

Publishing to the local template store allows configurations tailored to your organization's processes to be reused across workspaces without starting from scratch each time.&#x20;

&#x20;


---

# 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://kb.theloops.io/agenticstudio/resource-library/how-to-guides/find-and-use-the-marketplace.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.
