> For the complete documentation index, see [llms.txt](https://docs.kyberswap.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.kyberswap.com/kyberswap-solutions/kyberswap-interface/profiles/sync-profile-across-devices.md).

# Sync Profile Across Devices

## Introduction

By simply signing in with the same address, users can enjoy the same great trading experience across all devices. [Create a profile](/kyberswap-solutions/kyberswap-interface/profiles/profile-creation.md), [customize it on any device once](/kyberswap-solutions/kyberswap-interface/profiles/profile-customization.md), and your profile will be synced across all devices connected to the same Ethereum address.

For users who prefer not to sign in with their Ethereum address, KyberSwap Profiles also provides the option for users to export and import their guest profiles across devices using QR codes.

## Sign In With Ethereum

Once a profile has been created, users will be able to access the profile by signing into KyberSwap with the same Ethereum address across any of their devices. Any changes made to the profile on one device will be automatically synced across all devices connected to the same Ethereum address.

For an overview on how to create and manage multiple profiles, please refer to the [Profile Creation](/kyberswap-solutions/kyberswap-interface/profiles/profile-creation.md) page.

## Guest Profiles

Users can export their guest profiles to be used on other devices if they do not wish to sign in with Ethereum. Note that exported profiles will not be associated with the wallets. The export function can be found on the [profile management page](https://kyberswap.com/manage/profile).

<figure><img src="/files/a6iXHSIB2f5qtDa82AkS" alt=""><figcaption><p>Export guest profile</p></figcaption></figure>

To ensure that only you have access to your customized profile, a password is required when exporting the profile. Do take note of this password as it will be required when importing the profile to your new device.

<figure><img src="/files/NAdV1WDzo0SIAgZVqABN" alt=""><figcaption><p>Password protected export</p></figcaption></figure>

Once a password has been set, the profile can then be easily copied across to another device by scanning the provided QR code or pasting the import token into the profile import function.

<figure><img src="/files/COTj2m7CzYbdcdnH3qKq" alt=""><figcaption><p>Export profile QR and token</p></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://docs.kyberswap.com/kyberswap-solutions/kyberswap-interface/profiles/sync-profile-across-devices.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.
