> 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/sign_up/sellers_management.md).

# Sellers management

## **How to** **select a current seller?**

After adding all sellers the full list of sellers will be displayed in a drop-down window at the top of the page.

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

The currently active seller will be highlighted with an orange dot. If you want to switch the current seller, click on it in the list. If the list of sellers is large, you can use the "**Search**" menu and find a seller by name or email.

### Editing the personal data of the user and seller

To further protect from accidental changes the mail account data is saved in Read-only Mode. If you want to change it, please press the **Manage** button.

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

If you want to change Seller's data, then you click the **Edit seller** button&#x20;

<figure><img src="/files/1Q6GLLUPYFXqeRa4KuHV" alt=""><figcaption></figcaption></figure>

Click the **Save** button.

{% hint style="warning" %}
If you create multiple sellers, save each one with a separate click. Seller information is also saved separately!
{% endhint %}

### 2FA authorization

You can turn on 2FA authorization to protect your account.  To activate this option click the **Activate** button.

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

For authorization, you should download the Authenticator app, scan the QR code and enter the numbers you received.

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

### How to change the password?

If you want to change the password you need to press the **Change Password** button (**1**). Enter a new password, repeat it (**2**) and press the Change button (**3**).

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

{% embed url="<https://www.youtube.com/watch?t=3s&v=WTYpPjfz20Q>" %}


---

# 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/sign_up/sellers_management.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.
