> 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/ko/documentation.md).

# 기능

- [시작하기](https://documentation.soulver.app/ko/documentation/getting-started.md): 종이에 쓰듯이 문제를 입력하세요.
- [합계 및 소합계](https://documentation.soulver.app/ko/documentation/totals-and-subtotals.md)
- [행 참조](https://documentation.soulver.app/ko/documentation/line-references.md): 이전 답변을 사용하여 계산 수행하기 (스프레드시트와 유사)
- [변수](https://documentation.soulver.app/ko/documentation/variables.md)
- [여행 계획](https://documentation.soulver.app/ko/documentation/trip-planning.md): 날짜나 시간을 시점으로 표시하여 여러 단계의 여행을 계획할 수 있습니다. Soulver가 여행 기간을 합산해 드리며, 시간 예산을 초과하면 알려드립니다.
- [서식 지정](https://documentation.soulver.app/ko/documentation/formatting.md)
- [숫자 형식](https://documentation.soulver.app/ko/documentation/formatting/region-settings.md): Soulver는 .을 소수점으로 해석해야 할까요, 아니면 천 단위 구분 기호로 해석해야 할까요?
- [텍스트 스타일링](https://documentation.soulver.app/ko/documentation/formatting/appearance-and-styles.md)
- [답변 서식 지정](https://documentation.soulver.app/ko/documentation/formatting/answer-formatting-options.md)
- [시트 및 파일](https://documentation.soulver.app/ko/documentation/sheets-and-files.md)
- [시트](https://documentation.soulver.app/ko/documentation/sheets-and-files/untitled-1.md)
- [시트북](https://documentation.soulver.app/ko/documentation/sheets-and-files/sheetbooks-and-syncing.md)
- [Soulver 파일 (.slvr)](https://documentation.soulver.app/ko/documentation/sheets-and-files/soulver-files-.slvr.md)
- [실시간 데이터](https://documentation.soulver.app/ko/documentation/live-data.md)
- [날씨](https://documentation.soulver.app/ko/documentation/live-data/weather.md): Apple Weather에서 제공하는 데이터
- [주가](https://documentation.soulver.app/ko/documentation/live-data/live-and-historical-stock-prices.md)
- [Wolfram|Alpha (지식 도우미)](https://documentation.soulver.app/ko/documentation/live-data/knowledge-assistant.md): 전 세계의 데이터 포인트를 Soulver 시트에 직접 가져오기
- [Wolfram|Alpha 통합](https://documentation.soulver.app/ko/documentation/live-data/wolfram-alpha.md)
- [내보내기](https://documentation.soulver.app/ko/documentation/exporting.md)
- [PDF 및 인쇄](https://documentation.soulver.app/ko/documentation/exporting/sharing-and-printing.md)
- [Soulver Studio](https://documentation.soulver.app/ko/documentation/exporting/soulver-studio.md): Soulver 시트를 독립 실행형 Mac 앱으로 공유하기 🤯
- [통합](https://documentation.soulver.app/ko/documentation/integrations.md)
- [Alfred 및 Raycast](https://documentation.soulver.app/ko/documentation/integrations/alfred-and-raycast.md)
- [macOS 서비스](https://documentation.soulver.app/ko/documentation/integrations/macos-services.md)
- [URL 스킴](https://documentation.soulver.app/ko/documentation/integrations/url-schemes.md): URL을 통해 시트에 상호 작용하기
- [터미널 (CLI)](https://documentation.soulver.app/ko/documentation/integrations/command-line-tool-automator-and-services.md)
- [팁 및 트릭](https://documentation.soulver.app/ko/documentation/tips-and-tricks.md)
- [Mac](https://documentation.soulver.app/ko/documentation/tips-and-tricks/tips-and-tricks-mac.md)
- [iPad 및 iPhone](https://documentation.soulver.app/ko/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/ko/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.
