# Older SDK Versions

- [Sign in with Email/Phone](https://docs.cotter.app/sdk-reference/react-native/older-sdk-versions/sign-in-with-email-phone.md): Our React Native SDK offers the easiest way to integrate Cotter 's email/phone verification. You can simply call a function and it does most of the heavy lifting and authentication for you.
- [Sending Code via WhatsApp](https://docs.cotter.app/sdk-reference/react-native/older-sdk-versions/sending-code-via-whatsapp.md)
- [Sign In with Device](https://docs.cotter.app/sdk-reference/react-native/older-sdk-versions/sign-in-with-device.md): Our React Native SDK offers the easiest way to integrate Cotter's Passwordless Login. You can simply call a function and it does most of the heavy lifting and authentication for you.
- [Authenticate from a Non-Trusted Device](https://docs.cotter.app/sdk-reference/react-native/older-sdk-versions/sign-in-with-device/authenticate-from-a-non-trusted-device.md)
- [Add a new Trusted Device](https://docs.cotter.app/sdk-reference/react-native/older-sdk-versions/sign-in-with-device/add-a-new-trusted-device.md)
- [Customization](https://docs.cotter.app/sdk-reference/react-native/older-sdk-versions/sign-in-with-device/customization.md): You can change the text and logo in most of the UI that's provided by Cotter's React Native SDK.


---

# 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/react-native/older-sdk-versions.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.
