> For the complete documentation index, see [llms.txt](https://docs.imber.dev/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.imber.dev/website-development/faq.md).

# FAQ

### :globe\_with\_meridians: Website Development

<details>

<summary>What platform do you use to create your websites?</summary>

We use [WordPress](https://wordpress.org/) to make our websites. WordPress is the leading website creation tool that is used by 42.8% of the top 10 million websites.

</details>

<details>

<summary>What platform do you use for E-Commerce?</summary>

We use [WooCommerce](https://woocommerce.com/), which is an E-Commerce plugin for WordPress. WooCommerce is one of the most popular E-Commerce platforms.

</details>

<details>

<summary>Do you provide DDOS protection?</summary>

Yes, we can add Cloudflare's global CDN network to your website. This is a quick and free process.

</details>

<details>

<summary>Do you provide web hosting?</summary>

No, we do not provide webhosting. We recommend using [Hostinger](https://hostinger.com?REFERRALCODE=1ZELDTOXGMA18) for all your web hosting needs as it's highly optimized for WordPress.

</details>

<details>

<summary>How do I get a domain?</summary>

You can buy a domain from any domain provider you want. We recommend using [NameCheap](https://www.namecheap.com/) for a domain.

</details>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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.imber.dev/website-development/faq.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.
