# Job: Import Result Group

## At a Glance

Import a Result Group from another job or project.

## Description

CryoSPARC jobs produce Result Groups, which are containers for outputs and associated metadata. These contain a variety of objects, depending on the job type. For instance, a Particles Result Group from a Non-Uniform Refinement contains information about the particles (poses, CTF fits, source micrographs, extracted particle stack locations, etc.). The Volume Result Group contains several volumes (the final reconstruction and the sharpened map, both half maps, and various masks).

These Result Groups can be exported in the Outputs screen. They can then be imported using this job (Import Result Group) to allow for their use in other projects or instances of CryoSPARC.

<figure><img src="https://1916621962-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-M7DGv3GkRvGGpbVPCgg%2Fuploads%2FdWgB5gyWauoUzT8sHAKB%2Fexport-button.png?alt=media&#x26;token=be78c811-7560-43b8-9b1b-b09f649356a1" alt=""><figcaption><p>The export button can be found on the left-hand side of each result group’s box in the Outputs tab of a completed job.</p></figcaption></figure>

As an example, say project P12 is the first time data has been collected on a certain target. It only went to moderate resolution after processing, so a new sample was produced with improved sample preparation conditions. This data was imported into a new project P13. A user could export the volume group from a refinement in P12, copy the group into P13’s project directory, and import it into P13 to generate templates, skipping the steps of blob picking and template generation in P13.

## Inputs

This job does not accept any inputs.

## Commonly adjusted parameters

This job requires an **absolute path** to the result’s `.csg` file. Absolute paths start with a slash (`/`).

{% hint style="info" %}
If you are viewing the `.csg` file in a terminal window, the absolute path is given by `realpath {filename.csg}`.
{% endhint %}

## Outputs

The outputs of this job depend on the Result Group that is imported.


---

# 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://guide.cryosparc.com/processing-data/all-job-types-in-cryosparc/import/job-import-result-group.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.
