# FAQs

### FAQ

**Q: How do I get a setup code for setup command?** \
A: Setup codes are available through Giftoin's Discord server by submitting a support ticket.

**Q: Can I rename the channels created by the bot?** \
A: Yes, you can rename channels without affecting functionality. The bot tracks channels by their unique IDs, not names.

**Q: How many active trade offers can a user have?** \
A: By default, users can have 1 active trade offer at a time. This limit can be configured depends on your subscription plan.

**Q: Do cards get locked when included in a trade offer?** \
A: No, cards are not locked during the offer period. Inventories are validated at the time of trade execution.

**Q: How long do trade offers last?** \
A: Trade offers expire after 24 hours if not accepted.

**Q: How do users claim daily rewards?** \
A: Users can claim daily rewards using the `/daily` command. Limited to one per 24 hours.&#x20;

**Q: Can users participate in multiple giveaways simultaneously?** \
A: Yes, users can participate in as many active giveaways as they wish.


---

# 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.giftoin.org/platform-guides/discord/faqs.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.
