# Troubleshooting

## Common Issues and Solutions

**Bot Not Responding to Commands**

* Ensure the bot has proper permissions
* Check if the bot is online and operational
* Verify you're using the correct command syntax

**Giveaway Creation Failing**

* Ensure you have Admin or Moderator role
* Check that all required fields are completed
* Verify the prize description is not too long

**Trading Issues**

* Confirm both parties have the items in their inventory
* Check that you haven't reached the trade offer limit (default: 1 active offer)
* Verify the offer hasn't expired (24-hour limit)

**Missing Channels After Setup**

* Run the setup process again
* Check server permissions for the bot
* Contact Giftoin support if issues persist

## Getting Help

If you encounter issues not covered in this documentation:

1. Check the #guide channel for additional resources
2. Contact the server administrator
3. Submit a support ticket in the official Giftoin Discord server


---

# 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/troubleshooting.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.
