> For the complete documentation index, see [llms.txt](https://doc.nextbot.ru/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc.nextbot.ru/functional/integrations/waba/rabota-bez-verifikacii-kompanii.md).

# Работа без верификации компании

WABA можно подключить и использовать без предварительной верификации компании в Meta. После подключения номера вы сможете начать работу с клиентами, не дожидаясь завершения проверки бизнеса.

При этом для аккаунта без верификации действуют ограничения на количество новых диалогов, которые компания может инициировать. Поэтому такой режим подходит для подключения, тестирования и небольших объёмов коммуникации.

Стартовый лимит составляет 250 исходящий сообщений в сутки без верификации бизнеса или 1 000 — с верификацией. Далее Meta может повысить его до 2 000, 10 000, 100 000 и полностью снять ограничения. Лимит действует не на отдельный номер, а на всё бизнес-портфолио Meta и распределяется между всеми привязанными номерами компании. Просмотреть текущий уровень можно в Meta Business Manager в разделе того бизнеса, к которому привязан ваш WhatsApp Business Account.

После обращения клиента вы можете отвечать ему в рамках 24-часового окна. Для исходящих сообщений, отправляемых за пределами этого окна, используются одобренные шаблоны WhatsApp.

### Когда нужна верификация <a href="#undefined" id="undefined"></a>

Пройти верификацию компании рекомендуется, если вы планируете:

* отправлять сообщения большому количеству клиентов;
* запускать регулярные рассылки;
* увеличивать лимиты исходящих сообщений;
* подключать дополнительные номера или масштабировать коммуникацию.


---

# 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://doc.nextbot.ru/functional/integrations/waba/rabota-bez-verifikacii-kompanii.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.
