> 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/menu/analiz-stosunkiv.md).

# Аналіз стосунків

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

## Початок роботи з функцією

{% stepper %}
{% step %}

### Початок

У головному меню натисніть кнопку "❤️‍🔥 Аналіз стосунків"
{% endstep %}

{% step %}

### Ознайомлення з функцією

Бот покаже детальний опис: що ви отримаєте, як це працює та кількість пройдених аналізів
{% endstep %}

{% step %}

### Почати аналіз

Натисніть кнопку "🧡 Почати аналіз"
{% endstep %}
{% endstepper %}

## Процес проходження аналізу

{% stepper %}
{% step %}

### Отримання питань

Бот надішле 10 персоналізованих питань для глибокого розуміння вашої ситуації

• Питання стосуються почуттів, бажань, страхів та близькості

• Кожне питання нумероване від 1 до 10
{% endstep %}

{% step %}

### Підготовка до відповідей

Важливо:\
• Відповідайте чесно - навіть якщо немає впевненості\
• Відповідайте від себе, а не так, як "правильно"\
• Додавайте деталі, приклади, емоції\
• Надішли всі відповіді одним повідомленням - по порядку
{% endstep %}

{% step %}

### Формат відповідей

1. Моя відповідь на перше питання…
2. Моя відповідь на друге питання…
3. І так далі до 10...
   {% endstep %}

{% step %}

### Надсилання відповідей

Відправ текстом у чат. Потрібно мінімум 3 відповіді з 10 для обробки
{% endstep %}

{% step %}

### Підтвердження отримання

Бот одразу покаже:\
✅ Скільки відповідей отримано\
✅ Попередній перегляд перших 5 відповідей
{% endstep %}

{% step %}

### Оплата аналізу

Натисніть "🧡 Оплатити"
{% endstep %}

{% step %}

### Підтвердження оплати

Після успішної оплати бот надішле повідомлення про підтвердження
{% endstep %}

{% step %}

### Отримання PDF-звіту

Бот надішле готовый, дуже гарний та структурований PDF-файл:📘 Детальний\_Аналіз\_Ваше\_Імʼя

• Повний розбір вашої ситуації\
• Емоційні патерни та приховані механізми\
• Персональні рекомендації\
• План дій на 3 місяці
{% endstep %}
{% endstepper %}

{% hint style="info" %}
**Порада:** чим детальніші твої відповіді - тим точніший і цінніший звіт! 🧡
{% 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/menu/analiz-stosunkiv.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.
