> For the complete documentation index, see [llms.txt](https://chat-sdk.gitbook.io/android/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://chat-sdk.gitbook.io/android/getting-started/add-the-chat-sdk-to-a-non-firebase-app.md).

# Add the Chat SDK to a non-Firebase app

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 Steps](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. [Add additional module dependencies](https://chat-sdk.gitbook.io/android/setup/add-additional-modules)
7. [Enable and configure the modules](https://chat-sdk.gitbook.io/android/setup/module-configuration)
8. [Enable token authentication](https://chat-sdk.gitbook.io/android/api/custom-token-authentication)
9. [Synchronize user profiles with your app](https://chat-sdk.gitbook.io/android/api/integrating-chat-sdk-user-profiles-with-your-app)
10. [Add Proguard rules to allow minification](https://chat-sdk.gitbook.io/android/setup/proguard)


---

# 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:

```
GET https://chat-sdk.gitbook.io/android/getting-started/add-the-chat-sdk-to-a-non-firebase-app.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.
