> 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-2-for-education/lesson-2-the-art-of-crafting-reports-with-chatgpt-from-idea-to-finished-project/practical-exercise.md).

# Practical Exercise

**Task:**&#x20;

Your task will be to create a brief report on a topic of your choice, using ChatGPT as an assistant at every stage of writing.&#x20;

**Instructions:**&#x20;

1. Select a report topic. Use ChatGPT to help formulate and define the topic.
2. Ask ChatGPT to help you create a report structure.&#x20;
3. Use ChatGPT to gather information and write the main text of the report, following the created structure.&#x20;
4. After writing, use ChatGPT for editing and rephrasing the report text.&#x20;
5. Ask ChatGPT to verify the reliability of your sources and assist in formatting the bibliography.

**Example:**&#x20;

1. You have chosen the topic "The Impact of Esports on Public Perception of Video Games". You can ask ChatGPT to confirm the relevance and interest of this topic.&#x20;
2. Request to ChatGPT: "Create a structure for a report on the impact of esports on public perception of video games". Use the proposed structure model as the basis for your report.&#x20;
3. Request to ChatGPT: "Give me information about the impact of esports on public perception of video games". Use the provided information to write the main text of the report.&#x20;
4. After writing the report, ask ChatGPT to help edit and rephrase complex sentences.&#x20;
5. Ask ChatGPT to verify the reliability of your sources and help in formatting the bibliography.

After completing this task, you will gain an understanding of how ChatGPT can be used to create a report on any topic.

**Conclusion**

With the help of ChatGPT, the process of creating a report can become more efficient and less stressful. Remember, a successful report is the result of good preparation, a clear understanding of the topic, and thorough editing.


---

# 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-2-for-education/lesson-2-the-art-of-crafting-reports-with-chatgpt-from-idea-to-finished-project/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.
