> For the complete documentation index, see [llms.txt](https://docs.inforiver.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.inforiver.com/infobridge-wb-matrix-only/9.-data-transformations/import-and-export.md).

# 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="/files/nmlXhEuPp2x5cNncLl1Q" 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="/files/rWN7zUfpBxuPjbG6eeJ3" 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="/files/4LVE5lmlHwePN8XoFGkk" alt=""><figcaption><p>Importing steps into Infobridge</p></figcaption></figure>

The steps are imported into the target query.

<figure><img src="/files/jCkNOlAieEEkUCwsJXgF" alt=""><figcaption><p>Steps imported in target query</p></figcaption></figure>


---

# 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:

```
GET https://docs.inforiver.com/infobridge-wb-matrix-only/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.
