> For the complete documentation index, see [llms.txt](https://docs.veedna.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.veedna.com/sbom360/generate-an-sbom/source-code-management-scm-as-source/frequently-asked-questions.md).

# 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 and Version 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.

### 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.

### How can I rerun a project for the same configuration?

To re-run a project for the same configuration, edit an existing configuration.&#x20;

* Step 1 (Details): No change. Click next.
* Step 2 (Review): Go to "Edit Repositories" tab.
* Click on Rescan SBOM. Remove repos that are not required for rescan.
* Click on Save Configuration to trigger a new project.

<figure><img src="/files/4ObG4UrOCF0nj3H8Ffr9" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.veedna.com/sbom360/generate-an-sbom/source-code-management-scm-as-source/frequently-asked-questions.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
