> For the complete documentation index, see [llms.txt](https://academy.gopersonal.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://academy.gopersonal.ai/en/admin-ui/broadcasts/text-generator.md).

# Text Generator

The "Text Generator" is a feature designed to simplify the message creation process for platform administrators, including marketing and product owners. By seamlessly integrating AI-generated text suggestions across various channels, this functionality empowers users to create messages with ease. It facilitates the generation of contextually relevant content, streamlining communication efforts.&#x20;

By pressing the button <img src="/files/mDrF4IwDFnW9ptpGUx9U" alt="" data-size="line"> you get access to a form where  you can select the language, a brief description of your use case and check if your want your text with emojis.&#x20;

<figure><img src="/files/XtbykiIimzzqLwu7wIFg" alt="" width="375"><figcaption></figcaption></figure>

You will receive context-aware text suggestions for the field and channel you desire. For example, the title of a push notification or the body of an SMS.

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

After selecting a suggestion and confirming the field, it will be automatically populated with the chosen text. Remember, you have the flexibility to modify the suggestion or add variables to personalize the message further.


---

# 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://academy.gopersonal.ai/en/admin-ui/broadcasts/text-generator.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.
