> For the complete documentation index, see [llms.txt](https://ashapiro.gitbook.io/xpm/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ashapiro.gitbook.io/xpm/kratko/poryadok-postroeniya/3.-soedinenie-tochek.md).

# 3. Соединение точек

1. Когда у вас появится более одной ключевой точки, начните их переставлять левее и правее друг относительно друга в зависимости от того в каком порядке по времени или в какой логике следования они идут.
2. Не спешите соединять точки линиями, пока их выявляете. Так будет проще и быстрее их менять местами.
3. Если допустимо, обозначьте рядом с точкой участника (актора или агента) ключевой точки.
4. Если несколько точек разных участников описывают общую ситуацию, поставьте их в одну линию по вертикали. Обычно это ситуации, где происходят одновременное взаимодействие: люди разговаривают через прилавок или находятся на одной встрече.
5. Если точки идут в логике следования, то идущая следом должна быть размещена со смещением вправо от предшествующей.
6. Когда порядок примерно устаканится соедините точки линиями&#x20;
   1. **Сплошная линия** обозначает уверенный переход. Ничего не блокирует течение вещей и информации от одной ключевой точки к другой.
   2. **Штриховая линия** обозначает необеспеченный пока переход. Такую связь между точками, когда опыт или процесс могут прерваться или течение длится недомустимо долго.
   3. **Точечная вертикальная линия** обозначает связь точек разных участников, вступивших во взаимодействие.


---

# 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://ashapiro.gitbook.io/xpm/kratko/poryadok-postroeniya/3.-soedinenie-tochek.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.
