> For the complete documentation index, see [llms.txt](https://docs.codefortify.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.codefortify.ai/getting-started/setting-up-a-project.md).

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