> For the complete documentation index, see [llms.txt](https://dila.gitbook.io/dedu-manual-book/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://dila.gitbook.io/dedu-manual-book/fqa.md).

# 6. 常見問題

#### Q1：當對讀文獻有梵文、藏文等其他語言文字時，不能夠正常顯現？

{% hint style="info" %}
**A**：若文字不能正常顯示時，請安裝相關的字形就能正常顯示了。
{% endhint %}

#### Q2：從WORD複製對讀內容貼到文字編輯畫面時，會有框線出現？

{% hint style="info" %}
**A**：WORD編輯軟體有很多隱藏的程式碼。\
請以滑鼠將文字反白複製，而不要複製整個表格，貼上時也以純文字方式貼上，就可以避免出現框線。
{% endhint %}

![](/files/-LgjI_kSC6kPLxPaI_5H)

#### Q3：專案成果打包下載除了網頁形式，可以輸出成PDF檔嗎？

{% hint style="info" %}
**A**：未來可以輸出成WORD、PDF檔案形式打包下載，敬請期待。
{% endhint %}

#### Q4：新增專案區有兩個功能還沒解鎖？

{% hint style="info" %}
**A**：是的。還有很多功能在陸續開發中，待製作完備後會解鎖讓大家體驗！。
{% endhint %}

![](/files/-LgjIcDku__Igr-SA0w4)


---

# 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://dila.gitbook.io/dedu-manual-book/fqa.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.
