> For the complete documentation index, see [llms.txt](https://docs.onedaybundle.com/onedaybundle/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.onedaybundle.com/onedaybundle/work-with-items/inbound/suppliers.md).

# Suppliers (Поставщики)

**Поставщик** - компания или физ. лицо, которое поставляет вам товары. Для того, чтобы работать в OneDayBundle вам понадобится хотя бы один поставщик. Сразу после регистрации автоматически создается запись с тестовым первым поставщиком. Его название можно изменить или добавить в список нового поставщика.&#x20;

Для создания/редактирования поставщика, перейдите в раздел меню "Inbound" -> "Suppliers":

<figure><img src="/files/6o3nGVfhhVbdDL4nKCER" alt="" width="206"><figcaption></figcaption></figure>

На странице поставщиков добавьте нового поставщика, нажав на кнопку "Add".&#x20;

<figure><img src="/files/3K0MdQkyvkTplYfqPqA0" alt=""><figcaption></figcaption></figure>

Название поставщика должно совпадать с тем названием сайта или физ./юр лица, у которых был закуплен товар.&#x20;

{% hint style="warning" %}
Поставщики привязаны к вашему аккаунту пользователя на ODB, а не к конкретному продавцу. Из нашего опыта такая организация упрощает работу и не требует повторного создания поставщиков для каждого вашего продавца.
{% endhint %}

При создании поставщика укажите достоверное название. Это упростит жизнь работникам склада. Название поставщика можно редактировать в любое время.&#x20;

{% hint style="info" %}
Поставщик создается 1 раз. Не нужно создавать для каждого ресурса отдельную запись поставщика в базе. &#x20;
{% endhint %}

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

{% embed url="<https://youtu.be/hDhZq_oKegQ?si=_kGCNYuwvRv1NI31&t=21>" %}


---

# 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.onedaybundle.com/onedaybundle/work-with-items/inbound/suppliers.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.
