# iOS

## Complete Guides

#### **Sign in with Device**

Allow users to login automatically from a device that they trust.

#### Sign in with Email/Phone Number

Authenticate users by sending a Magic Link or OTP via email, SMS, or WhatsApp

{% content-ref url="/pages/-M4q-LjGBIcIq3PgnYt6" %}
[Sign In with Device](/sdk-reference/ios/ios-sdk-passwordless-login.md)
{% endcontent-ref %}

{% content-ref url="/pages/-M35aUobglanfiWqjf7S" %}
[Sign In with Email/Phone Number](/sdk-reference/ios/ios-sdk-verify-email-phone.md)
{% endcontent-ref %}

## Quickstart Guides

{% content-ref url="/pages/-M6EaO2M9ot00du8W\_bR" %}
[iOS – Sign in with Device](/quickstart-guides/ios-quickstart.md)
{% endcontent-ref %}


---

# 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.cotter.app/sdk-reference/ios.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.
