> For the complete documentation index, see [llms.txt](https://docs.builtoncement.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.builtoncement.com/extensions/configparser.md).

# ConfigParser

## Introduction

The ConfigParser Extension provides the [ConfigParserConfigHandler](https://cement.readthedocs.io/en/3.0/api/ext/ext_configparser/#cement.ext.ext_configparser.ConfigParserConfigHandler) for configuration files and settings, and is the default configuration handler used by Cement.

**Documentation References:**

* [Configuration Settings](/core-foundation/configuration-settings.md)

**API References:**

* [Cement ConfigParser Extension](http://cement.readthedocs.io/en/3.0/api/ext/ext_configparser/)
* [Python ConfigParser Module](https://docs.python.org/3/library/configparser.html)

## Requirements

* No external dependencies

## Configuration

This extension does not rely on any application level configuration settings or meta options.

## Usage

See the [Configuration Settings](/core-foundation/configuration-settings.md) documentation.
