# AI

- [LLMs Meet API Catalogs: A Practical Path to Intelligent Integration](https://jranjan.destinjidee.com/blogs/ai/llms-meet-api-catalogs-a-practical-path-to-intelligent-integration.md)
- [OpenClaw: Your Agent, Their Commands](https://jranjan.destinjidee.com/blogs/ai/openclaw-your-agent-their-commands.md): A carefully crafted message sent to your OpenClaw bot can instruct your AI assistant to run shell commands, steal credentials, or exfiltrate data — silently, while you watch it summarise your emails.


---

# 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://jranjan.destinjidee.com/blogs/ai.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.
