# External Links

{% hint style="info" %}
**Did you know?** \
\
You can download Dhee's JavaScript APIs for creating custom voice assisted chat bots and voice bots from the [GitHub page](https://github.com/DheeYantra) of DheeYantra.
{% endhint %}

### JavaScript API for Voice assisted Chat bot

The API with example can be downloaded from here - <https://github.com/DheeYantra/dhee-chatbot-api-js>

Useful if  you want a fully customised chat bot interface on your website, or in your Apps built using web technologies (Ionic, Cordova etc)

### JavaScript API for Voice bot

If you want to initiate a voice call via web-sockets from your website to Dhee, this is the API you need - <https://github.com/DheeYantra/dhee-voicebot-api-js>

### Server-to-Server REST API to integrate with your existing bot

If you already have a working chat bot and want to integrate Dhee.AI to it, [here](https://files.gitbook.com/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FUn1oKrw7P8P5qiTjWXjv%2Fuploads%2FxEoIOrsBgXwb84msA5p4%2FDhee.AI%20REST%20Integration%20Doc%201.1.pdf?alt=media\&token=eb703618-9058-4325-96da-79c8770d3ee6) is the documentation on how you can use our REST APIs (web-hook) for the same.

### JavaScript API for Streaming Voice Transcription

If you wanted to build your speech recognition application on the web, Cordova, Ionic etc, you can use our JS API which does streaming recognition. Its available here - <https://github.com/DheeYantra/dhee-online-transcription-api-js>


---

# 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://readme.dhee.ai/extras/external-links.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.
