> For the complete documentation index, see [llms.txt](https://docs.defined.fi/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.defined.fi/defined-docs/defined-classic/getting-started/create-your-passkey/apple.md).

# Apple

Passkeys are also supported on your Apple products such as Mac and iPhone. Passkeys are encrypted and stored in your iCloud Keychain where they aren't visible to anyone else.

{% hint style="warning" %}
To use passkeys, iOS 16, iPadOS 16, macOS 13, or tvOS 16 (or later) is required. [iCloud Keychain](https://support.apple.com/en-ca/guide/iphone/passkeys-passwords-devices-iph82d6721b2/17.0/ios/17.0) and [two-factor authentication](https://support.apple.com/en-ca/guide/iphone/use-two-factor-authentication-iphd709a3c46/17.0/ios/17.0) must also be turned on.
{% endhint %}

With a Passkey created on your device, you will have the option to sign in via Touch ID or Face ID. Below are examples of how these prompts will appear:

<figure><img src="/files/FWnzMDJC32H9SFkquCNI" alt="" width="375"><figcaption><p>Touch ID prompt on Mac.</p></figcaption></figure>

<figure><img src="/files/KWhK33Qk2IICAXnNSrYo" alt=""><figcaption><p>Face ID prompt example on iPhone</p></figcaption></figure>

You can find more information on Passkeys using Apple products[ here](https://support.apple.com/en-ca/guide/iphone/iphf538ea8d0/ios).


---

# 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.defined.fi/defined-docs/defined-classic/getting-started/create-your-passkey/apple.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.
