# Developer documentation

- [Chat Scripts](https://documentation.proto.cx/docs/developer-documentation/chat-scripts.md): Apply custom logic to actions in chats.
- [Chat Variables](https://documentation.proto.cx/docs/developer-documentation/chat-variables.md): Leverage dynamic data during live messaging.
- [Webchat Script](https://documentation.proto.cx/docs/developer-documentation/webchat-script.md): Customise the display of a Webchat popup on a webpage.
- [Developer API](https://documentation.proto.cx/docs/developer-documentation/developer-api.md): Connect to Proto AICX directly through an easy API.
- [Voice API](https://documentation.proto.cx/docs/developer-documentation/developer-api/voice-api.md)
- [On-Premise & Hybrid Hosting](https://documentation.proto.cx/docs/developer-documentation/on-premise-and-hybrid-hosting.md): An alternative to default cloud hosting, bespoke on-premise or hybrid hosting gives you location control over data residency.
- [Developer Tools](https://documentation.proto.cx/docs/developer-documentation/developer-tools.md): Explore developer tools and options.


---

# 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://documentation.proto.cx/docs/developer-documentation.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.
