> For the complete documentation index, see [llms.txt](https://help.curseduca.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.curseduca.com/conteudos/agentes-a.i./creator-gpt.md).

# Creator GPT

### 🧩 O que é o Creator GPT

O **Creator GPT** é uma ferramenta de **criação baseada em IA** feita para você!  Semelhante ao GPT que você já usa, ele permite que você **crie produtos, ideias e conteúdos**, diretamente dentro da plataforma.

> 💡 **Em resumo:**\
> Funciona como um **hub criativo** para desenvolver produtos, planejar lançamentos e criar conteúdos com IA.

### Passo a Passo para utilizar o Creator GPT

Faça seu login no Curseduca e navegue até a seção Agente A.I., no painel administrativo, conforme a imagem:

<figure><img src="/files/cbFe9eMy8K5FPZAFUf6K" alt=""><figcaption><p>Home</p></figcaption></figure>

Em seguida clique em **'Creator GPT'**

<figure><img src="/files/5VEGKduU7DbkmzXWwuRb" alt=""><figcaption></figcaption></figure>

### ⚙️ Como funciona

Cada **Creator GPT** é um agente especializado em uma tarefa (produto, conteúdo, campanhas, etc).\
Eles funcionam como **assistentes plugados à sua conta**, mantendo o histórico e contexto automaticamente.

**Exemplos de uso:**

* Criar ideias de **produtos digitais**;
* Escrever **descrições, títulos ou scripts**;
* Planejar **estratégias de conteúdo ou lançamento**.

Agora, defina qual o seu objetivo e escolha um chat para te ajudar. Após escolher, basta clicar em 'usar ferramenta':

<figure><img src="/files/BxbdWDWzyo3KfefQM5J6" alt=""><figcaption><p>Home> Agente A.I > Creator GPT</p></figcaption></figure>

Informe seu objetivo ou ideia inicial e interaja normalmente — o Creator GPT vai te guiar.


---

# 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://help.curseduca.com/conteudos/agentes-a.i./creator-gpt.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.
