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

# 機能

- [はじめに](https://documentation.soulver.app/ja/documentation/getting-started.md): 紙に書くように、問題を入力するだけです。
- [合計と小計](https://documentation.soulver.app/ja/documentation/totals-and-subtotals.md)
- [行参照](https://documentation.soulver.app/ja/documentation/line-references.md): 以前の回答を使用した計算の実行（スプレッドシートのような）
- [変数](https://documentation.soulver.app/ja/documentation/variables.md)
- [旅程計画](https://documentation.soulver.app/ja/documentation/trip-planning.md): 日付や時刻を時点としてマークすることで、複数区間の旅行を計画できます。Soulver は旅行全体の所要時間を合計し、時間予算を超えるとお知らせします。
- [書式設定](https://documentation.soulver.app/ja/documentation/formatting.md)
- [数値形式](https://documentation.soulver.app/ja/documentation/formatting/region-settings.md): 「.」を小数点として解釈するか、千の区切り文字として解釈するかは？
- [テキストのスタイル設定](https://documentation.soulver.app/ja/documentation/formatting/appearance-and-styles.md)
- [回答の書式設定](https://documentation.soulver.app/ja/documentation/formatting/answer-formatting-options.md)
- [シートとファイル](https://documentation.soulver.app/ja/documentation/sheets-and-files.md)
- [シート](https://documentation.soulver.app/ja/documentation/sheets-and-files/untitled-1.md)
- [シートブック](https://documentation.soulver.app/ja/documentation/sheets-and-files/sheetbooks-and-syncing.md)
- [Soulverファイル (.slvr)](https://documentation.soulver.app/ja/documentation/sheets-and-files/soulver-files-.slvr.md)
- [ライブデータ](https://documentation.soulver.app/ja/documentation/live-data.md)
- [天気](https://documentation.soulver.app/ja/documentation/live-data/weather.md): Apple Weatherが提供するデータ
- [株価](https://documentation.soulver.app/ja/documentation/live-data/live-and-historical-stock-prices.md)
- [Wolfram|Alpha (知識アシスタント)](https://documentation.soulver.app/ja/documentation/live-data/knowledge-assistant.md): Soulverシートに世界のデータポイントを直接取り込む機能
- [Wolfram|Alpha連携](https://documentation.soulver.app/ja/documentation/live-data/wolfram-alpha.md)
- [エクスポート](https://documentation.soulver.app/ja/documentation/exporting.md)
- [PDFと印刷](https://documentation.soulver.app/ja/documentation/exporting/sharing-and-printing.md)
- [Soulver Studio](https://documentation.soulver.app/ja/documentation/exporting/soulver-studio.md): SoulverシートをスタンドアロンのMacアプリとして共有 🤯
- [統合](https://documentation.soulver.app/ja/documentation/integrations.md)
- [AlfredとRaycast](https://documentation.soulver.app/ja/documentation/integrations/alfred-and-raycast.md)
- [macOSサービス](https://documentation.soulver.app/ja/documentation/integrations/macos-services.md)
- [URLスキーム](https://documentation.soulver.app/ja/documentation/integrations/url-schemes.md): URL経由でのシートとのやり取り
- [ターミナル (CLI)](https://documentation.soulver.app/ja/documentation/integrations/command-line-tool-automator-and-services.md)
- [ヒントとコツ](https://documentation.soulver.app/ja/documentation/tips-and-tricks.md)
- [Mac](https://documentation.soulver.app/ja/documentation/tips-and-tricks/tips-and-tricks-mac.md)
- [iPadとiPhone](https://documentation.soulver.app/ja/documentation/tips-and-tricks/tips-and-tricks-ios.md)


---

# 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://documentation.soulver.app/ja/documentation.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.
