# FOR DEVELOPERS

- [Overview](https://docs.arkis.xyz/home/for-developers/overview.md)
- [High Level Architecture](https://docs.arkis.xyz/home/for-developers/high-level-architecture.md)
- [Supply & Borrow Liquidity](https://docs.arkis.xyz/home/for-developers/supply-and-borrow-liquidity.md): The section below illustrates the liquidity provisioning and borrowing workflows, which can be triggered by Asset Managers or Liquidity Providers, depending on their granted permissions.
- [Trade with Margin Account](https://docs.arkis.xyz/home/for-developers/trade-with-margin-account.md): The section below illustrates the workflow that can be triggered only by Asset Managers to trade on whitelisted protocols using a Margin Account.
- [Frequently Asked Questions](https://docs.arkis.xyz/home/for-developers/frequently-asked-questions.md)
- [Arkis API](https://docs.arkis.xyz/home/for-developers/arkis-api.md)
- [API Keys](https://docs.arkis.xyz/home/for-developers/arkis-api/api-keys.md)
- [Lender's Vault Exposure](https://docs.arkis.xyz/home/for-developers/arkis-api/lenders-vault-exposure.md)
- [Borrower's Risk Factor Analytics](https://docs.arkis.xyz/home/for-developers/arkis-api/borrowers-risk-factor-analytics.md)
- [Maintenance publication structure](https://docs.arkis.xyz/home/for-developers/arkis-api/borrowers-risk-factor-analytics/maintenance-publication-structure.md)
- [Error responses](https://docs.arkis.xyz/home/for-developers/arkis-api/borrowers-risk-factor-analytics/error-responses.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.arkis.xyz/home/for-developers.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.
