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

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

To manually install Chat SDK use either:

1. Unzip [Chat SDK for Web](/sdks) to a local folder:

2. In the SDK folder, save `libs/Agora-chat.js` to your project directory.

3. Open the HTML file in your project directory and add the following code to import Chat SDK:

   ```javascript
   <script src="path to the JS file"></script>
   ```

    
  
