content: "Write 5 random words",
},
],
})
.withResponse(); // include this line
console.log(response.headers.get("helicone-id")); // get the request ID
``
[source](https://docs.helicone.ai/features/advanced-usage/custom-properties)
4. **Verify Data in Helicone Dashboard**:
- After ensuring the above steps, check the Helicone dashboard to see if the custom properties are now appearing in the results table. You can access the Helicone UI at
http://localhost:3000` and add users or check logs as needed.
If you have followed these steps and the custom properties still do not appear, you may want to reach out to Helicone support at help@helicone.ai or schedule a call with the team for further assistance.
source