> For the complete documentation index, see [llms.txt](https://docs.realmigrator.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.realmigrator.com/beginning/binaries.md).

# Binaries

This menu contains a list of binaries which are part of **RealMigrator**, like .json files or .chai scripts.

![](/files/BppzJTAqLXH8m6rJ0L44)

## Import Binaries

Beside the default existing binaries, it is possible to import own binaries and scripts. There are two different options to import binaries into **RealMigrator**:

### Option 1

1. Click the **Drag & drop field**

![](/files/2wrP1hLoFFPVZaBMGyYc)

2. Choose a file
3. Finally, click **Open**

### Option 2

1. Search a script or binary on the own computer
2. Drag and drop this script or binary into the **Drag & Drop field**

## Filter by Path

**Filter by Path** is a filter function based on the file name. To search for a file, enter the name of the file. The filter shows the results automatically in the list.

![](/files/bPZY1sT8Bx8qKXzL5Uu0)

## Binary Details

To see further details or to delete a binary, click on a name of a binary.

![](/files/mwxPuCDygi6Kuz48Km9w)

This example above shows a script for the binary **backup/module.chai**.

A detail overview contains information about last modification, content-type, content-length, an ETag and a MD5.\
Additionally, the script is shown as well. It is possible to edit this script manually with a click into the script field. A click on the **Save** button will save the edits.

With a click on the **Open** button, the script will open in a new tab. It is not possible to edit a script in this tab.

### Delete a script

If a script is no longer necessary or incorrect, it is possible to delete it. Click **Delete** in the upper-right corner to delete a script.


---

# 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://docs.realmigrator.com/beginning/binaries.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.
