# How to create a GPT?

### Official Guide: GPT Builder from OpenAI

{% embed url="<https://help.openai.com/en/articles/8770868-gpt-builder#h_10cb62e803>" %}

***

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

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;

Upload these documents as reference materials in the Knowledge section.&#x20;

Choose the capabilities you want to use.

Save.


---

# 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/ja/into-ai/moderullm/chatgpt/how-to-create-a-gpt.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.
