# ナンバーバンクとは

ナンバーバンク（NumberBank）とはScratch3.0拡張機能です。

クラウド上に数値を保管することができます。

保管する数値は、２つのキーワードを手がかりに記録したり読み出したりすることができるので、２つのキーワードの組み合わせ方次第で自由にやり取りができます。

<figure><img src="/files/r5VkdGcO5GBCcnl3Ncno" alt="" width="290"><figcaption></figcaption></figure>

こうした特徴からナンバーバンクを「クラウド連想配列」と呼んだりしています。

この機能を利用して通信プログラムをつくることもできます。

ナンバーバンクの機能や特質を理解して、さまざまなプロジェクトを作成してみましょう。

このドキュメントでは、拡張機能ナンバーバンク2.0のための説明をします。


---

# 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://con3.gitbook.io/numberbank/nanbbankutoha.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.
