# Setting Up a Project

Once you have [logged into the application](https://app.codefortify.ai/) ensure that the left hand navigation window is expanded by hovering over the left hand navigation bar.&#x20;

* Select the section called "[Projects](https://app.codefortify.ai/Project)"
* Select "New Project" in the top right corner
* Give your project a name, optionally add a description to remind you and your team what the project is related to
* Select "Save Changes"

Once your project name is saved you will be directed back to the main project directory. In order to connect your Github account to your new project:

* Select the name of the new project you just created
* Select "Add New Repo"
* You will be asked to authenticate your Github user and will be redirected to Github to select the specific organization you will be connecting to Codefortify
  * Once you have selected the organization you would like to connect to select "Authorize \<organization\_name>"

Once selected you will be redirected back to Codefortify to finish setting up your repositories in your project and select which scanners you would like to activate for that repository

After you have selected the repository you would like to connect you will have the option to select which scanners you would like to automatically setup to start scanning that respository. If you are unsure which ones you'd like select a minimum of one scanner and select "Save Changes" you can always add, remove or change scanners at a later time.&#x20;

And that's it! In less than 5 minutes you are one step closer to securing your code!


---

# 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.codefortify.ai/getting-started/setting-up-a-project.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.
