> For the complete documentation index, see [llms.txt](https://sdk.twelite.info/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://sdk.twelite.info/en/twelite-sdk-howto/birudonitsuite/binfuiru.md).

# bin file naming conventions

The basic form of a bin file name is:

> {Project Name}\_{Variant name}\_{ARCH name}\_{TWENET library version}\_{app version from Version.mk}
>
> e.g.) Samp\_PingPong\_PingPong\_BLUE\_L1200\_V0-1-4.bin

| name                        | remark                                                                                                                                         | example        |
| --------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------- | -------------- |
| Project Name                | This is usually the name of the top-level folder in the project.                                                                               | Samp\_PingPong |
| Variant Name                | This is usually the name of a subfolder in the project, if you want to create two separate projects, one for the parent and one for the child. | PingPong       |
| ARCH Name                   | BLUE: TWELITE BLUE, RED: TWELITE RED                                                                                                           | BLUE           |
| TWENET lib version          | The library version identifier.                                                                                                                | L1200          |
| app version from Version.mk | The version number as given in the makefile or Version.mk file.                                                                                | V0-1-4         |


---

# 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://sdk.twelite.info/en/twelite-sdk-howto/birudonitsuite/binfuiru.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.
