> For the complete documentation index, see [llms.txt](https://bittle-x.petoi.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://bittle-x.petoi.com/zhong-wen-1/bittlex-yong-hu-shou-ce.md).

# Bittle X 用户手册 🐶

## 入门

<figure><img src="/files/x4DYnKKTRppbtUgP9nFI" alt=""><figcaption></figcaption></figure>

如果您有关于“为什么”而不是“如何”的具体问题，请在我们的论坛上发帖，网址为 <https://www.petoi.com/forum> 或写信至 <support@petoi.com>。

{% hint style="info" %}
一些[配套应用软件](https://docs.petoi.com/v/chinese/ji-shu-zhi-chi/pei-tao-ying-yong-ruan-jian)以及[常见问题解答](https://docs.petoi.com/v/chinese/ji-shu-zhi-chi/chang-jian-wen-ti-faq)供您参考。
{% endhint %}

您可以通过在 [www.petoi.com/store](https://bittle-x.petoi.com/zhong-wen-1/www.petoi.com/store) 购物来支持我们。 我们的社交媒体（Instagram/Twitter/Facebook/GitHub）帐户&#x662F;**@PetoiCamp**。 通过标&#x8BB0;**#bittle #petoi #opencat** 分享您的成果或心得，我们一定为您转发！

{% hint style="info" %}
最近更新: 02/10/2023
{% endhint %}


---

# 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://bittle-x.petoi.com/zhong-wen-1/bittlex-yong-hu-shou-ce.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.
