> For the complete documentation index, see [llms.txt](https://docs.5nam.cc/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.5nam.cc/chien-dich/chien-dich-va-chuong-trinh/tao-chuong-trinh.md).

# Tạo chương trình

#### Điều hướng <a href="#dieu-huong" id="dieu-huong"></a>

* Tại màn hình Chi tiết chiến dịch, ấn nút Thêm chương trình.

![](https://cdp.gitbook.io/guide/~gitbook/image?url=https%3A%2F%2Flh6.googleusercontent.com%2FR8kAFsxkNLun8HsYKm9fPf5GTcFx7crRxjjd159D7fYOkyXpSvyjxK1G2cHEh1zlSYOhZAo_Qwrf76t6_q77k1Jao5LAtnbPd1HA7gJiIqHppOmYmj8X6v9RJ7Y1UG-LFRqOXytzHJyU4ivfTQRW7Ovl53FOKNowAz2siSvoVBdh0-1Lzp2bwMNgmW3t%3Ds2048\&width=768\&dpr=3\&quality=100\&sign=98e27232f3b003c9a56414d1b7b0bd94\&sv=3)

* Sau khi ấn Thêm chương trình, một chương trình mới ở trạng thái Soạn thảo sẽ xuất hiện dưới Danh sách chương trình trong chiến dịch. Bấm vào card chương trình để bắt đầu khai báo, chỉnh sửa, hoặc bắt đầu chương trình.

#### Thao tác với chương trình <a href="#thao-tac-voi-chuong-trinh" id="thao-tac-voi-chuong-trinh"></a>

Ở bên góc trên bên phải của khung soạn thảo chương trình có các nút Xoá, Nhân bản, Lưu, Huỷ chương trình.

* Xoá để xoá một chương trình khỏi chiến dịch.
* Nhân bản để nhân bản thông tin chương trình thành một chương trình mới trong cùng chiến dịch
* Lưu để lưu thông tin đã soạn thảo của chương trình
* Huỷ để huỷ những thay đổi mới.


---

# 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://docs.5nam.cc/chien-dich/chien-dich-va-chuong-trinh/tao-chuong-trinh.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.
