# Select from BIN

`Windows` `macOS` `Linux` `RasPi`

Writes a pre-built application (.BIN file).

![selection screen](/files/K9n6FUJhcRebgMYfbF7S)

Selecting the menu will display a list of files. Select the firmware you wish to write.

Before selecting the menu, store the BIN file you want to write in the following.

| Platform            | Location             |
| ------------------- | -------------------- |
| Windows, Mac, Linux | {MWSTAGE folder}/BIN |

In the BIN folder, store the .BIN file (stored under the build folder of each project) built with TWELITE STAGE, without changing the file name.

```
../BIN/App_Wings_MONOSTICK_BLUE_L1304_V1-1-3.bin
       App_Wings_MONOSTICK_RED_L1304_V1-1-3.bin
       App_Twelite_BLUE_L1304_V1-9-1.bin
       App_Twelite_RED_L1304_V1-9-1.bin
       ...
```

{% hint style="warning" %}
The file name is used to identify BLUE/RED.
{% 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://stage.twelite.info/eng/usage/screens/main_menu/firm_prog/bin.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.
