# Manual install (/en/realtime-media/im/reference/manual-sdk-install)

> For AI agents: see the complete documentation index at [llms.txt](/llms.txt).

To manually install Chat SDK from a download:

1. [Download](/sdks) the latest version of the Chat SDK for Web, and extract files from the package to a local folder, `<unzipped_package>`.

2. Copy the following files and subfolders from the `libs` folder of the downloaded SDK to the corresponding directory of your project:

   | File or subfolder                                      | Path of your project                  |
   | ------------------------------------------------------ | ------------------------------------- |
   | `agorachat_x.y.x.jar`                                  | `~/app/libs/`                         |
   | `/arm64-v8a/libagora-chat-sdk.so` and `libsqlite.so`   | `~/app/src/main/jniLibs/arm64-v8a/`   |
   | `/armeabi-v7a/libagora-chat-sdk.so` and `libsqlite.so` | `~/app/src/main/jniLibs/armeabi-v7a/` |
   | `/x86/libagora-chat-sdk.so` and `libsqlite.so`         | `~/app/src/main/jniLibs/x86/`         |
   | `/x86_64/libagora-chat-sdk.so` and `libsqlite.so`      | `~/app/src/main/jniLibs/x86_64/`      |

   `x.y.z` refers to the version number of the Chat SDK you downloaded.

3. In Android Studio, select the `Project Files/app/libs/agorachat_x.y.z.jar` file on the navigation bar, right-click, and then select **add as a library**.

    
  
      
  
      
  
      
  


## Platform-specific versions
- [Android](/en/realtime-media/im/reference/manual-sdk-install/android.md)
- [Flutter](/en/realtime-media/im/reference/manual-sdk-install/flutter.md)
- [Unity](/en/realtime-media/im/reference/manual-sdk-install/unity.md)
- [Web](/en/realtime-media/im/reference/manual-sdk-install/web.md)
