# Technical Guides

This section aims to cover the technical aspects of the CoinDrip protocol and all the necessary information to integrate the CoinDrip protocol into your dApps:

* Smart Contract architecture and ABI
* The CoinDrip deployments on different chains

{% hint style="info" %}
If you need more technical details on the Smart Contract, consider checking the [Technical Reference](/technical-reference.md)section.
{% endhint %}

If you still have questions or issues that are not addressed here, email us at <contact@coindrip.finance>, and we'll be more than happy to help 😃


---

# 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.coindrip.finance/technical-guides.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.
