# Common questions and their answers

**Q: Why isn't the bot responding to my commands?**\
**A:** There could be several reasons. Ensure you have a stable internet connection, and the platform/app you're using is updated. If the issue persists, try restarting the bot or the platform.

**Q: How many websites can I create with the bot?**\
**A:** As a standard user, you can create up to \[X number] of websites. Premium users enjoy unlimited website creation.

**Q: I'm not satisfied with the AI-generated content. What can I do?**\
**A:** You can always edit the content manually or request the AI to generate a new version. The AI learns from feedback, so the more you use it, the better it gets!

**Q: Can I use my domain for the websites created?**\
**A:** Yes, while the bot provides hosting options, you can always download your website files and host them on your domain.

**Q: How do I become a premium user?**\
**A:** Navigate to the 'Premium Features' section in the bot and follow the instructions to verify your premium status using Ethereum.


---

# 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://website-ai-erc.gitbook.io/dapp/troubleshooting-and-faqs/common-questions-and-their-answers.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.
