# ThriveDesk Developer Hub

## Developer Hub

- [Assistant](https://developer.thrivedesk.com/assistant.md): This is assistant API 1.0 doc.
- [Assistant for Web](https://developer.thrivedesk.com/assistant/assistant-for-web.md)
- [Installation](https://developer.thrivedesk.com/assistant/assistant-for-web/installation.md)
- [JavaScript API](https://developer.thrivedesk.com/assistant/assistant-for-web/javascript-api.md): Assistant JavaScript API
- [Add Custom Styles](https://developer.thrivedesk.com/assistant/assistant-for-web/add-custom-styles.md): Need to tweak the look of the ThriveDesk Assistant launcher? Here’s how to do it reliably.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://developer.thrivedesk.com/assistant.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.
