# GrowCards

## GrowCards

- [Добро пожаловать](https://docs.growcards.ru/master.md): Описание сервиса электронных карт GrowCards и основных принципов работы
- [Помощь](https://docs.growcards.ru/help.md): Здесь мы собрали ответы на самые часто задаваемые вопросы.
- [Начало работы](https://docs.growcards.ru/users/start.md): Добро пожаловать в сервис электронных карт GrowCards!
- [Компания](https://docs.growcards.ru/users/company.md): Компании в личном кабинете
- [Новая компания](https://docs.growcards.ru/users/company/new-company.md): Создание компании в GrowCards
- [Шаблон карты](https://docs.growcards.ru/users/template.md): Описание принципов работы с шаблонами карты в GrowCards
- [Новый шаблон](https://docs.growcards.ru/users/template/new-template.md)
- [Редактирование шаблона](https://docs.growcards.ru/users/template/edit-template.md): Описание возможностей редактирования шаблона карты
- [Распространение](https://docs.growcards.ru/users/share.md): Описание принципов распространения карты пользователям
- [Новая форма](https://docs.growcards.ru/users/share/new-form.md)
- [Редактирование формы](https://docs.growcards.ru/users/share/share-form.md)
- [Карты](https://docs.growcards.ru/users/cards.md): Описание раздела "Карты" в системе GrowCards
- [Детали карты](https://docs.growcards.ru/users/cards/card-details.md)
- [Интеграции](https://docs.growcards.ru/users/integrations.md)
- [Poster](https://docs.growcards.ru/users/integrations/poster.md): Описание процесса подключения Poster
- [Общие сведения](https://docs.growcards.ru/developers/general.md): Описание основных принципов работы с GrowCards Passes API
- [Интеграционный ключ](https://docs.growcards.ru/developers/integrations.md): Описание принципов работы с интеграционным ключом GrowCards
- [GrowCards Passes API v2](https://docs.growcards.ru/developers/api-methods.md): Для интеграции GrowCards в вашу внутреннюю систему используйте методы, описанные на этой странице.
- [WebHooks](https://docs.growcards.ru/developers/webhooks.md): Система GrowCards может отправлять уведомление после создания новой карты на ваш принимающий URL.


---

# 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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://docs.growcards.ru/master.md?ask=<question>
```
The question should be specific, self-contained, and written in natural language.
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.
