# The Backpack

## What Is the Backpack

The **Backpack** allows you to store and transfer blocks across different questions or courses. By dragging blocks into the backpack within the rules editor of the Dynamic Engine, you can easily save and reuse useful code snippets or frequently used blocks. This helps streamline question building.

The backpack is an icon in the top right of the Dynamic Engine. It looks like this:

<figure><img src="https://211323355-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FDfKsc0R4AcYm9kZgIT2X%2Fuploads%2FGuLRSYxTawAAZTOcMaWB%2FScreenshot%202024-12-06%20at%204.44.39%E2%80%AFPM.png?alt=media&#x26;token=feae884d-2f37-49ed-b0a7-d8443d22d13a" alt=""><figcaption></figcaption></figure>

## How It Works

To use the backpack, follow these simple steps:

1. **Drag Blocks to Backpack**: Click and hold the block you wish to store, then drag it into the backpack icon located on the interface.
2. **Store Your Blocks**: Release the mouse button to drop the block into the backpack. The backpack can hold multiple blocks and is useful for transferring snippets across projects.
3. **Retrieve from Backpack**: To use a block from the backpack, click on the backpack icon, then drag the block from the backpack onto the workspace.
4. **Manage Backpack Content**: You can clear the backpack or individually remove blocks as needed, ensuring you keep only the most relevant blocks at your fingertips.

{% hint style="info" %}
Using the backpack effectively can enhance productivity by keeping commonly used blocks readily accessible.
{% 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://examind.gitbook.io/v1/build/question-builder/dynamic-questions/dynamic-engine/the-backpack.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.
