# Chat SDK Quickstart

To do this you will need to do the following:

1. [Add the Chat SDK libraries to your project](https://chat-sdk.gitbook.io/android/setup/add-chat-sdk-to-your-project)
2. [Configure Firebase](https://chat-sdk.gitbook.io/android/setup/untitled)
3. [Configure the Chat SDK](https://chat-sdk.gitbook.io/android/setup/chat-sdk-initialization)
4. [Enable the Chat SDK Theme](https://chat-sdk.gitbook.io/android/setup/set-the-chat-sdk-theme)
5. [Enable Location Messages](https://chat-sdk.gitbook.io/android/setup/enable-location-messages)
6. [Display the login screen](https://chat-sdk.gitbook.io/android/setup/authentication-screen)
7. [Add additional module dependencies](https://chat-sdk.gitbook.io/android/setup/add-additional-modules)
8. [Enable and configure the modules](https://chat-sdk.gitbook.io/android/setup/module-configuration)
9. [Add Proguard rules to allow minification](https://chat-sdk.gitbook.io/android/setup/proguard)


---

# 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://chat-sdk.gitbook.io/android/getting-started/chat-sdk-quickstart.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.
