# Activating a New Scanner

There are two ways to activate new scanners:

* [The Projects Page](https://app.codefortify.ai/Project)
* [The Integrations Page](https://app.codefortify.ai/Integrations)

Activating scanners on the project page is ideal when you are initializing a new project or want to ensure the scanners you are activating are definitely associated with a specific project

Activating scanners on the integrations page is the fastest way to turn on or turn off a scanner for a respective repo

### [From The Projects Page](https://app.codefortify.ai/Project)

* Select the name of the project you'd like to update
* Select the name of the repo you'd like to activate your scanner on
* Select "Repository Settings" in the top right hand corner&#x20;

<figure><img src="/files/Wp6DqfLjxOza4yhnWDmL" alt=""><figcaption></figcaption></figure>

* Enable the scanners you'd like to enabled or disabled on the following space
* Select "Save Changes" and you are all done!

### [From the Integrations Page](https://app.codefortify.ai/Integrations)

* You will see an individual scanners per project and repo as well as which scanners are enabled or disabled on the right
* To enable a scanner simply toggle the button to enabled or disabled them

All activations and deactivations will be available in your logs in the event you need to see which users and timestamps individual scanners were enabled or disabled


---

# 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/activating-a-new-scanner.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.
