# Store setup

- [Test mode](https://docs.tip4serv.com/store-setup/test-mode.md): The TEST mode allows you to buy your products by passing the checkout
- [Translation](https://docs.tip4serv.com/store-setup/translation.md)
- [Server commands](https://docs.tip4serv.com/store-setup/server-commands.md): Configure the commands that will be executed on your servers or Discord after each purchase
- [Player's ID markers](https://docs.tip4serv.com/store-setup/server-commands/players-id-markers.md): How to request Steam ID, Minecraft UUID and Discord ID from my customers?
- [Other markers & quantity](https://docs.tip4serv.com/store-setup/server-commands/other-markers-and-quantity.md): Display payment information in commands
- [Troubleshooting](https://docs.tip4serv.com/store-setup/server-commands/troubleshooting.md): Server commands troubleshooting
- [Subscriptions](https://docs.tip4serv.com/store-setup/subscriptions.md): Create auto-renewing or one-time subscriptions with expiration commands
- [How it works?](https://docs.tip4serv.com/store-setup/subscriptions/how-it-works.md): There are two types of subscription on Tip4Serv
- [Events & commands](https://docs.tip4serv.com/store-setup/subscriptions/events-and-commands.md): There are 3 events in the life of a subscription, after payment, after renewal and after expiration.
- [Trial days](https://docs.tip4serv.com/store-setup/subscriptions/trial-days.md): Allow your subscribers to take advantage of trial days
- [Gift cards](https://docs.tip4serv.com/store-setup/gift-cards.md): How it works?
- [Sell gift cards](https://docs.tip4serv.com/store-setup/gift-cards/sell-gift-cards.md): How to sell gift cards in your store?
- [Generate gift cards](https://docs.tip4serv.com/store-setup/gift-cards/generate-gift-cards.md): How can I generate a gift card or manage existing ones?
- [Product expiration](https://docs.tip4serv.com/store-setup/product-expiration.md): Create a product that expires after several days
- [Custom domain](https://docs.tip4serv.com/store-setup/custom-domain.md): Learn how to set a custom domain for your store for free.
- [Choosing a subdomain](https://docs.tip4serv.com/store-setup/custom-domain/choosing-a-subdomain.md)
- [Initiate customdomain](https://docs.tip4serv.com/store-setup/custom-domain/initiate-customdomain.md)
- [Configuring DNS](https://docs.tip4serv.com/store-setup/custom-domain/configuring-dns.md)
- [Check DNS](https://docs.tip4serv.com/store-setup/custom-domain/check-dns.md): What to do if the redirection doesn’t work after an hour?
- [Troubleshooting](https://docs.tip4serv.com/store-setup/custom-domain/troubleshooting.md): Custom domain troubleshooting
- [Discount](https://docs.tip4serv.com/store-setup/discount.md): Create temporary discounts
- [Coupons code](https://docs.tip4serv.com/store-setup/coupons-code.md): Generate codes to offer discounts to your customers
- [Managing multiple stores](https://docs.tip4serv.com/store-setup/managing-multiple-stores.md): This documentation explains how to create and manage multiple Tip4Serv stores while controlling them from a single master account.


---

# 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://docs.tip4serv.com/store-setup.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.
