trying growthbook first time what is the differenc...
# ask-questions
s
trying growthbook first time what is the difference between features and experiments in growthbook dev tools?
f
The features area shows all features in your config, whether or not you used them during the page. The experiments section shows all experiments that were run during the page load.
s
if I want to test various variations which value I should toggle?
also I am passing different user id but devtools shows 123 as id.
const growthbook = new GrowthBook({
attributes: {
id: "112asd3ssd343",
},
any mistake I made in passing id? if not why id is different in devtools?