> For the complete documentation index, see [llms.txt](https://stage.twelite.info/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://stage.twelite.info/1.0-1/misc/000desc.txt.md).

# 000desc.txt

プロジェクトフォルダに`000desc.txt`が作成されていると、TWELITE STAGE APPは、プロジェクトフォルダの一覧でその内容を表示します。

![000desc.txtの表示例](/files/-MJgEuav7V_EC1sFR7v2)

ファイルは UTF-8 で記述します。書式は２種類あります。

### 書式1

```
スイッチを押した時にLEDを点灯
act4はTWELITE DIPに接続されたスイッチを押した時にLEDを点灯させるactを動作させます。
https://mono-wireless.com/jp/products/act/index.html
```

* 1行目はタイトル行です。
* 2行目以降は詳細の記述です。
* 最終行が http で始まる場合は、ウェブサイトへのリンクになります。

### 書式２

```
[JAPANESE]
TITLE=スイッチを押した時にLEDを点灯
DESC=act4はTWELITE DIPに接続されたスイッチを押した時にLEDを点灯させるactを動作させます。
URL=https://mono-wireless.com/jp/products/act/index.html
```

iniファイルのような書式です。行頭から始まる項目名と`=`文字までを項目の定義として`=`以降が項目の内容です。

| 項目定義         | 詳細                                  |
| ------------ | ----------------------------------- |
| `[JAPANESE]` | ブロックの区切り。現時点では `[JAPANESE]` のみ有効です。 |
| `TITLE=`     | タイトル行です。                            |
| `DESC=`      | 詳細の記述です。改行を含めて複数行にすることもできます。        |
| `URL=`       | ウェブサイトへのリンクです。                      |


---

# 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://stage.twelite.info/1.0-1/misc/000desc.txt.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.
