> For the complete documentation index, see [llms.txt](https://tailieu.smax.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://tailieu.smax.ai/bot-auto/the-chuc-nang/the-nang-cao/parse-content.md).

# Parse Content

{% hint style="info" %}
Thẻ <mark style="color:orange;">**Parse Content**</mark> được sử dụng để phân tách giá trị của các thuộc tính
{% endhint %}

Ví dụ tin nhắn cuối cùng của khách hàng nhắn cho trang như sau:

Số nhà 39 đường Lê Văn Lương phường Nhân Chính quận Thanh Xuân thành phố Hà Nội

{% hint style="info" %}
Tin nhắn cuối cùng của khách hàng sẽ được lưu trong thuộc tính <mark style="color:purple;">**{{last\_content\_by\_user}}**</mark>
{% endhint %}

Bạn có thể sử dụng thẻ Parse Content để tách các thông tin về số nhà, đường, phường,...

Sau khi dùng thẻ Parse Content, các thuộc tính sẽ có giá trị như sau:

<mark style="color:purple;">**{{diachi}}**</mark>: Số nhà 39

<mark style="color:purple;">**{{duong}}**</mark>: Lê Văn Lương

<mark style="color:purple;">**{{phuong}}**</mark>: Nhân Chính

<mark style="color:purple;">**{{quan}}**</mark>: Thanh Xuân

<mark style="color:purple;">**{{thanhpho}}**</mark>: Hà Nội

<figure><img src="/files/3EbFUAAHD0bfKILOHpPQ" alt=""><figcaption></figcaption></figure>


---

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

```
GET https://tailieu.smax.ai/bot-auto/the-chuc-nang/the-nang-cao/parse-content.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.
