# Template GPT3 prompts

You can save the prompts you often use in different workflows as templates.

In this case, you can set them once and use them as a regular action block in the workflow builder.

See, how to create a custom prompt template for Google Ads:

{% @arcade/embed flowId="wP5HJ4I7JSiEwoe83oNH" url="<https://app.arcade.software/share/wP5HJ4I7JSiEwoe83oNH>" %}

{% hint style="danger" %}
Don't delete the default **"GPT3 Prompt"** from the list of prompt templates. Without them, you won't be able to use GPT3 capabilities in your workflows.

In case you deleted them, create a blank prompt template with just "{TEXT}" variable in it
{% endhint %}


---

# 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.drafter.ai/scale/template-gpt3-prompts.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.
