# Chat

### New Chat

{% embed url="<https://s-team-6zr.share.arcade.software/share/eOwQwc7mvCbYLNIKsjMT>" %}

1. AI-Generated Answers

* Ask the allibee Agent any question in natural language.

* You can enter up to 5,000 characters per question.

* You can attach files when asking a question, and the AI will refer to them when generating its answer.
  * Supported file formats: pdf, xls, xlsx, csv, doc, docx, hwp, hwpx, ppt, pptx, png, jpg, jpeg
  * Maximum number of attachments: 5 files
  * Upload size limits: Up to 30MB for PDF files, and up to 5MB for all other formats

* AI will analyze your question, find relevant materials, and provide an answer.

* When using Precision Search, the AI analyzes your question through step-by-step reasoning and provides more comprehensive answers. You can also review the answer process after the response is generated.

* Click the copy icon to copy and paste the answer anywhere.

2. Checking Sources

* The source of the answer is provided alongside the response. Clicking on the source allows you to view the original material on the right side of the screen.

* In PDF documents, relevant sections are highlighted for easy reference.

* You can instantly view the original text and its translation.\\

* A list of references will be displayed at the bottom of the answer.

3. Advanced Search

* If you need to refine your search, you can ask follow-up questions within a specific source.
* The AI will generate contextual answers based on the selected materials.

4. Question History

* You can view your question history on the left panel.

***

### Use Cases

allibee Agent is an AI agent that helps users make faster, more informed business decisions by assisting with regulatory and market research.&#x20;

It provides optimized answers to both legal and business-related questions. Refer to the examples below to get the most out of the service.

{% tabs %}
{% tab title="Do" %}

* Does a managing director qualify as a worker under the Labor Standards Act?
* How do you calculate the continuous service period and average wage for a full-time union representative?
* If a primary contractor requests a design drawing for inspection, is the subcontractor required to provide it?
* If I upload a product introduction video to a social media channel for an online store, do I need to disclose it as an advertisement?
  {% endtab %}

{% tab title="Don't" %}

* Write a lawsuit for me.
* Tell me about the Legal LLM in allibee.
* Plan three business trips with allibee.
* Write a legal review opinion on XX situation.
* Summarize the facts of case XXXX from the Seoul Central District Court and provide the plaintiff’s legal basis.
  {% endtab %}
  {% endtabs %}


---

# Agent Instructions: 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:

```
GET https://guide.allibee.ai/en/agent/chat.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
