# Older SDK Version

- [Sign In with Device](https://docs.cotter.app/sdk-reference/android/older-sdk-version/android-sdk.md): Our Android SDK offers the easiest way to integrate "Sign in with device" to your android app. 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/android/older-sdk-version/android-sdk/old-authenticate-from-a-non-trusted-device.md)


---

# 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/android/older-sdk-version.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.
