> For the complete documentation index, see [llms.txt](https://navixy.com/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://navixy.com/docs/user/ru/guide/geo-links/updating-and-sharing-geo-links.md).

# Обновление и предоставление гео-ссылок

Любое изменение Гео-ссылки сохраняет сгенерированный URL. Чтобы изменить URL, необходимо создать новую Гео-ссылку.

Чтобы отредактировать Гео-ссылку, выберите ее и используйте **Редактировать** кнопку в верхней части страницы или наведите курсор мыши на имя ссылки. После этого откроются дополнительные кнопки, включая **Редактировать**:

![](/files/de16ea3bb066b5a48f4660aaad7d03097946a5cb)

Чтобы поделиться существующей Гео-ссылкой, наведите курсор мыши на ссылку (или установите флажок) и нажмите **Поделиться**:

![](/files/ff644e0a203c5ac3b085a21b696ce4d8973b0977)

Чтобы отключить Гео-ссылку, выберите ее с помощью флажка и нажмите **Отключить** переключатель в верхней части страницы:

![](/files/a7030f3d7d1b0afcba70a782a2467dc04dc41cbc)

Чтобы снова включить Гео-ссылку, используйте переключатель в боковой панели:

![](/files/bd50ff6a9691e86269f1e6c3ccabd7b0b9e4d76c)


---

# 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://navixy.com/docs/user/ru/guide/geo-links/updating-and-sharing-geo-links.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.
