> For the complete documentation index, see [llms.txt](https://docs.exoclick.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.exoclick.com/exoclick-docs/zh/how-change-account-currency.md).

# 如何更改账户货币

目前，一旦账户创建，您的管理面板中没有切换货币的选项。

如果您需要在账户中使用其他货币，请按照以下步骤操作：

1. 创建一个新账户 [**这里**](https://www.exoclick.com/signup/).
2. 选择 **欧元或美元** 在注册表中。

{% hint style="info" %}
**注意：** 欧盟内的广告账户在充值时需缴纳 21% 的增值税。除非您在西班牙境外工作或居住，并且您拥有一个\[**有效的增值税号**]，且该号码已通过我们的合规团队验证。
{% endhint %}

**请勿** 如果您的增值税信息显示为“待处理”，请不要充值。请联系我们的合规团队 [**这里**](https://www.exoclick.com/contact/) 并选择原因“**增值税验证**".


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.exoclick.com/exoclick-docs/zh/how-change-account-currency.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
