# Generate Project from source code

There are two approaches to trigger a project creation.

* The first (recommended) approach is to trigger the project creation in Lineaje cloud. Lineaje cloud will make sure where all tools are updated and patched. However, this approach requires Lineaje cloud access to your source code. This method typically works for cloud based SCM.
* The second approach is to trigger the project creation locally. This approach would require a dedicated VM/container/cluster where Lineaje CLI is run. This approach requires regular patching of the Lineaje CLI.


---

# 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://docs.veedna.com/integration-with-cicd-pipeline/generate-project-from-source-code.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.
