> For the complete documentation index, see [llms.txt](https://docs.hidemium.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.hidemium.io/features-of-hidemium/profiles/quick-create.md).

# Quick Create

Phần này giúp bạn tạo các profile nhanh chóng theo một config. Nếu bạn muốn tạo 100 profiles thì bạn có thể nhập 100 vào, có thể tạo tối đa 500 profiles.

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

Bạn có thể tạo thêm các config theo ý muốn của bạn. Tối đa ta có thể tạo 5 config. Bạn chọn Manager default config để chuyển tới màn tạo config.&#x20;

<figure><img src="/files/YcSpH0zazPrs82eIsk9u" alt=""><figcaption></figcaption></figure>

Sau khi chuyển tới màn Default config, bạn chọn Add config để tạo config theo ý muốn:

<figure><img src="/files/rDUa6Tqadpa5zUluOujX" alt=""><figcaption></figcaption></figure>

Tại form add config bạn có thể chọn các trường mong muốn, tất cả các profile được tạo sẽ có các trường giống như config của bạn, ví dụ nếu bạn chọn Operating system là Window thì tất cả các profile được tạo từ config đó sẽ có OS là window.

Bạn cũng có thể chọn 1 config làm default, khi đó tại màn new mặc định sẽ hiển thị giống như config mà bạn đặt làm mặc định.


---

# 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.hidemium.io/features-of-hidemium/profiles/quick-create.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.
