> For the complete documentation index, see [llms.txt](https://ryan-zhang.gitbook.io/fanyi-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ryan-zhang.gitbook.io/fanyi-docs/welcome.md).

# Welcome!

## Introduction

FanYi is a translator bot developed to work with discord to break the language barrier in communities! It has the smaller communities in mind with a free limit every month.

## Want to jump right in?

Want to try it out right now? What are you waiting for! Note this will only include how to enable and update features, all info and disable commands will be in the [Detailed Information section](/fanyi-docs/fanyi/detailed-information.md)

{% content-ref url="/pages/7sk23P7Bsv6JvmfcHMJF" %}
[Basic Config](/fanyi-docs/fanyi/basic-config.md)
{% endcontent-ref %}

## Want to deep dive?

Dive a little deeper and learn the behaviors of the bot as well as more advanced functions! Including the Information commands, and disable commands. For the enable commands and ones not included visit the [Basic Config section](/fanyi-docs/fanyi/basic-config.md)

{% content-ref url="/pages/YcT9PJ4FonXJ3jSfLVkn" %}
[Detailed Information](/fanyi-docs/fanyi/detailed-information.md)
{% endcontent-ref %}

{% embed url="<https://status.watchbot.app/bot/974013390349545554>" %}


---

# 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://ryan-zhang.gitbook.io/fanyi-docs/welcome.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.
