# User guide

After you completed the registration process according to [Where to start](/white-label-management-tool/where-to-start.md), you should have WLM account as well as the TX.Mobile app with a wallet connected to the web app.

You can now start using the platform to e.g. sell, buy and trade assets. Additionally, you can create an asset and thus connect the physical to the digital world.

We highly recommend to pay your attention to [Sign and check executed transactions](/white-label-management-tool/user-guide/sign-and-check-executed-transactions.md) if it's your first blockchain based application.

If your case is creating and managing custom tokens then we recommend to follow these steps:

1. Create asset [Create asset](/white-label-management-tool/user-guide/create-asset.md)
2. Create units [Create units](/white-label-management-tool/user-guide/manage-asset-asset-details-asset-operations/create-units.md)
3. Create supply to sell your asset [Supply management](/white-label-management-tool/user-guide/supply-management.md#create-supply) or simply transfer units [Transfer units](/white-label-management-tool/user-guide/manage-asset-asset-details-asset-operations/transfer-units.md) if needed
4. Configure WLA [White Label Mobile App](https://teos-docs.coreledger.net/white-label-mobile-app/) and/or WLP [White Label Portal](https://teos-docs.coreledger.net/white-label-portal/) to use this asset


---

# 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://teos-docs.coreledger.net/white-label-management-tool/user-guide.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.
