# FOR DEVELOPERS

- [API](https://docs.xpressprotocol.com/for-developers/api.md): This section describes methods for interacting with the Xpress platform. These methods are categorized into three types.
- [Contract API](https://docs.xpressprotocol.com/for-developers/api/contract-api.md): All trades and token transfers are executed in the contract.
- [Common objects](https://docs.xpressprotocol.com/for-developers/api/common-objects.md): HTTP and WS API operates with almost identical objects.
- [HTTP API](https://docs.xpressprotocol.com/for-developers/api/http-api.md): All endpoints use HTTP GET requests with several URL parameters. All responses are encoded in JSON format.
- [Websocket API](https://docs.xpressprotocol.com/for-developers/api/websocket-api.md): If you connect to the WebSocket endpoint, you can subscribe to some channels and receive updates about objects.
- [SDK](https://docs.xpressprotocol.com/for-developers/sdk.md)
- [OnchainLobClient](https://docs.xpressprotocol.com/for-developers/sdk/onchainlobclient.md)
- [OnchainLobSpot](https://docs.xpressprotocol.com/for-developers/sdk/onchainlobspot.md)
- [Router Integration](https://docs.xpressprotocol.com/for-developers/router-integration.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.xpressprotocol.com/for-developers.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.
