# URL-схемы

Soulver реализует спецификацию x-callback-url, что позволяет запускать вычисления через URL.

### Как открыть конкретный лист

Чтобы сгенерировать URL для открытия конкретного листа, щёлкните по листу в боковой панели правой кнопкой мыши или с зажатой клавишей Control и выберите `Copy Local Link to Open Sheet`.

![](/files/5dNE7viGP9X3BuxaCzYW)

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/ru/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.
