# URL 스킴

Soulver는 x-callback-url 사양을 구현하여 URL을 통해 계산을 트리거할 수 있도록 합니다.

### 특정 시트 열기

특정 시트를 열기 위한 URL을 생성하려면 사이드바에서 해당 시트를 제어/마우스 오른쪽 버튼으로 클릭하고 `시트 열기 로컬 링크 복사`를 선택하세요.

![](/files/qpoznzHegKwhnsIrQBET)

URL은 다음 형식을 가집니다.

`x-soulver://x-callback-url/open?&id=23C644E9-1A57-4BC9-AF0E-1787ACDDBE0E`

### 새 문서 생성 및 수식 평가

`x-soulver://x-callback-url/create?&expression=1+1`

### 수식 평가 및 결과를 클립보드에 붙여넣기

`x-soulver://x-callback-url/calculate?&expression=1+1&to_clipboard=true`

### 특정 시트에 수식 추가

`x-soulver://x-callback-url/append-line?&id=FD4A6E87-A74A-4BCF-94CE-AEAE4134AC5D&expression=1+1`


---

# 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://documentation.soulver.app/ko/documentation/integrations/url-schemes.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.
