> For the complete documentation index, see [llms.txt](https://docs.oisy.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.oisy.com/using-oisy-wallet/how-tos/create-an-internet-identity.md).

# Create an Internet Identity

Setting up your [Internet Identity](/introduction/internet-identity.md) is quick and secure. Follow these steps to get started:

1. Go to [OISY.com](https://OISY.com).
2. Press “Open or Create”
3. Choose the method you want to use to log in.\
   You can either use an existing account on Google, Apple, or Microsoft to authenticate yourself, or you can choose to continue with a passkey.

## Create an Identity using a Passkey

{% hint style="info" %}
Also see [Create an Internet Identity 2.0 using a Passkey](https://identitysupport.dfinity.org/hc/en-us/articles/39743852326420-How-do-I-create-an-Internet-Identity-2-0-using-a-Passkey)
{% endhint %}

4. Select “Create new identity”
5. Choose your passkey security method (e.g., Face ID, fingerprint, or security key)
6. Complete the passkey setup flow
7. You’ll be redirected to OISY Wallet, where your wallet will load automatically

## Create an Identity using a social login provider

{% hint style="info" %}
Also see [Create an Internet Identity 2.0 using my Google account](https://identitysupport.dfinity.org/hc/en-us/articles/39744877389844-How-do-I-create-an-Internet-Identity-2-0-using-my-Google-account)
{% endhint %}

4. Select your preferred provider and log in with that provider
5. Confirm the new Identity
6. You’ll be redirected to OISY Wallet, where your wallet will load automatically

## Read more

{% hint style="info" %}

## **Read more**

* **OISY Documentation**
  * [Internet Identity](/introduction/internet-identity.md)
  * [OISY Wallet switches to Internet Identity 2.0](/using-oisy-wallet/support/oisy-wallet-switches-to-internet-identity-2.0.md)
* **Internet Identity Help Center**
  * [Internet Identity Help Center](https://identitysupport.dfinity.org/hc)
  * [Internet Identity 2.0 : Basics](https://identitysupport.dfinity.org/hc/articles/39593373981588-Internet-Identity-2-0)
  * [Internet Identity 2.0 : Upgrade FAQ](https://identitysupport.dfinity.org/hc/articles/40276570234132-Internet-Identity-Upgrade-FAQ)
    {% endhint %}

📌 Once completed, you’ll have seamless access to OISY and other ICP services.


---

# 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.oisy.com/using-oisy-wallet/how-tos/create-an-internet-identity.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.
