# Developer

- [Inqud API](https://docs.inqud.com/developer/inqud-api.md)
- [AI & LLM tools](https://docs.inqud.com/developer/ai-and-llm-tools.md): Use Inqud documentation and API specs from any AI agent or chat client
- [MCP Server](https://docs.inqud.com/developer/ai-and-llm-tools/mcp-server.md): Streamable-HTTP MCP server exposing Inqud's OpenAPI spec and public docs as tools for AI agents. Public, no auth.
- [Authentication](https://docs.inqud.com/developer/authentication.md)
- [Web Hooks](https://docs.inqud.com/developer/web-hooks.md)
- [Web Hook Verification](https://docs.inqud.com/developer/web-hooks/web-hook-verification.md)
- [Payment Web Hook](https://docs.inqud.com/developer/web-hooks/payment-web-hook.md)
- [Payment Statuses](https://docs.inqud.com/developer/payment-statuses.md): Payment Statuses transition.


---

# 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.inqud.com/developer.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.
