# Where are the texts from?

Your texts are created by SEOKI based on artificial intelligence. Currently, we use OpenAI GPT-4, an excellent tool for achieving human-like language results.

Here’s how OpenAI GPT works:

OpenAI GPT (Generative Pretrained Transformer) is a deep learning model developed by OpenAI. The model is trained to understand and generate natural language. It can create texts based on inputs by learning context and patterns.

GPT uses a method called "unsupervised learning," which means it is trained on large amounts of unstructured data without specific instructions or labels for individual inputs. The model can be used for various tasks such as text generation, text classification, translation, and dialogue systems.


---

# 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://learning.seoki.com/english/about-seoki/where-are-the-texts-from.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.
