# Manage Accelerators

## **1. Accelerator List**

After your accelerators are deployed successfully, you can view them in this list and access the following:

The indicator on the left shows the status of each accelerator:

* **Spinning circle**: Deployment in process
* **Green**: Accelerator is active
* **Gray**: Accelerator is paused
* **Red**: Deleted
* **Search**

Search for specific accelerators by selected conditions

### **CNAME**

Here you will see the CNAME for each accelerator provided by your Zenlayer Global Accelerator (ZGA). If your end users access your service by domain name, you will need to add the CNAME record to your DNS so that your domain name can be resolved to your ZGA’s CNAME in your acceleration regions.\
Refer to [Add DNS Record](/welcome/global-accelerator/get-started/add-dns-record.md) for more information

### **Actions**

Click on **Actions** on the right to access the following:\
**Details**: Check the details of your accelerator. See [Accelerator Details](#2.-accelerator-details)\
**Pause**: Pause your accelerator. After acceleration is paused, data transfer will no longer incur any fees, but the cost to maintain your accelerator will still be billed normally.\
**Delete**: Delete your accelerator. Your configuration data will be retained for 7 days and can be recovered by clicking on **Recover**. Please note that your data will be permanently deleted after 7 days. You can also click on **Destroy** to immediately delete your data.<br>

## **2. Accelerator Details**

Click on the name of any of your accelerators to view the following:

### **Usage Graph**

This page shows the bandwidth and data usage of your selected accelerator. You can set the time range, acceleration region, and acceleration rule to alter how your usage is graphed.

* Bandwidth: The rate at which data is transmitted. Hover your mouse over the chart to see the value of incoming and outgoing bandwidth at each time point.
* Data Transfer: The amount of data transferred. Hover your mouse over the chart to view the amount of inbound and outbound traffic at each time point.

### **Update Accelerator Configuration**

This page displays the configuration information of your accelerator and lets you access the following:

<table data-header-hidden><thead><tr><th width="221"></th><th></th></tr></thead><tbody><tr><td><strong>Update origin domain name or IP address</strong></td><td>Modify the domain name or IP of the origin site. Refer to <a href="https://github.com/zenlayer/zenlayer-documentation/blob/main/global-accelerator/get-started/broken-reference/README.md">Create Accelerator</a> to learn more.</td></tr><tr><td><strong>CNAME</strong></td><td>Refer to <a href="/pages/zBRb9NVqKpCSVweRVm1w">Add DNS Record</a></td></tr><tr><td><strong>Update Acceleration Regions</strong></td><td>Modify the acceleration region. Refer to <a href="https://github.com/zenlayer/zenlayer-documentation/blob/main/global-accelerator/get-started/broken-reference/README.md">Create Accelerator</a> to learn more.</td></tr><tr><td><strong>VIP of each acceleration region</strong></td><td><p>VIP (virtual IP) is the accelerated IP assigned to your accelerator for each region. You can use the VIP to:</p><ul><li>Give your end users direct access in the corresponding regions if they access your service by IP address</li><li>Resolve your domain name by adding A record (address record) to your DNS if your end users access your service through domain name. See <a href="/pages/zBRb9NVqKpCSVweRVm1w">Add DNS Record</a></li></ul></td></tr><tr><td><strong>Update Acceleration Rules</strong></td><td>You can modify the protocol and port of your accelerator here, then click on <strong>Update</strong> <strong>Acceleration Rules</strong> to confirm your changes. To restore these parameters to the default setting, click on <strong>Reset</strong>.</td></tr></tbody></table>

### **Access Management**

If you want to control user access, click on **Set** **Access Limits** and enable whitelist or blacklist as needed:

* Whitelist: Enter the end user IPs that you wish to allow access to your service
* Blacklist: Enter the end user IPs that you wish to block access to your service

Click on **Change access limits** to confirm your changes. To restore these parameters to the default setting, click on **Reset**

### **Delete Accelerator**

Upon deletion, your configuration data will be retained for 7 days and can be recovered by clicking on **Recover**. Please note that your data will be permanently deleted after 7 days. You can also click on **Destroy** to immediately delete your data.<br>


---

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