> ## Documentation Index
> Fetch the complete documentation index at: https://botpress-charmenta-pr-718.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Improvement

The official Improvement integration lets you provide feedback on your bot's responses in the [emulator](/studio/concepts/emulator). Your bot can then use that feedback when generating future responses.

## Setup

The Improvement integration comes pre-installed on every bot. If you need to install it manually:

<Info>
  You will need:

  * A [published bot](/get-started/quick-start)
</Info>

<Steps>
  <Step>In Botpress Studio, select **Explore Hub** in the upper-right corner.</Step>
  <Step>Search for the **Improvement** integration, then select **Install Integration**.</Step>
  <Step>In the **Configuration** menu, select **Save Configuration**.</Step>
</Steps>

## Suggesting improvements

You can suggest improvements when chatting with your bot in the emulator:

<Steps>
  <Step>
    Select <Icon icon="pencil" /> **Improve Response** on any message:

    <Frame>
      <img alt="Improve response" className="block dark:hidden" src="https://mintcdn.com/botpress-charmenta-pr-718/voC-wktdNOKMMikR/integrations/integration-guides/assets/improve-response.png?fit=max&auto=format&n=voC-wktdNOKMMikR&q=85&s=87ae8150fb91ac0c3af9ed01bd1bc280" width="1418" height="542" data-path="integrations/integration-guides/assets/improve-response.png" />

      <img alt="Improve response" className="hidden dark:block" src="https://mintcdn.com/botpress-charmenta-pr-718/voC-wktdNOKMMikR/integrations/integration-guides/assets/improve-response-dark.png?fit=max&auto=format&n=voC-wktdNOKMMikR&q=85&s=0a6511eb4d04197f8810b9da3f9fd522" width="1418" height="542" data-path="integrations/integration-guides/assets/improve-response-dark.png" />
    </Frame>
  </Step>

  <Step>
    Enter your feedback and select <Icon icon="refresh-ccw" /> **Re-generate**., This will show you a preview of an updated response based on your feedback:

    <Frame>
      <img alt="Feedback" className="block dark:hidden" src="https://mintcdn.com/botpress-charmenta-pr-718/voC-wktdNOKMMikR/integrations/integration-guides/assets/feedback.png?fit=max&auto=format&n=voC-wktdNOKMMikR&q=85&s=fc54c9471fad2cdf5bc63c1caa670b93" width="2384" height="1206" data-path="integrations/integration-guides/assets/feedback.png" />

      <img alt="Feedback" className="hidden dark:block" src="https://mintcdn.com/botpress-charmenta-pr-718/voC-wktdNOKMMikR/integrations/integration-guides/assets/feedback-dark.png?fit=max&auto=format&n=voC-wktdNOKMMikR&q=85&s=1e1994ee9bc1b796d42b2b97f8bbef73" width="2384" height="1206" data-path="integrations/integration-guides/assets/feedback-dark.png" />
    </Frame>

    The **Code** section shows you exactly how your bot's execution will be different after the feedback is applied.
  </Step>

  <Step>
    If you're happy with the updated response, select <Icon icon="save" /> **Save as learning**.
  </Step>
</Steps>

## Managing feedback

Any time you save feedback, it gets added to the **Feedback** [Table](/studio/concepts/tables) as a row:

<Frame>
  <img alt="Feedback" className="block dark:hidden" src="https://mintcdn.com/botpress-charmenta-pr-718/voC-wktdNOKMMikR/integrations/integration-guides/assets/feedback-table.png?fit=max&auto=format&n=voC-wktdNOKMMikR&q=85&s=5fc993e9e3e4193529270bd2ba45c673" width="2512" height="264" data-path="integrations/integration-guides/assets/feedback-table.png" />

  <img alt="Feedback" className="hidden dark:block" src="https://mintcdn.com/botpress-charmenta-pr-718/voC-wktdNOKMMikR/integrations/integration-guides/assets/feedback-table-dark.png?fit=max&auto=format&n=voC-wktdNOKMMikR&q=85&s=c95ef533990a60e2a7aefbf161f6923a" width="2512" height="264" data-path="integrations/integration-guides/assets/feedback-table-dark.png" />
</Frame>

Your bot reads directly from this table when applying your feedback. This means you can modify the table's rows and columns to modify how feedback is applied.

You can also delete a specific piece of feedback by deleting its associated table row.
