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

# Documentation Update #2 — End of Release Cycle

> End of release cycle with new Inflow/Outflow Transactions, External Account retrieval, monorepo and Terraform setup guides, Go and TypeScript SDKs, plus CRM and Smart Templates documentation.

<Badge color="gray" size="lg">May 30th, 2025</Badge> <Badge color="green">Added</Badge>

We’ve wrapped up the release cycle with a fresh batch of documentation updates. Whether you’re building integrations, deploying infrastructure, or just getting started with Midaz, there’s something new for you.

## What’s New

***

Here’s what’s been added to help you move faster and with more clarity:

### Midaz new endpoints

#### Transactions API

* [**Create an Inflow Transaction**](/en/reference/midaz/create-an-inflow-transaction) – Use this endpoint to register incoming funds from external sources into the ledger.
* [**Create an Outflow Transaction**](/en/reference/midaz/create-an-outflow-transaction) – Use this endpoint to initiate an outflow transaction, abstracting the process of moving funds from internal ledger accounts to the external world.

#### Accounts API

* [**Retrieve an External Account**](/en/reference/midaz/retrieve-an-external-account) – Use this endpoint to retrieve the details of a specific External Account by its asset code.

### Platform & Deployment

* [**Installing Midaz monorepo**](/en/midaz/midaz-setup) – A step-by-step guide to get your local environment ready.
* [**Midaz Terraform Foundation**](/en/midaz/midaz-terraform-foundation) – Deploy Midaz infrastructure with standardized, reusable Terraform modules.
* [**Midaz production best practices**](/en/midaz/midaz-production-best-practices) – Our recommendations for a secure, scalable, and resilient production setup.

### SDKs

* [**Midaz SDK for Go**](/en/midaz/midaz-sdk-go) – Learn how to integrate Midaz into your Go applications with confidence.
* [**Midaz SDK for TypeScript**](/en/midaz/midaz-sdk-typescript) – A complete guide to using our TypeScript SDK in both frontend and backend environments.

### Plugins

#### CRM

Get to know how CRM helps you manage customer data securely and flexibly.

* **Guides:**
* [CRM](/en/midaz/crm/crm-overview): An overview of how CRM works
* [CRM data security](/en/midaz/crm/crm-data-security): Learn more about how CRM handles data security
* [Using CRM](/en/midaz/crm/using-crm): Step-by-step example of how to use CRM
* **API Reference**:
* [Holders API](/en/reference/midaz/crm/create-holder): Endpoints related to Holder management
* [Alias Accounts API](/en/reference/midaz/crm/create-alias-account): Endpoints related to Alias Account management
* [CRM Error List](/en/reference/midaz/crm/crm-error-list): List of errors that CRM can throw

#### Smart Templates

Learn how to generate dynamic, template-based reports with Smart Templates.

* **Guides**:
* [Smart Templates](/en/reporter): An overview of how the plugin works
* [Template examples](/en/reporter/template-examples): Examples of how to create the templates
* [Using Smart Templates](/en/reporter/using-reporter): Step-by-step example of how to use Smart Templates
* **API Reference**:
* [Templates API](/en/reference/reporter/upload-template): Endpoints related to Template management
* [Reports API](/en/reference/reporter/create-report): Endpoints related to Report management
* [Smart Template error list](/en/reference/reporter/reporter-error-list): List of errors that the Smart Templates plugin can throw

If you’re maintaining or building with Midaz, we recommend checking out these new pages to stay up-to-date and make the most of our platform.
