> 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/modul-1-vvodnyi-modul.md).

# Модуль №1: Вводный модуль

Добро пожаловать в первй блок нашего углубленного курса об общении и работе с моделью искусственного интеллекта - ChatGPT. В этом блоке мы собрали для вас шесть обширных уроков, которые позволят вам погрузиться в мир AI и стать экспертом в использовании этого мощного инструмента. Мы начнем с основ, включая общее введение в ChatGPT и его отличие от поисковых систем вроде Google. Затем вы научитесь эффективно общаться с ИИ с помощью промптов и инструкций, а также узнаете, как получить доступ к ChatGPT из России. В рамках блока вы ознакомитесь с платформами для работы с ИИ - Playground и BotHub, углубитесь в понимание параметров моделей и расширите свои возможности, научившись использовать плагины и API.

Этот блок создан для всех, кто хочет узнать больше об AI и использовать его в своих проектах, учебе или работе. Будь вы программист, маркетолог, писатель, учитель, студент или просто любознательный энтузиаст, здесь вы найдете много полезной информации. Надеемся, что вам будет интересно и увлекательно изучать этот материал, поехали!


---

# 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/modul-1-vvodnyi-modul.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.
