# oTreeとは：

An open-source platform for behavioral research

<http://www.otree.org/>

普段は経済ゲーム実験と呼ばれるような，インタラクションのあるゲーム理論に関する実験を主な手法として研究を行っています．

従来の研究用定番ソフトとしては[z-Tree](http://www.ztree.uzh.ch/en.html)と呼ばれるクライアント-サーバ型の素晴らしいソフトウェアがあるのですが，ある程度の制約条件があったりします．

具体的には，クライアントソフトをセットアップする必要があったり，サーバとの間のポートを開放しなければならないなどの課題があります．もちろん，一度セットアップしてしまえば良いのですが．．．

そんな制約条件を乗り越えようと開発されたのがoTreeです．

私が別に何をしているわけではないのですが，日本の実験社会科学・計算社会科学を強力に推進するためのツールとして，非常に価値があると考えています．

※実験社会科学・計算社会科学とは何か？という議論はまた改めて．

そのために，少しずつここで使い方などを紹介できれば，と思います．

操作方法などを少しずつ紹介していきたいと思います．


---

# 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://akrgt.gitbook.io/otree-jp/i/untitled.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.
