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

# Choose Winner

Choose the best performing prototype version based on key parameters such as evaluation scores, cost efficiency, latency etc.

<script>
  {` function onArcadeIframeMessage(e) { if (e.origin !== 'https://demo.arcade.software' || !e.isTrusted) return; const arcadeIframe = document.querySelector(\`iframe[src*=\${e.data.id}]\`); if (!arcadeIframe || !arcadeIframe.contentWindow) return; if (e.data.event === 'arcade-init') { arcadeIframe.contentWindow.postMessage({event: 'register-popout-handler'}, '*'); } if (e.data.event === 'arcade-popout-open') { arcadeIframe.style['position'] = 'fixed'; arcadeIframe.style['z-index'] = '9999999'; } if (e.data.event === 'arcade-popout-close') { arcadeIframe.style['position'] = 'absolute'; arcadeIframe.style['z-index'] = 'auto'; } } window.addEventListener('message', onArcadeIframeMessage); `}
</script>

<div style={{position: 'relative', paddingBottom: 'calc(57.1875% + 100px)', height: 0, minWidth: '600px', width: '100%'}}>
  <iframe src="https://demo.arcade.software/45KKJJ4idJuBXh2MtOsl?embed&embed_mobile=inline&embed_desktop=inline&show_copy_link=true" title="Datasets Evaluations" frameBorder="0" loading="lazy" allowFullScreen allow="clipboard-write" style={{position: 'absolute', top: 0, left: 0, width: '100%', height: '100%', colorScheme: 'light'}} />
</div>

## How to choose the winner?

1. Go to the [Prototype](https://app.futureagi.com/prototype) dashboard.
2. Click on the `Choose Winner` button.
3. Adjust the sliders for each metric indicating its importance on a scale from `0` (not important) to `10` (very important).
4. Based on the values you set for each metric, all the prototype versions are ranked.
5. The version with the highest overall score, considering all metrics, is selected as the winner.
