# 通过 API购买能量

- [API概览](https://docs.catfee.io/getting-started/buy-energy-via-api-on-catfee/api-overview.md): CatFee.IO Rest API 调用指南
- [Java调用示例](https://docs.catfee.io/getting-started/buy-energy-via-api-on-catfee/java.md): Java 调用 CatFee.IO Rest API 的指南
- [Python 调用示例](https://docs.catfee.io/getting-started/buy-energy-via-api-on-catfee/python.md): Python 调用 CatFee.IO Rest API 示例
- [PHP 调用示例](https://docs.catfee.io/getting-started/buy-energy-via-api-on-catfee/php.md): PHP 调用 CatFee.IO Rest API 示例
- [Node.js 调用示例](https://docs.catfee.io/getting-started/buy-energy-via-api-on-catfee/nodejs.md): Node.js 调用 CatFee.IO Rest API 示例
- [Go 调用示例](https://docs.catfee.io/getting-started/buy-energy-via-api-on-catfee/go.md): Golang 调用 CatFee.IO Rest API 示例


---

# 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.catfee.io/getting-started/buy-energy-via-api-on-catfee.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.
