> 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/english/work-with-items/suppliers.md).

# Suppliers

Supplier - a company or individual that supplies goods to you. In order to work in OneDayBundle, you will need at least one supplier. Just after registration, a record with a test supplier is automatically created. The name of the test supplier must be changed or you need to add a new supplier. The name of the supplier must match the name of the website or individual/legal entity from which the goods were purchased.

To create or edit a supplier, go to the corresponding menu section:

<figure><img src="/files/0caTMcDRU14ArlKSVeGh" alt=""><figcaption></figcaption></figure>

On the supplier's page, you can add a new supplier by clicking the Add button.

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

{% hint style="warning" %}
Suppliers are attached to your ODB user account rather than to a specific seller. From our experience, such an arrangement simplifies the process and does not require you to recreate suppliers for each of your sellers.
{% endhint %}

When you create a supplier, please indicate the correct title. It will help our employees to identify your supply more easily.

{% embed url="<https://youtu.be/hDhZq_oKegQ?si=FfkYiudWUcuGIPEm&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/english/work-with-items/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.
