> For the complete documentation index, see [llms.txt](https://legacy-docs.usesmileid.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://legacy-docs.usesmileid.com/integration-options/mobile/android/getting-started.md).

# Getting Started

{% hint style="danger" %}
This SDK is deprecated and will receive limited support. Please adopt the v10 SDK: [https://github.com/smileidentity/docs/blob/main/mobile/android/broken-reference/README.md](https://github.com/smileidentity/docs/blob/main/mobile/android/broken-reference/README.md "mention")
{% endhint %}

### Prerequisites <a href="#smile-config-file" id="smile-config-file"></a>

1. Before attempting integration head over to the [Smile ID Portal](https://portal.usesmileid.com/) and sign up for an account
2. On the Smile ID Portal download a config file from [here](https://portal.usesmileid.com/sdk) **(DO NOT SHARE THIS FILE WITH ANYONE OUTSIDE YOUR ORGANIZATION).** You can download your [Smile ID config file](https://portal.usesmileid.com/sdk) again at any time. Please do not edit the contents of this file.
3. From version 7.3.5(smile-id-sdk) and or version 0.1.5 you will need to generate a signature key from [here](https://portal.usesmileid.com/api-key) (This is a change compared to earlier versions, which used to work with a [Sec Key](https://portal.usesmileid.com/api-key))

### Supported Versions

Minimum supported version is Android 4.4 (API 19)

Maximum supported version is Android 13 (API 33)


---

# 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://legacy-docs.usesmileid.com/integration-options/mobile/android/getting-started.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.
