> For the complete documentation index, see [llms.txt](https://documentation.inventory360.ru/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://documentation.inventory360.ru/funkcii/generaciya-qr-kodov.md).

# Генерация QR-кодов

Программа позволяет сгенерировать неограниченное количество QR-кодов для маркировки инструментов. При генерации QR-кодов формируется лист формата А4, который можно распечатать на самоклеющейся бумаге. После этого нужно приклеить распечатанные коды на инструмент и [прикрепить эти коды к инструменту](/funkcii/prikreplenie-qr-kodov-k-instrumentu.md) в программе.

{% hint style="info" %}
При генерации QR-кодов они еще не прикреплены ни к какому инструменту. Каждый код может быть наклеен на любой инструмент и только после этого следует прикреплять эти коды к соответствующему инструменту в программе.&#x20;
{% endhint %}

### Для генерации QR-кодов:

1. Откройте в боковом меню вкладку "QR-коды"

<figure><img src="/files/z8w2ojiCsKs3q3UBRVV2" alt=""><figcaption></figcaption></figure>

2. Выберите желаемый размер

<figure><img src="/files/eE2lJ1mWneNMGwseNWQl" alt=""><figcaption></figcaption></figure>

3. Нажмите кнопку "Сгенерировать"

<figure><img src="/files/dQcIxEc1lue392mDMTgD" alt=""><figcaption></figcaption></figure>

4. В открывшемся окне дождитесь генерации листа с QR-кодами.
5. После того, как все коды будут сгенерированы, нажмите кнопку "Печать"

<figure><img src="/files/rt2ycZDo84cT5NyPH6OY" alt=""><figcaption></figcaption></figure>

Вы можете распечатать лист с QR-кодами сразу или сохранить на своем устройстве и распечатать позднее.

{% hint style="info" %}
При генерации QR-кодов программа проверяет, какие коды уже используются для маркировки инструментов в вашей организации. Это гарантирует, что сгенерированные коды уникальны.&#x20;

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

Мы рекомендуем генерировать QR-коды по мере использования, а не генерировать сразу большое количество листов.&#x20;
{% endhint %}


---

# 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://documentation.inventory360.ru/funkcii/generaciya-qr-kodov.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.
