# 基本指令

- [帮助](https://docs.logthm.com/currency-converter/basic/help.md): 显示帮助信息
- [设置基准货币](https://docs.logthm.com/currency-converter/basic/base-currency.md): 设置你使用的基准货币
- [设置小数点分隔符](https://docs.logthm.com/currency-converter/basic/decimal-separator.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.logthm.com/currency-converter/basic.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.
