Sauf indication contraire, le contenu de cette page est régi par une licence Creative Commons Attribution 4.0, et les échantillons de code sont régis par une licence Apache 2.0. Pour en savoir plus, consultez les Règles du site Google Developers. Java est une marque déposée d'Oracle et/ou de ses sociétés affiliées.
Dernière mise à jour le 2025/09/04 (UTC).
[[["Facile à comprendre","easyToUnderstand","thumb-up"],["J'ai pu résoudre mon problème","solvedMyProblem","thumb-up"],["Autre","otherUp","thumb-up"]],[["Difficile à comprendre","hardToUnderstand","thumb-down"],["Informations ou exemple de code incorrects","incorrectInformationOrSampleCode","thumb-down"],["Il n'y a pas l'information/les exemples dont j'ai besoin","missingTheInformationSamplesINeed","thumb-down"],["Problème de traduction","translationIssue","thumb-down"],["Autre","otherDown","thumb-down"]],["Dernière mise à jour le 2025/09/04 (UTC)."],[],[],null,["# Setup overview for websites\n\nThis document provides a high-level overview of setting up reCAPTCHA\non websites.\n\nSetting up reCAPTCHA on a website involves the following steps:\n\n1. Create a reCAPTCHA key for your website (also known as key).\n\n The key is required to collect information about the user actions and send it to reCAPTCHA.\n 1. [Choose the key type that is best for your use case](/recaptcha/docs/choose-key-type).\n 2. [Create a key for your website](/recaptcha/docs/create-key-website).\n2. Integrate with your website frontend:\n\n Install the key that you created on your web pages by using\n the reCAPTCHA JavaScript API.\n - [Install score-based keys](/recaptcha/docs/instrument-web-pages).\n - [Install checkbox keys](/recaptcha/docs/instrument-web-pages-with-checkbox).\n3. Integrate with your backend:\n\n 1. To verify the token sent by reCAPTCHA and assess the risk, [create assessments](/recaptcha/docs/create-assessment-website) from your backend server.\n 2. [Interpret the assessment scores and the associated risk](/recaptcha/docs/interpret-assessment-website), and define how to handle users, for example, allow the user to log in only when the score is high and the risk is low.\n4. Optional: Configure an IP address allowlist\n\n [Add trusted IP addresses to an allowlist](/recaptcha/docs/allowlist-ip) to exclude them from\n reCAPTCHA enforcement.\n\nWhat's next\n-----------\n\n- [Choose the reCAPTCHA key type that is best for your use case](/recaptcha/docs/choose-key-type)."]]