> For the complete documentation index, see [llms.txt](https://documentation.taskmaverick.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://documentation.taskmaverick.com/missions/how-to-guides/import-a-mission-from-marketplace.md).

# Import a Mission from Marketplace

The Marketplace is a library of ready-made Mission templates created by the Taskmaverick. Instead of building every Mission from scratch, you can import proven templates tailored to your industry - then configure and schedule them.

## How the Marketplace is organized

<table><thead><tr><th width="176">Level</th><th>What it is</th></tr></thead><tbody><tr><td><strong>Catalog</strong></td><td>A collection grouped by industry or purpose (e.g. "Restaurant Operations")</td></tr><tr><td><strong>Bundle</strong></td><td>A subset within a Catalog (e.g. "Kitchen Safety Bundle")</td></tr><tr><td><strong>Mission</strong></td><td>An individual template</td></tr></tbody></table>

Your organization can access Catalogs that match your industry and business type.

## How to import

1. Go to **Marketplace** in your Organization
2. Browse available Catalogs, Bundles, and individual Missions
3. Click **Add** on the items you want -> they go to your Import List
4. Open the **Import List** → click **Confirm & Import**

Missions go to your [Missions -> In Library](/missions/where-to-find-your-missions.md) page. Tickets go to the Missions -> As Tickets. If a Mission contains a Media question, the Media Mission is imported automatically.

## What happens after import

* Missions arrive with **default** [**Settings**](/missions/how-to-guides/configure-mission-settings.md)**.** Configure them before assigning Missions
* [**Main Attributes and Geography**](/missions/how-to-guides/build-a-mission.md#how-a-mission-is-structured) **cannot be edited** - they stay linked to the Taskmaverick source
* You **can** edit [Settings](/missions/how-to-guides/configure-mission-settings.md), add Tickets, Tags, Categories, and [Labels](/missions/how-to-guides/tag-questions.md) or configure [Photo/Video proofs](/missions/how-to-guides/build-a-mission.md#what-you-can-add-to-any-question)
* Imported Missions show a **Taskmaverick logo** on web and mobile
* The imported Mission keeps a **link** to its source - when Taskmaverick updates it, you'll see an "Update Available" indicator

## Mission Version Updates

When the Taskmaverick team updates an imported Mission, you'll see an indicator. Select:

<table data-view="cards"><thead><tr><th>Option</th><th>What happens</th></tr></thead><tbody><tr><td><strong>Update &#x26; Sync</strong></td><td>Accept the changes</td></tr><tr><td><strong>Update Later</strong></td><td>Postpone the decision</td></tr><tr><td><strong>Ignore &#x26; Detach</strong></td><td>Permanently unlink — no future updates will apply</td></tr></tbody></table>

## Handling Title Conflicts

If an imported Mission has the same name as one you already have:

<table><thead><tr><th width="244">Option</th><th>What happens</th></tr></thead><tbody><tr><td><strong>Override Your Mission</strong></td><td>Replace yours with the imported version</td></tr><tr><td><strong>Rename Your Mission</strong></td><td>Keep the import, rename your existing one</td></tr><tr><td><strong>Rename Imported Mission</strong></td><td>Keep yours, give the import a new name</td></tr><tr><td><strong>Save in Another Folder</strong></td><td>Keep both with the same name in different folders</td></tr><tr><td><strong>Do Not Import</strong></td><td>Skip this Mission</td></tr></tbody></table>

## Good to know

* Only [System Admins](/your-organization/people.md#roles) can import; Organization Managers can browse but not import
* Import is **web only** — not available on mobile
* Missions can be **detached** from the Marketplace at any time - this removes the sync link
* Imported Tickets need a [**Destination Board**](/missions/what-are-missions/ticket.md) configured before they'll work


---

# 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, and the optional `goal` query parameter:

```
GET https://documentation.taskmaverick.com/missions/how-to-guides/import-a-mission-from-marketplace.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
