# SDK & 开发者工具

- [SDK & 开发者工具](https://docs.infoway.io/sdk-and-tools/readme.md): Infoway 提供多语言官方 SDK、AI 集成工具及量化示例，帮助开发者快速接入实时金融数据。
- [Python SDK](https://docs.infoway.io/sdk-and-tools/python-sdk.md)
- [Node.js SDK](https://docs.infoway.io/sdk-and-tools/nodejs-sdk.md)
- [Java SDK](https://docs.infoway.io/sdk-and-tools/java-sdk.md)
- [MCP Server](https://docs.infoway.io/sdk-and-tools/mcp-server.md)
- [AI 投资顾问](https://docs.infoway.io/sdk-and-tools/ai-advisor.md)
- [量化入门示例](https://docs.infoway.io/sdk-and-tools/quant-starter.md)
- [交易所工具箱](https://docs.infoway.io/sdk-and-tools/exchange-toolkit.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.infoway.io/sdk-and-tools.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.
