> For the complete documentation index, see [llms.txt](https://tg-qisi-tae.gitbook.io/tg.qisi_tae-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://tg-qisi-tae.gitbook.io/tg.qisi_tae-docs/15-ai-guang-gao-gong-fang.md).

# 15 AI广告工坊

生成文字广告候选，预览、编辑并保存为模板。

AI广告工坊只生成文字文案，图片由用户从本地选择，不会调用图片生成。

![AI广告工坊](https://3113701068-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F3h2NgAnxHRZdWHkoarUV%2Fuploads%2FVuNPNaalTAsnY88oq8wP%2F10-ai-ad-workshop.jpg?alt=media)

## 使用流程

1. 选择使用场景：群组群发或用户私信。
2. 选择发送方式，系统据此保存为普通模板或Bot模板。
3. 选择随机广告或关键词广告。
4. 选择文案风格和生成条数，每批最多20条。
5. 点击生成，在候选区勾选满意内容。
6. 可使用 **换一批**，也可以在文案编辑区手动修改。
7. 检查Telegram预览，确认后保存当前模板或保存选中候选。

短广告不超过20个字符；随机模式会在语气和长度范围内变化，不会把每条文案写成同样字数。

{% hint style="warning" %}
生成内容必须人工确认，尤其要检查联系方式、事实、承诺和禁用词。页面显示的每日剩余次数由后台配置控制。
{% endhint %}


---

# 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://tg-qisi-tae.gitbook.io/tg.qisi_tae-docs/15-ai-guang-gao-gong-fang.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.
