# Is there away to add an approval step on pipelines?

**URL:** https://drone.discourse.group/t/is-there-away-to-add-an-approval-step-on-pipelines/10958
**Category:** Drone Support
**Created:** [September 6, 2020, 5:12pm UTC](https://drone.discourse.group/t/is-there-away-to-add-an-approval-step-on-pipelines/10958 "2020-09-06T17:12:53Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![g0CQ5](https://yyz1.discourse-cdn.com/flex003/user_avatar/drone.discourse.group/g0cq5/32/3485_2.png) [@g0CQ5](https://drone.discourse.group/u/g0CQ5)
#### Post date: [September 6, 2020, 5:12pm UTC](https://drone.discourse.group/t/is-there-away-to-add-an-approval-step-on-pipelines/10958/1 "2020-09-06T17:12:53Z")

</div>

I’ve gone through the docs and a couple of Github issues and I’m still not sure How to add an approval step on Pipeline.

Our use case is that We want to add an approval step before deploying to production via slack or something.

Any help appreciated. Thanks.

---

<div class="post-metadata">

### Author: ![bradrydzewski](https://yyz1.discourse-cdn.com/flex003/user_avatar/drone.discourse.group/bradrydzewski/32/3513_2.png) [@bradrydzewski](https://drone.discourse.group/u/bradrydzewski)
#### Post date: [September 6, 2020, 8:16pm UTC](https://drone.discourse.group/t/is-there-away-to-add-an-approval-step-on-pipelines/10958/2 "2020-09-06T20:16:32Z")

</div>

Drone does not have any native concept of approval steps. Instead, you could use the native promotion feature [1] to manually promote your build to your production environment. If you would like to promote builds from Slack, you could use the Drone API [2] to create a simple integration.

[1] [https://docs.drone.io/promote/](https://docs.drone.io/promote/)  
[2] [https://docs.drone.io/api/builds/build\_promote/](https://docs.drone.io/api/builds/build_promote/)
