> For the complete documentation index, see [llms.txt](https://manual.trancy.org/en/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://manual.trancy.org/en/get-started/use-learning-deck/ai-talk/how-to-use-chatgpt-to-create-conversation-scenarios.md).

# How to use ChatGPT to create conversation scenarios

In AITalk, a scenario is the real-life situation you practice in. You create one with a short scene command, and ChatGPT turns it into a conversation partner that stays in character. The more specific your command, the more realistic and useful the practice. This page shows how to write good scene commands.

![The AITalk Scene Command box, where you type a scene such as airport security or hotel check-in, with an option to use GPT to generate better dialogue content.](/files/rhCwp67mCs3xTc4PtwMC)

You need to combine time, location, activities, or topics to talk about.

#### Where to be and what to do

* Drinking at a bar
* Going through airport security
* Checking into a hotel
* Buying shoes at a shoe store
* And more ...

#### Talking about a topic

* Discussing healthy eating
* Talking about the latest front-end technologies
* Discussing recent economics
* Talking about any topic you want to discuss

Once your scene command is ready, start the conversation from the [AI Talk ](/en/get-started/use-learning-deck/ai-talk.md)page and practice by voice.

*Last updated: June 5, 2026*


---

# 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://manual.trancy.org/en/get-started/use-learning-deck/ai-talk/how-to-use-chatgpt-to-create-conversation-scenarios.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.
