> ## Documentation Index
> Fetch the complete documentation index at: https://docs.semgrep.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Customize a core deployment

> Now that you've finished your Semgrep core deployment, you can either customize Semgrep's scan behavior or continue to enable additional deployment features. The following sections list common tasks after you've finished your core deployment.

## Customize Semgrep scans or triage workflow

| Concern                                                                                     | Guide                                                                                                                                                              |
| :------------------------------------------------------------------------------------------ | :----------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Semgrep scans irrelevant files.                                                             | [Ignore files, folders, or code](/ignoring-files-folders-code).                                                                                                    |
| Semgrep Code is too noisy.                                                                  | Enable [cross-file (interfile) analysis](/semgrep-code/semgrep-pro-engine-intro) or remove rules and rulesets through the [Policies page](/semgrep-code/policies). |
| I want my developers to see certain security issues in their pull request or merge request. | Configure [Comment mode](/semgrep-code/policies#block-a-pr-or-mr-through-rule-modes) in the Policies page.                                                         |
| I want to prevent developers from using dependencies with certain licenses.                 | Set up [license compliance](/semgrep-supply-chain/license-compliance).                                                                                             |
| I want to receive AI assistance when I triage findings.                                     | Enable [Semgrep Multimodal](/semgrep-multimodal/overview).                                                                                                         |
| I want to enforce my organization's coding standards.                                       | Write a [custom rule](/writing-rules/overview) and add it to your Policies page.                                                                                   |

## Enable additional deployment features

| Concern                                                                                                   | Guide                                                                |
| :-------------------------------------------------------------------------------------------------------- | :------------------------------------------------------------------- |
| I want to receive notifications in my environment.                                                        | Set up [notifications](/semgrep-appsec-platform/notifications).      |
| I want my developers to use Semgrep on their IDE.                                                         | Install and set up available [IDE extensions](/extensions/overview). |
| I'm scanning too many projects (repositories onboarded to Semgrep) and want to group them somehow.        | [Tag your projects](/semgrep-appsec-platform/tags).                  |
| I'd like to manage access to the resources that developers can view or change in Semgrep AppSec Platform. | Configure [roles and users](/deployment/teams/overview).             |

## Stay up-to-date on new Semgrep features

Subscribe to the:

<CardGroup>
  <Card title="Semgrep release notes feed" icon="rss" href="https://docs.semgrep.dev/release-notes/rss.xml" horizontal />

  <Card title="Semgrep product updates feed" icon="rss" href="https://semgrep.dev/products/product-updates/rss/" horizontal />
</CardGroup>
