# Integration Examples

- [Coding](https://docs.cortecs.ai/integration-examples/coding.md)
- [Opencode](https://docs.cortecs.ai/integration-examples/coding/opencode.md): AI coding agent built for the terminal
- [Kilo Code](https://docs.cortecs.ai/integration-examples/coding/kilo-code.md): Autonomous coding agent right in your IDE
- [Cline](https://docs.cortecs.ai/integration-examples/coding/cline.md): Autonomous coding agent right in your IDE
- [Chat](https://docs.cortecs.ai/integration-examples/chat.md)
- [Open WebUI](https://docs.cortecs.ai/integration-examples/chat/open-webui.md): A Privacy-Preserving Chat Assistant
- [LobeChat](https://docs.cortecs.ai/integration-examples/chat/lobechat.md): A Privacy-Preserving Chat Assistant
- [Tooling](https://docs.cortecs.ai/integration-examples/tooling.md)
- [LangChain](https://docs.cortecs.ai/integration-examples/tooling/langchain.md): A framework for orchestrating LLMs
- [Langfuse](https://docs.cortecs.ai/integration-examples/tooling/langfuse.md): Open Source LLM Engineering Platform
- [OpenClaw](https://docs.cortecs.ai/integration-examples/openclaw.md): The AI that actually does things


---

# 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.cortecs.ai/integration-examples.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.
