> For the complete documentation index, see [llms.txt](https://academy.bothub.chat/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://academy.bothub.chat/english/module-2-writing-with-chatgpt-from-the-first-word-to-a-printed-masterpiece/part-3-for-authors/lesson-5-from-dream-to-reality-with-chatgpt-into-creating-living-characters-and-captivating-world/practical-exercise.md).

# Practical Exercise

**Task:** Transform your general ideas into engaging characters and worlds suitable for a specific audience using ChatGPT.

**Instructions:**&#x20;

1. Select a target audience for your story. It can be children, teenagers, adults, or the elderly.&#x20;
2. Use ChatGPT to come up with the main traits of two new characters suitable for your chosen audience. Consider their appearance, personality, motivations, and background.&#x20;
3. Develop the world in which your characters live with the help of ChatGPT. Think about its history, culture, geography, political structure, and technology.&#x20;
4. Write a brief overview of your characters and their world, explaining why they are suitable for your target audience.

**Example:**

* Audience: Children aged 7 to 9 years old.&#x20;
* Request to ChatGPT: "Describe a character that would be appealing to children aged 7-9 years old."
* Request to ChatGPT: "Describe a world that would be interesting to children aged 7-9 years old."
* Overview: My characters are two friendly dragons living in a bright, magical world full of adventure and wonder. They love to explore their world, solve puzzles, and help their friends. This is perfect for my audience because children of this age typically enjoy tales of friendship and adventure.

**Conclusion**

In this lesson, we've delved into the process of creating characters and worlds with the help of ChatGPT and learned how to tailor them to different audiences. Using AI, you can generate original ideas, conduct detailed Q\&A sessions to delve deeper into your characters' personalities, and expand their worlds.&#x20;

ChatGPT can also help you adapt your stories for various demographic groups, creating content that will be of interest to specific readers. This tool can become a powerful assistant in developing your creative ideas.&#x20;

Continue to experiment, seek inspiration, and create, utilizing the ever-new possibilities provided by ChatGPT!


---

# 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://academy.bothub.chat/english/module-2-writing-with-chatgpt-from-the-first-word-to-a-printed-masterpiece/part-3-for-authors/lesson-5-from-dream-to-reality-with-chatgpt-into-creating-living-characters-and-captivating-world/practical-exercise.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.
