> For the complete documentation index, see [llms.txt](https://docs.kujira.app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.kujira.app/dapps-and-infrastructure/orca/how-to-integrate-orca.md).

# How to Integrate ORCA

A new era of ORCA is here. Developers can empower their communities and allow them to participate in and profit from liquidations more easily than ever before.

We understand that it can be a complex process to make strategic business decisions and integrate third party protocols. That is why we want to make it as easy as possible for coders, business developers, and other related parties to understand the ORCA integration process.&#x20;

Below, we have included two detailed guides on how to Integrate ORCA, one for Rust based liquidation markets and one for EVM based liquidation markets.

<https://docs.google.com/document/d/1Yi3RLDmdN8WwjeOzJNcRFczBSoPrR9vRFF5U_cTjKg8/edit>

<https://docs.google.com/document/d/1qFyuHcfJCWS2lmWv-z9LSRtihmTnPC4tUOoorDuyiO8/edit>&#x20;


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.kujira.app/dapps-and-infrastructure/orca/how-to-integrate-orca.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
