# Integrators

{% hint style="danger" %}
Docs are under development and actively being updated. Please reach out to the team through Discord or Telegram with questions.&#x20;

This will speed up your integration and help the team prioritize doc improvements.
{% endhint %}

The following resources begin to detail the services and call patterns required to effectively provide information, place and manage trades for users.&#x20;

There are three separate systems:

* **Trading contracts**: Interacting with trading protocol directly
* **Backend services**: Historical data and proxy for on-chain data (active trades and live events)
* **Price feed**: Access to gTrade's Decentralized Oracle Network (DON) for accurate pricing data


---

# 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.gains.trade/developer/integrators.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.
