> For the complete documentation index, see [llms.txt](https://econtract-docs.matbao.in/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://econtract-docs.matbao.in/tao-moi-hop-dong/nhap-thong-tin-hop-dong.md).

# Nhập thông tin hợp đồng

Tạo hợp đồng bằng cách nhập thông tin cần thiết và tải tệp hợp đồng.

{% stepper %}
{% step %}

#### **Mở biểu mẫu tạo hợp đồng**

Chọn **Hợp đồng** → **Tạo mới**.
{% endstep %}

{% step %}

#### Chọn loại hợp đồng

Chọn loại hợp đồng phù hợp.
{% endstep %}

{% step %}

#### Nhập thông tin bắt buộc

Nhập các trường sau:

* **Tên hợp đồng**
* **Số hợp đồng**
* **Ngày hết hạn ký**
  {% endstep %}

{% step %}

#### Nhập thông tin bổ sung

Nhập các thông tin sau nếu cần:

* **Ngày bắt đầu hợp đồng**
* **Ngày hết hiệu lực hợp đồng**
* **Giá trị hợp đồng**
* **Ghi chú**
* **Hợp đồng liên quan**
  {% endstep %}

{% step %}

#### Tải tệp hợp đồng

Tải lên bằng một trong hai cách:

* Kéo và thả tệp vào vùng tải lên.
* Nhấn vùng tải lên để chọn tệp từ máy tính.

{% hint style="info" %}
Chỉ hỗ trợ tệp PDF có dung lượng tối đa 10 MB.
{% endhint %}
{% endstep %}

{% step %}

#### Kiểm tra thông tin

Kiểm tra toàn bộ thông tin và tệp đã tải lên.
{% endstep %}

{% step %}

#### Chuyển sang bước người ký

Nhấn **Tiếp tục** để chuyển sang bước Người ký.
{% endstep %}
{% endstepper %}

{% hint style="info" %}
Các trường có dấu `*` là bắt buộc.

Hệ thống hiển thị thông báo khi thông tin thiếu hoặc không hợp lệ.
{% endhint %}

![Hình 3.1 Tạo hợp đồng](/files/5630cac18af7dae34f0b0d581086531bd8f57881)

*Hình 3.1 Tạo hợp đồng*


---

# 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://econtract-docs.matbao.in/tao-moi-hop-dong/nhap-thong-tin-hop-dong.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.
