> For the complete documentation index, see [llms.txt](https://tvii-seksolog.gitbook.io/intsexologistbot/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://tvii-seksolog.gitbook.io/intsexologistbot/interesting/why-it-works.md).

# Чому це працює

<figure><img src="/files/sARTbU0pu6DWUHyJCKGb" alt=""><figcaption></figcaption></figure>

#### 1. Емпатія та уважність

Бот не оцінює і не засуджує\
Він створений так, щоб відображати твої емоції, підтримувати і допомагати побачити ситуацію ширше\
Це принцип **емпатичного слухання** - основа психологічної підтримки

> “Коли ти формулюєш свої думки - вже стає легше.\
> А ще легше, коли поруч хтось, хто розуміє.”

Саме так працює бот: він допомагає тобі почути **себе**

***

#### 2. Рефреймінг

Бот не дає готових шаблонів - він пропонує **інший кут погляду**\
Те, що здається тупиком, іноді - просто інше вікно\
Через діалог ти можеш побачити ситуацію не як проблему, а як досвід, який можна прожити і зрозуміти

***

#### 3. Безпечне середовище

Тут можна говорити про будь-що - від емоцій і стосунків до тіла й бажань\
Без осуду. Без сорому\
Ти залишаєшся анонімним(ою), а бот підтримує тебе максимально делікатно

***

{% hint style="info" %}
**Це не проcто бот.** Це місце, де можна зупинитися, видихнути і бути почутим Бо навіть коли відповідає штучний інтелект - головне, що **чуєш себе ти**
{% endhint %}


---

# 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://tvii-seksolog.gitbook.io/intsexologistbot/interesting/why-it-works.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.
