# Manage Delivery Costs

In Backend, the admin can use grid to manage multiple delivery costs.

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

Also, the admin can add new delivery cost by clicking button located on right side.

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

* **Status:** Enable or disable delivery type from here.
* **Cities:** Select the cities for which you want to set this delivery cost.
* **Shipping Mode:** Select the delivery method for which you want to set this cost.
* **Cost:** Admin can set the delivery cost that you want to charge.


---

# 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.magecomp.com/magento-2-advanced-delivery-date-extension/manage-delivery-costs.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.
