# Getting started

## Get your Platform keys

Your API requests are authenticated using **Platform keys**. Any request that doesn't include a platform key will return an error.

You can generate a Platform key from your Trill Dashboard at any time.&#x20;

Access the Trillbit developer portal <https://developers.trillbit.com/>.

## Add TrillSDK to Android Project

Add TrillSDK to Android Project Download and unzip android.zip.&#x20;

Copy the sdk-android.aar file to your app directory and add library dependency to Android Project.&#x20;

To add sdk dependency open build.gradle for the application and then add below line under `dependencies` section.&#x20;

```
dependencies 
{ . 
  .
  . 
  implementation files('sdk-android.aar') 
}
```


---

# 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://trillbit.gitbook.io/trillbit-sdk/android-support/trill-sdk-for-android/setup-guide/getting-started.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.
