> For the complete documentation index, see [llms.txt](https://docs.fiinpro.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.fiinpro.com/huong-dan-chung/cac-tinh-nang-chung/danh-muc-cua-toi.md).

# Danh mục của tôi

Đây là tính năng giúp người dùng tạo các danh mục công ty mà mình quan tâm và sử dụng chúng làm điều kiện đầu vào cho các chức năng khác của phần mềm.

<figure><img src="/files/2bs2Xt7DH9QF9uuzu6a3" alt=""><figcaption><p>Hình 1. Màn hình quản lý danh sách danh mục</p></figcaption></figure>

<figure><img src="/files/IphWb1dY7Dkavul6V3YB" alt=""><figcaption><p>Hình 2. Màn hình tạo/ chỉnh sửa danh mục</p></figcaption></figure>

Trong các tính năng chính (*Thị trường, Doanh nghiệp, Ngành, Công cụ*), danh mục được chọn làm điều kiện đầu vào ở một số tính năng cho phép người dùng (user) xem thông tin của các công ty trong danh mục mà người dùng đã tạo. Dưới đây là một số ví dụ:

<figure><img src="/files/UBRtPu5laNRAGdeWWOHf" alt=""><figcaption><p>Hình 3. Tính năng Sự kiện: Theo dõi sự kiện của nhóm công ty trong một danh mục</p></figcaption></figure>

<figure><img src="/files/NzttWNQx7o9tqMwOCjho" alt=""><figcaption><p>Hình 4. Tính năng So sánh và Định giá: Theo dõi chỉ số định giá và các chỉ tiêu khác của các công ty trong 1 danh mục</p></figcaption></figure>

<figure><img src="/files/1eBMxbWh5z1hZGqf9dEf" alt=""><figcaption><p>Hình 5. Tính năng Tìm kiếm dữ liệu Doanh nghiệp: Tìm kiếm dữ liệu của các công ty trong 1 danh mục</p></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, and the optional `goal` query parameter:

```
GET https://docs.fiinpro.com/huong-dan-chung/cac-tinh-nang-chung/danh-muc-cua-toi.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.
