# Integrating with Aquarius

This documentation offers a comprehensive guide to interacting with Aquarius AMM pools. It provides the necessary information to enable seamless integration of Aquarius into your application, website (e.g. wallet), or automated scripts (e.g. trading bots).<br>

The guides are available in Python and JavaScript, covering essential use cases such as depositing liquidity, withdrawing funds, and executing swaps.<br>

All code examples utilize the Stellar SDK to interact with Soroban smart contracts and submit transactions to the Stellar network.


---

# 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.aqua.network/developers/integrating-with-aquarius.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.
