> For the complete documentation index, see [llms.txt](https://kyles-project.gitbook.io/baza-znanii-igrokov/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://kyles-project.gitbook.io/baza-znanii-igrokov/plugins_and_guides/obshii-spisok/servernye-modifikacii/sinkhronizaciya-akkauntov.md).

# Синхронизация аккаунтов

Для максимально эффективного использования наших систем, настоятельно рекомендуем пройти синхронизацию вашего игрового аккаунта с системой на нашем Discord сервере

У каждого бота сервера (отображаются в списке участников с ролью `SCP: SL`) существует команда `/sync-account`. Для синхронизации необходимо выполнить ее в любом публичном чате или в ЛС бота

{% hint style="warning" %}
Обратите внимание

Выбор бота определяет, на какой из серверов вам нужно будет зайти для завершения процесса синхронизации.
{% endhint %}

После выполнения команды вы получите подробную инструкцию: вам потребуется зайти на указанный сервер и выполнить команду `.syncaccount <код>` в консоли клиента (\~)

<figure><img src="/files/ppZ8BgLsmPVu56ITLDMP" alt=""><figcaption><p>Пример использования команды /sync-account</p></figcaption></figure>

Если все сделано верно, в ответ на внутриигровую команду вы получите сообщение об успешной привязке аккаунта

<figure><img src="/files/BHi1KkvsySsNIDSjEMEj" alt=""><figcaption></figcaption></figure>

Синхронизацию достаточно пройти всего один раз — все боты автоматически получат информацию о вашем игровом аккаунте

### Удаление данных

Если вы хотите удалить данные о себе из базы данных, обратитесь к одному из членов руководства проекта


---

# 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://kyles-project.gitbook.io/baza-znanii-igrokov/plugins_and_guides/obshii-spisok/servernye-modifikacii/sinkhronizaciya-akkauntov.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.
