# Integreer Appzi feedbacktool in de front-end van discourse

**URL:** https://meta.discourse.org/t/integrate-appzi-feedback-tool-to-front-end-of-discourse/248424
**Category:** Development
**Created:** [9 december 2022 om 20:44 UTC](https://meta.discourse.org/t/integrate-appzi-feedback-tool-to-front-end-of-discourse/248424 "2022-12-09T20:44:38Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![singhankit16](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/singhankit16/32/285179_2.png) [@singhankit16](https://meta.discourse.org/u/singhankit16)
#### Post date: [9 december 2022 om 20:44 UTC](https://meta.discourse.org/t/integrate-appzi-feedback-tool-to-front-end-of-discourse/248424/1 "2022-12-09T20:44:38Z")

</div>

Hi,  
Can we integrate Appzi feedback tool to Discourse front-end UI ?  
Appzi integration is typically a token which is to be called

Wondering how and where I should add this line so that feedback button gets added to Discourse front-end UI.

---

<div class="post-metadata">

### Author: ![maiki](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/maiki/32/233950_2.png) [@maiki](https://meta.discourse.org/u/maiki)
#### Post date: [9 december 2022 om 21:21 UTC](https://meta.discourse.org/t/integrate-appzi-feedback-tool-to-front-end-of-discourse/248424/2 "2022-12-09T21:21:09Z")

</div>

Hi Ankit. 👋

According to the docs ([https://docs.appzi.io/install](https://docs.appzi.io/install)), you need to add some code to your site for that service to integrate. In Discourse you may add it via a **theme component**.

> [@Beginner's guide to using Discourse Themes](https://meta.discourse.org/t/beginners-guide-to-using-discourse-themes/91966):
>
> This is a crash course in Discourse theme basics. The target audience is everyone who is not familiar with Discourse themes. If you’ve already used Discourse theme / theme components, this guide is probably not something you need to read. What are themes and theme components? A theme or theme component is a set of files packaged together designed to either modify Discourse visually or to add new features. Let’s start with themes. Themes In general, themes are not supposed to be compatible …

1. Create a new theme component
2. Add Appzi code to it
3. Apply the component to your active theme

That is the shape of it. 👍
