> 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-1-introductory-module/conclusion.md).

# Conclusion

Congratulations, you have successfully completed the first block of our in-depth course on working with ChatGPT! We hope it has helped you understand how this intelligence works, what possibilities it opens up, and how to work with it effectively. Now you know what prompts and instructions are, how to use the Playground and BotHub, how to configure AI settings, and how to expand its functionality with plugins and APIs.&#x20;

We are confident that this knowledge will help you in your creativity, work, or studies. After all, ChatGPT is not just a tool. It's a whole world of possibilities waiting for you to explore.&#x20;

Three more blocks await us, where we will delve deeper into working with ChatGPT, look at various practical examples of its application, and learn how to solve emerging problems. Thank you for taking the time to study this block. See you in the next one!


---

# 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-1-introductory-module/conclusion.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.
