# FAQ

### Passkeys have specificities that you have to keep in mind&#x20;

You might be running into these situations when interacting with the SDK:

* **Passkeys only works in** [**secure contexts**](https://developer.mozilla.org/en-US/docs/Web/Security/Secure_Contexts) (HTTPS) and localhost. If you try to run it on HTTP context, passkeys won't be available.
* **Passkeys are bound to domain** (and subdomains), if you create a signer on "cometh.io" it won't be available on "battle.io", but it will be available on "marketplace.cometh.io" (the reverse won't work: passkey created on subdomain won't be available on root domain). The same way, if you create a signer on localhost it won't be available in a deployed domain.

### Can I use the same wallet on multiple devices?

To use the same wallet on multiple device, there's 2 ways:

* Your browser/os allows [**synced passkeys**](https://passkeys.dev/docs/reference/terms/#synced-passkey). For example with Apple, using iCloud keychain, enables you to synchronize your passkeys through iPhones and MacBook computers using iCloud (Google also support it with Chrome profiles). That way you can connect to a wallet using the same signer on multiple devices.
* Through the [**Add device feature**](broken://pages/USYPjqonHCU6boDZC7lb)**.** You can add devices as new signer for your account, which will allow you to connect from multiple devices.

### Using the Add device feature, are all signers equal?

Yes, the main signer created at account creation and all new signers created through the add device feature have equal rights.

### Can I give a name to a created signer?

Yes, you can give a name to a created signer using the passkeyName field when [**creating the account** ](broken://pages/fDXCsUJ6X7NLJB2pgGaa#init-the-cometh-connect-sdk)or when you [**initiate a signer request**](broken://pages/USYPjqonHCU6boDZC7lb#init-a-new-signer-request).

### Is my browser/OS compatible with passkeys?

* Android v9+
* iOS v16+
* MacOS v13+
* From [Windows 11, version 22H2](https://learn.microsoft.com/en-us/windows/security/identity-protection/hello-for-business/webauthn-apis)&#x20;
* Linux support is very limited (working cases on Ubuntu 18+)

You can find more information through this link:

{% embed url="<https://passkeys.dev/device-support/>" %}


---

# 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://docs.cometh.io/resources/faq.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.
