> For the complete documentation index, see [llms.txt](https://kenchikujimu.gitbook.io/sunlight/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://kenchikujimu.gitbook.io/sunlight/howtouse.md).

# 使い方

### 太陽光源の配置

太陽光源ツールを選択して、任意の場所をクリックして太陽光源を配置します。

### 敷地の位置を設定

太陽光源を選択するとデータパレットにこのような情報が表示されます。

![](/files/-LDPJF6TU43MyjPyQ6fc)

敷地設定をはじめに行います。緯度、経度は、[Googleマップ](https://www.google.co.jp/maps/?hl=ja)や[地理院地図](http://maps.gsi.go.jp/)で調べることもできます。

| 項目          | 説明                                                                       |
| ----------- | ------------------------------------------------------------------------ |
| 緯度          | N=北緯、S=南緯を表しています。緯度は0°から90°の間で入力します。                                     |
| 経度          | E=東経、W=西経を表しています。経度は0°から180°の間で入力します。                                    |
| 時間帯         | グリニッジ標準時からの時差を選択します。日本の場合は、+9時間です。                                       |
| 図面Y軸と真北とのずれ | 図面のY軸が真北と一致していない場合に設定します。画面上を0°として、時計回りに何度ずれているかを設定します。0°から360°の間で入力します。 |

### 日時を設定

一度敷地を設定してしまえば、あとは任意の日時を選択すると太陽が動き、その時の日影の状況を確認することができます。

計算結果には数秒ほどの誤差があり、高緯度ほど大きくなります。


---

# 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, and the optional `goal` query parameter:

```
GET https://kenchikujimu.gitbook.io/sunlight/howtouse.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
