# v3.1

## **CODEとは**

**CODE**とは、Project Sprintについて説明したドキュメント群の総称です。

### [**Tutorial**](/ja/v3.1/tutorial.md)

Project Sprintの基本的な概念の説明と実践方法が順を追って説明されており、読みながらProject Sprintを実際に導入することができます。 Project Sprintというものの概要を手早く理解したい方は、まずはTutorialのProject Sprint 101をお読みいただくとよいでしょう。このページは、「Project Sprintの基本メカニズム」「Project Sprintを理解するために把握しておくべき前提」「Project Sprintを活用するためのコア・アクション」の三本立ての構成になっています。Project Sprintをアクションベースで理解することで、実際の活用イメージが掴みやすくなることを期待しています。

### [**Essentials**](/ja/v3.0/essentials.md)

Project Sprintの核となる行動規範がシンプルに述べられており、そこからProject Sprintが立脚する思想や価値観を理解することができます。Tutorialの通読後に改めてEssentialsをお読みいただくと、Project Sprintの最重要箇所をより把握しやすくなるでしょう。

### [**Reference**](/ja/v3.1/reference.md)

Project Sprintの背景にある諸メソッド・概念・文献について記載されており、Project Sprintの効率的な理解が可能になり、また今後のメソッドのアップデートに関わりそうな情報を知ることができます。さらに、背景を知ることでメソッドの応用も可能になります。

## **ドキュメントの比較表**

| ドキュメント名 | Tutorial                  | Essentials                      | Reference                                                |
| ------- | ------------------------- | ------------------------------- | -------------------------------------------------------- |
| 記載内容    | 基本的な概念の説明と実践方法            | 核となる行動規範                        | 背景にある諸メソッド・概念・文献                                         |
| 効果      | 基本の理解、導入手順、具体的なノウハウが理解できる | Project Sprintが立脚する思想や価値観が理解できる | 効率的なProject Sprintの理解、メソッドのアップデートに関わりそうな情報、応用のための知識が得られる |


---

# 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://www.projectsprint.org/ja/v3.1.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.
