# Integration

- [Deployments](https://docs.spline.finance/integration/deployments.md): Addresses of deployed Spline contracts on Starknet
- [Technical Reference](https://docs.spline.finance/integration/technical-reference.md): ABIs and Interface specifications for Spline contracts.
- [LiquidityProvider](https://docs.spline.finance/integration/technical-reference/liquidityprovider.md): Interface specification for the Spline liquidity provider contract.
- [LiquidityProfile](https://docs.spline.finance/integration/technical-reference/liquidityprofile.md): Interface specification for Spline liquidity profile contracts.
- [LiquidityProviderToken](https://docs.spline.finance/integration/technical-reference/liquidityprovidertoken.md): Interface specification for Spline liquidity provider token (ERC-20) contracts.
- [Audits](https://docs.spline.finance/integration/audits.md): Public audits of the Spline contracts


---

# 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.spline.finance/integration.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.
