> For the complete documentation index, see [llms.txt](https://docs.console.zenlayer.com/welcome/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.console.zenlayer.com/welcome/global-accelerator.md).

# Global Accelerator

- [Overview](https://docs.console.zenlayer.com/welcome/global-accelerator/overview.md)
- [Get Started](https://docs.console.zenlayer.com/welcome/global-accelerator/get-started.md)
- [Create an Accelerator](https://docs.console.zenlayer.com/welcome/global-accelerator/get-started/create-an-accelerator.md)
- [Select End Users' Access Method](https://docs.console.zenlayer.com/welcome/global-accelerator/get-started/create-an-accelerator/select-end-users-access-method.md)
- [Provide Origin Information](https://docs.console.zenlayer.com/welcome/global-accelerator/get-started/create-an-accelerator/provide-origin-information.md)
- [Select an Accelerator Type](https://docs.console.zenlayer.com/welcome/global-accelerator/get-started/create-an-accelerator/select-an-accelerator-type.md)
- [Set Acceleration Rules](https://docs.console.zenlayer.com/welcome/global-accelerator/get-started/create-an-accelerator/set-acceleration-rules.md)
- [Add DNS Record](https://docs.console.zenlayer.com/welcome/global-accelerator/get-started/add-dns-record.md)
- [Manage SSL Certificates](https://docs.console.zenlayer.com/welcome/global-accelerator/get-started/manage-ssl-certificates.md)
- [Upload a Certificate](https://docs.console.zenlayer.com/welcome/global-accelerator/get-started/manage-ssl-certificates/upload-a-certificate.md)
- [Deploy a Certificate](https://docs.console.zenlayer.com/welcome/global-accelerator/get-started/manage-ssl-certificates/deploy-a-certificate.md)
- [Manage Accelerators](https://docs.console.zenlayer.com/welcome/global-accelerator/get-started/manage-accelerators.md)
- [Analytics](https://docs.console.zenlayer.com/welcome/global-accelerator/get-started/analytics.md)
- [Test Tool](https://docs.console.zenlayer.com/welcome/global-accelerator/get-started/test-tool.md)
- [Case Study](https://docs.console.zenlayer.com/welcome/global-accelerator/case-study.md)
- [Troubleshooting](https://docs.console.zenlayer.com/welcome/global-accelerator/troubleshooting.md)
- [Global Accelerator FAQ](https://docs.console.zenlayer.com/welcome/global-accelerator/faq.md)
- [When should I consider hiding the origin server?](https://docs.console.zenlayer.com/welcome/global-accelerator/faq/when-should-i-consider-hiding-the-origin-server.md)
- [Should I use Layer 4 or Layer 7 acceleration?](https://docs.console.zenlayer.com/welcome/global-accelerator/faq/should-i-use-layer-4-or-layer-7-acceleration.md)
- [Should I use TCP option address (TOA) or proxy protocol for network acceleration?](https://docs.console.zenlayer.com/welcome/global-accelerator/faq/should-i-use-tcp-option-address-toa-or-proxy-protocol-for-network-acceleration.md)
- [When should I consider using Layer 7 WebSockets](https://docs.console.zenlayer.com/welcome/global-accelerator/faq/when-should-i-consider-using-layer-7-websockets.md)
- [When should I consider using a Layer 7 Gzip module?](https://docs.console.zenlayer.com/welcome/global-accelerator/faq/when-should-i-consider-using-a-layer-7-gzip-module.md)
- [When should I consider using Layer 4 HTTP/HTTPS domain protection?](https://docs.console.zenlayer.com/welcome/global-accelerator/faq/when-should-i-consider-using-layer-4-http-https-domain-protection.md)
- [When should I consider using HTTP 301 Redirect?](https://docs.console.zenlayer.com/welcome/global-accelerator/faq/when-should-i-consider-using-http-301-redirect.md)


---

# 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.console.zenlayer.com/welcome/global-accelerator.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.
