# Kong Ingress order in which plugins are executed

**URL:** https://discuss.konghq.com/t/kong-ingress-order-in-which-plugins-are-executed/2447
**Category:** Questions
**Created:** [December 16, 2018, 10:08pm UTC](https://discuss.konghq.com/t/kong-ingress-order-in-which-plugins-are-executed/2447 "2018-12-16T22:08:46Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![sumeet-singh04](https://avatars.discourse-cdn.com/v4/letter/s/5e9695/32.png) [@sumeet-singh04](https://discuss.konghq.com/u/sumeet-singh04)
#### Post date: [December 16, 2018, 10:08pm UTC](https://discuss.konghq.com/t/kong-ingress-order-in-which-plugins-are-executed/2447/1 "2018-12-16T22:08:46Z")

</div>

What is the order in which plugins are executed when they are applied to a service, Ingress and at global level ?

So if I have a Plugin A applied to a Ingress (Route Object)  
Plugin B applied to a Service  
Plugin C applied at Global level.

Whats the execution order of these plugins.

A -\> B -\> C ?

---

<div class="post-metadata">

### Author: ![hbagdi](https://yyz2.discourse-cdn.com/flex036/user_avatar/discuss.konghq.com/hbagdi/32/562_2.png) [@hbagdi](https://discuss.konghq.com/u/hbagdi)
#### Post date: [December 19, 2018, 3:33am UTC](https://discuss.konghq.com/t/kong-ingress-order-in-which-plugins-are-executed/2447/2 "2018-12-19T03:33:53Z")

</div>

1: https[://docs.konghq.com/0.14.x/admin-api/#precedence](https://docs.konghq.com/0.14.x/admin-api/#precedence)

2: [https://docs.konghq.com/0.14.x/plugin-development/custom-logic/#plugins-execution-order](https://docs.konghq.com/0.14.x/plugin-development/custom-logic/#plugins-execution-order)

The second link shows the order in which plugins are executed. The plugins are selected based on the precedence in the first link.
