# Project Naming Conventions

The name of the project is often configured at the time of analysis, so changing it depends on where the project is being analyzed from.

For Copado projects, this is configured by Copado and it takes the Copado Project name. The analysis of a Copado project is actually done on the Copado side using CodeScan.

Any change to the name of a Copado project needs to be sent by Copado with their analysis parameters.

For GitHub Actions Projects, this can be configured in the analysis parameters in the workflow file.

For projects created in CodeScan, you can use the Projects Analysis page and click 'Edit Project.'


---

# Agent Instructions: 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:

```
GET https://knowledgebase.autorabit.com/product-guides/codescan/codescan-integration/project-naming-conventions.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
