# Новая компания

Перед созданием шаблона карты вам нужно создать компанию в вашем личном кабинете.

### Создание компании

Процесс создания новой компании очень простой:

1. Выберите пункт "Создать компанию" в меню, либо на странице списка компаний нажмите "Создать новую компанию"
2. Введите название вашей компании и описание (опционально)
3. Нажмите "Создать"
4. Готово!

{% hint style="warning" %}
Имя компании является уникальным, вы не сможете создать две компании с одним именем.
{% endhint %}

#### **Теперь вы можете отредактировать данные компании или создать шаблон карты**


---

# Agent Instructions: 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:

```
GET https://docs.growcards.ru/users/company/new-company.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.
