# Import and export

You may have applied a series of transformations on a particular query, and the same transformations need to be re-applied on a different query - for instance, if you get similar data from different source systems. Infobridge supports re-usability by allowing you to export transformation steps and import them into another query.

<figure><img src="https://github.com/lumelinc/PowerTableDocs/blob/main/.gitbook/assets/image%20(54).png" alt=""><figcaption><p>Import and export options</p></figcaption></figure>

### 1. Exporting transformation steps

When you click the **Export** button from the Transform ribbon, Infobridge extracts the transformation steps and downloads them into a .bck file. The file will be downloaded to the designated folder on your machine.

<figure><img src="https://github.com/lumelinc/PowerTableDocs/blob/main/.gitbook/assets/image%20(57).png" alt=""><figcaption><p>Exporting transformation steps</p></figcaption></figure>

### 2. Importing transformation steps

Click the Import button and choose the .bck file from your machine to import and reuse steps in a query.

<figure><img src="https://github.com/lumelinc/PowerTableDocs/blob/main/.gitbook/assets/image%20(59).png" alt=""><figcaption><p>Importing steps into Infobridge</p></figcaption></figure>

The steps are imported into the target query.

<figure><img src="https://github.com/lumelinc/PowerTableDocs/blob/main/.gitbook/assets/image%20(2568).png" alt=""><figcaption><p>Steps imported in target query</p></figcaption></figure>


---

# 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://docs.fabricplan.com/infobridge/9.-data-transformations/import-and-export.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.
