> For the complete documentation index, see [llms.txt](https://docs.littlepig.cloud/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.littlepig.cloud/zh-cn/docs/faqs.md).

# 常见问题

<details>

<summary>为什么选择小猪云？</summary>

小猪云将多个云服务提供商的资源结合起来，提供最简单的云解决方案。我们的服务简化了云操作，无论是初学者还是专业人士都能轻松使用。

</details>

<details>

<summary>小猪云安全吗？</summary>

当然安全！小猪云只选择顶级的云服务提供商作为合作伙伴，稳定性和安全性在全球都是最顶尖的。

</details>

<details>

<summary>如果我需要的不仅仅是 VPS 怎么办？</summary>

小猪云不仅提供VPS，还有更多服务。请联系我们了解更多详细信息！

</details>

<details>

<summary>AWS（亚马逊云）/GCP（谷歌云） 和小猪云服务器之间有什么区别？</summary>

小猪云提供简易的 AWS（亚马逊云）和 GCP（谷歌云）解决方案，没有复杂的界面，并支持多种支付方式，让您更方便使用。

</details>

<details>

<summary>如何联系小猪云服务器客服？</summary>

小猪云客服提供 24/7 客户服务。请通过 [Telegram](https://t.me/vpslittlepig)、[WhatsApp](https://wa.me/85294609418) 或[ 电子邮件](mailto:support@littlepig.tech)联系我们的客服，我们会尽快回答您的任何问题！

</details>


---

# 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.littlepig.cloud/zh-cn/docs/faqs.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.
