1. Generate a project key
Go to Project Settings → API Key and generate a key if the project does not already have one.2. Define your fields
Open Project → Feedback and click Edit Fields. Aiola lets you configure fields separately for:- issue reports
- feature requests
3. Open Get Code
After saving, use Get Code to generate the embed guidance for your app. The generated setup is built around:- an environment variable containing the project key
- a server-side route that forwards requests to Aiola
- a UI component or dialog for the feedback form
4. Keep the key server-side
Do not send the raw project key directly from the browser. The intended flow is:- the user submits your form
- your app sends the payload to your own API route
- that route forwards the request to Aiola using the project key
5. Verify submissions
Once wired up, submit a test issue and a test feature request. They should appear in:- Project → Feedback
- Central → Feedback

