> ## Documentation Index
> Fetch the complete documentation index at: https://cosmos-docs-sync-security-docs.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Packages

> Version: v0.47

The Cosmos SDK is a collection of Go modules. This section provides documentation on various packages that can used when developing a Cosmos SDK chain. It lists all standalone Go modules that are part of the Cosmos SDK.

<Check>
  For more information on SDK modules, see the [SDK Modules](/sdk/v0.47/build/modules/modul) section. For more information on SDK tooling, see the [Tooling](/sdk/v0.47/build/tooling) section.
</Check>

## Core[​](#core "Direct link to Core")

* [Core](https://pkg.go.dev/cosmossdk.io/core) - Core library defining SDK interfaces ([ADR-063](/sdk/v0.47/build/architecture/adr-063-core-module-api))
* [API](https://pkg.go.dev/cosmossdk.io/api) - API library containing generated SDK Pulsar API
* [Store](https://pkg.go.dev/cosmossdk.io/store) - Implementation of the Cosmos SDK store

## State Management[​](#state-management "Direct link to State Management")

* [Collections](/sdk/v0.47/build/packages/collections) - State management library
* [ORM](/sdk/v0.47/build/packages/orm) - State management library

## Automation[​](#automation "Direct link to Automation")

* [Depinject](/sdk/v0.47/build/packages/depinject) - Dependency injection framework
* [Client/v2](https://pkg.go.dev/cosmossdk.io/client/v2) - Library powering [AutoCLI](/sdk/v0.50/learn/advanced/autocli)

## Utilities[​](#utilities "Direct link to Utilities")

* [Log](https://pkg.go.dev/cosmossdk.io/log) - Logging library
* [Errors](https://pkg.go.dev/cosmossdk.io/errors) - Error handling library
* [Math](https://pkg.go.dev/cosmossdk.io/math) - Math library for SDK arithmetic operations

## Example[​](#example "Direct link to Example")

* [SimApp](https://pkg.go.dev/cosmossdk.io/simapp) - SimApp is **the** sample Cosmos SDK chain. This package should not be imported in your application.
