> For the complete documentation index, see [llms.txt](https://docs.mavibot.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.mavibot.ai/doc/ru/main/partnyoram/kak-peredat-proekt-klientu.md).

# Как передать проект клиенту

Передачу проекта можно разделить на несколько частей.&#x20;

* Сделайте резервную копию проекта;&#x20;
* Предоставьте доступ к проекту заказчику;&#x20;
* Подключите мессенджеры;&#x20;
* Выйдите из проекта.&#x20;

*По этой схеме с вас будет взиматься партнёрская плата за каждую копию проекта*.&#x20;

Вы можете передать доступ без копирования проекта, просто после добавления клиента покинув его, но этот вариант не рекомендуется, так как клиент может что-то сломать в проекте, а резервная копия позволит быстро ему помочь.

### Как сделать резервную копию проекта&#x20;

Сделать это можно либо в разделе «Резервное копирование — Восстановление проекта — Резервная копия»,

![](/files/0ebb9e76fa8d21aa10690c0eec24046d44ba8b8a)

либо в списке проектов:

![](/files/cfff0e6b5b88e0bd48a121d238c9ff00c0a799e6)

Подробнее о резервном копировании [ЗДЕСЬ](broken://pages/1025957c05b13276f6121dfe15929877dfdb9f0f)

{% hint style="info" %}
Сообщения и подключённые мессенджеры не переносятся в копию, после копирования их нужно добавить.
{% endhint %}

Если вы сделали ошибочную копию, вы можете удалить её в настройках проекта.

{% hint style="warning" %}
**После удаления проект нельзя будет восстановить.**
{% endhint %}

### Как предоставить доступ к проекту&#x20;

Доступ к проекту предоставляется в разделе «Настройки».

![](/files/9f66b00c1ecce3657de585aa8ecb3ee1e1759023)

Если вы передаёте проект заказчику, необходимо предоставить доступ как администратору.

### Как выйти из проекта&#x20;

Чтобы выйти из проекта, нужно нажать на значок зачёркивания в списке доступа

![](/files/7dad9eba2ace01fdc72388db9dcecac03e7f7cc5)

Или в списке проектов кнопку «Покинуть проект»

![](/files/4fe376c31c0d7cdab71978b662e3ef1dffaa8504)


---

# 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://docs.mavibot.ai/doc/ru/main/partnyoram/kak-peredat-proekt-klientu.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.
