# Isort > The most basic way to configure the flow of isort within a single file is action comments. These comments are picked up and interpreted by the isort parser during parsing. ## Pages - [Action Comments](configuration-action-comments.md): The most basic way to configure the flow of isort within a single file is action comments. These comments are picked ... - [Add_Or_Remove_Imports](configuration-add-or-remove-imports.md): isort makes it easy to add an import statement across multiple files, - [Compatibility with black](configuration-black-compatibility.md): Compatibility with black is very important to the isort project and comes baked in starting with version 5. - [Config_Files](configuration-config-files.md): Supported Config Files - [Custom Sections and Ordering](configuration-custom-sections-and-ordering.md): isort provides lots of features to enable configuring how it sections imports - [Git Hook](configuration-git-hook.md): isort provides a hook function that can be integrated into your Git - [Github Action](configuration-github-action.md): isort provides an official [Github Action][github-action-docs] that can be used as part of a CI/CD workflow to ensure... - [Multi Line Output Modes](configuration-multi-line-output-modes.md): This [config option](https://pycqa.github.io/isort/docs/configuration/options.html#multi-line-output) defines how fro... - [Configuration options for isort](configuration-options.md): As a code formatter isort has opinions. However, it also allows you to have your own. If your opinions disagree with ... - [Pre Commit](configuration-pre-commit.md): Using isort with pre-commit - [Profiles](configuration-profiles.md): Built-in Profile for isort - [1. Contributing Guide](contributing-1-contributing-guide.md): Contributing to isort - [HOPE 8 -- Style Guide for Hug Code](contributing-2-coding-standard.md): | | | - [HOPE 11 -- Code of Conduct](contributing-3-code-of-conduct.md): | | | - [4. Acknowledgements](contributing-4-acknowledgements.md): Core Developers - [Shared Profiles](howto-shared-profiles.md): As well as the [built in - [Introducing isort 5](major-releases-introducing-isort-5.md): isort 5.0.0 is the first major release of isort in over five years and the first significant refactoring of isort sin... - [isort Project Official Release Policy](major-releases-release-policy.md): isort has moved from being a simple hobby project for individuals to sort imports in their Python files - [0. Try](quick-start-0-try.md): Try isort from your browser! - [1. Install](quick-start-1-install.md): Install`isort`using your preferred Python package manager: - [Command Line Usage](quick-start-2-cli.md): Once installed,`isort`exposes a command line utility for sorting, organizing, and formatting imports within Python ... - [Programmatic Python API Usage](quick-start-3-api.md): In addition to the powerful command line interface, isort exposes a complete Python API. - [Upgrading to 5.0.0](upgrade-guides-500.md): isort 5.0.0 is the first major release of isort in 5 years, and as such it does introduce some breaking changes. - [W0500 Warning Codes](warning-and-error-codes-w0500.md): The W0500 error codes are reserved for warnings related to a major release of the isort project.