DocumentationRecipesReferenceGraphQLChangelog
Log In

How to use honeypot in your project

Setting up honeypot

To set up Honeypot, from the project Settings page, click on Quality management and then toggle "Honeypot".

๐Ÿ“˜

To get best results, set up honeypot before labelers start working on a project.

Setting assets as honeypot

To set assets as honeypot:

  1. From your asset Queue, select the assets that you want to set as honeypots.
  2. From the Quick actions menu, select Add to honeypot.

๐Ÿ“˜

Note that assets with no labels ("To do" status) cannot be set as honeypot.

For an end-to-end example of how to programmatically configure honeypot in your project using Kili's Python SDK, refer to our tutorial on how to set up workflows.


Updating assets that are used as honeypots

To update an asset asset that is used as honeypot:

  1. Create a new label on the asset. The new label will serve as the new honeypot.
  2. Go to the asset Queue and select the asset.
  3. From the Quick Actions menu, select Remove from honeypot.
  4. Set the asset as honeypot again, as described in Setting assets as as honeypot.