# Lista Platform Services

This section introduces the **platform services and APIs** that support Lista Lending: position data maintenance, liquidation workflows, subscription notifications, and API integration patterns for developers building on the protocol.

## Contents

* [Position data maintenance](/for-developer/services/position-data-maintenance.md) — How position data is written, refreshed, and consumed across services.
* [Liquidation logic (service)](/for-developer/services/liquidation-logic.md) — Batch flow, eligibility checks, and contract interaction for liquidations.
* [Subscription module](/for-developer/services/subscription-module.md) — User subscriptions and Telegram (or other) notification flow.
* [Moolah Lending API](/for-developer/services/lending-api.md) — Endpoint reference: [Overall](/for-developer/services/lending-api/overall.md), [Vault](/for-developer/services/lending-api/vault.md), [Market](/for-developer/services/lending-api/market.md), [Position / Liquidation / Emission](/for-developer/services/lending-api/position-liquidation-emission.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.bsc.lista.org/for-developer/services.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.
