# Create Your Own Writing GPTs

For those who frequently engage in writing, tailoring GPT models to your unique writing style is indispensable.&#x20;

Firstly, Press the 'Create' button located in the upper right corner of the GPTs Store page.

<img src="/files/zc36IPShqex6byvidHcM" alt="" data-size="original">

Next, during the customization process, click the Configure tab, give this GPT a **name**, write your Instructions (or just simply click on the 'Create' tab next to the Configure tab and allow the GPT to generate the name, logo, and instructions for you by chat), and ensure the GPT models are informed of your details, such as your age, preferred writing style, commonly used phrases, etc.&#x20;

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

Don't forget to gather articles or paragraphs that showcase your distinctive style. These can be in the form of .txt or .docx documents. Upload these documents as reference materials in the Knowledge section. Save, and you should be able to use this GPT for writing.&#x20;


---

# 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.aiandbusiness.com/learn/large-language-models-llms/create-your-own-writing-gpts.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.
