# FAQ

## Does the SDK handle any browser cookies?

Yes, the SDK is designed to set referral sessions cookies for you if it detects it is being used in a browser environment.

## Does ChainVine support other programming languages?

We currently only provide our SDK in TypeScript/JavaScript. We are working towards publishing our OpenAPI specification, and aiming to release other programming language versions of our SDK in the coming quarters.&#x20;

Head over to our SDK feedback form to [suggest a programming language](https://92dgagzx54m.typeform.com/to/nmMJ1EVj)!


---

# 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.chainvine.xyz/developers/sdk/faq.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.
