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

# FAQ

### I have multiple zones in the Cloudflare account, and I'm getting an error

If you see a similar error in our EdgeTag app, please follow these steps:

<figure><img src="/files/cAdsC6QkNbKn2LzVkGV1" alt=""><figcaption></figcaption></figure>

1. Navigate to the token you created in Cloudflare and click "Edit."
2. Go to "Zone Resources" and ensure that you have selected only one zone, as shown below.

<figure><img src="/files/nhoGJv4CJpdmVB4Pt3zA" alt=""><figcaption></figcaption></figure>

If you haven’t selected only one zone, please modify your selection, save the token, and try again. If the issue persists, you will need to select all zones in your account and then exclude the ones you don’t need.

In my example, I have three zones: `edge-traffic.com` , `trustops.io` and `eddn.io` .

If I want to use `edge-traffic.com` I need to exclude `trustops.io` and `eddn.io` .

<figure><img src="/files/zzt8GGeK8yxd9l7XMUi4" alt=""><figcaption></figcaption></figure>

After you have updated your token configuration, save the changes and try again.


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.edgetag.io/hosting/self-hosting/faq.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
