# 智能体模型介绍

* 智能体被定位为ShirtAI的定制版本即GPTS，允许用户构建适用于特定用途或业务场景的定制化模型。

{% embed url="<https://openai.com/blog/introducing-gpts/>" %}

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

* 智能体开启了定制技术的大门，使更多人能够参与，它通过大量的预训练数据进行训练，然后用户可以根据自己的需求进一步定制这些模型以适应不同的应用场景。
* 定制后的 模型可以被应用于商业环境，用于解决企业的具体问题，比如自动化客户服务、生成专业内容等。


---

# Agent Instructions: 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://docs.myshirtai.com/qi-ta/zhi-neng-ti-mo-xing-jie-shao.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.
