Skip to main content

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
Save the fields you want to collect. Typical examples are title, description, email, screenshots, reproduction link, priority, or product area.

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:
  1. the user submits your form
  2. your app sends the payload to your own API route
  3. 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
Use filtering and status updates to confirm the full workflow is working.