# Frequently Asked Questions

### Why do I not see a new project triggered even after clicking on "Save Configuration"?

Project generation has a n optimization to avoid accidental runs of same project configuration. A combination of Project Name, Version, digest of the image is used to generate a unique identifier for each project. A project run is triggered only if the combination of Project Name and Version does not exist.

Note: If its only for testing, the previous project in projects page can be deleted to trigger a new run for the same image.

### How can I change the settings for an existing project?

To change the configure, click on edit configuration.

* Step 1 (Details): Configuration name, description, credentials, repo URLs can be modified.
* Step 2 (Review): Branch/tag can be changed for the existing configuration by going to "Edit Repositories" tab.
* Click on Save Configuration to trigger a new project.
