> For the complete documentation index, see [llms.txt](https://guide.allibee.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://guide.allibee.ai/en/agent/faq.md).

# FAQ

<details>

<summary>Can I download reference materials from the allibee DB?</summary>

No, the original text of allibee DB materials belongs to BHSN and cannot be downloaded. However, you can view the original text within allibee.

</details>

<details>

<summary>Will AI Credits be deducted if I don’t receive an answer?</summary>

No, if the allibee Agent cannot generate an answer, your AI Credits will not be deducted.

</details>

<details>

<summary>What is the difference between allibee DB and Drive?</summary>

The allibee DB is a comprehensive knowledge base built and maintained by allibee. Drive is a custom database where users can upload and store their own documents. You can choose whether to use Drive when requesting an answer.

</details>

<details>

<summary>What are the storage limits for Drive?</summary>

It’s possible to store up to 500MB of data in Drive. You can upload files up to 30MB at a time.

</details>

<details>

<summary>How can I enable the My Inbox feature for my Agent?</summary>

Please contact allibee to activate the My Inbox function.

</details>

<details>

<summary>How is contract review conducted in Agent?</summary>

Upload a contract file to review it with Legal AI.\
The review results are provided as follows:

* Summary: A summary is provided to help you understand the key points of the contract at a glance.
* Detailed Review: Review results are shown based on whether each clause meets the checklist criteria.
* Clause Improvement: For unmet clauses, you can check the improvements suggested by AI.

</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://guide.allibee.ai/en/agent/faq.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.
