# Add Messaging with Core SDKs

Robin provides SDKs that power messaging by interfacing with the Core Robin API. These SDKs are typically used in [Robin’s UI Kits](/messaging-with-robin/sdks-for-ui-kit.md), but you can leverage the SDK’s numerous capabilities by creating your User Interface.

The Core SDKs are available in:

### Javascript Core SDK

Add live messaging to your Javascript-powered applications.

[**Start Building**](/messaging-with-robin/add-messaging-with-core-sdks/javascript.md)

### Go Core SDK

Add live messaging to your Go-powered applications.

[**Start Building**](/messaging-with-robin/add-messaging-with-core-sdks/go.md)

### Python Core SDK

Add live messaging to your Python-powered applications.

[**Start Building**](/messaging-with-robin/add-messaging-with-core-sdks/python.md)


---

# 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://docs.robinapp.co/messaging-with-robin/add-messaging-with-core-sdks.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.
