# Building Blocks

**Building blocks** (BBs) are software modules that can be deployed and combined in a standardized manner. Each building block is capable of working independently, but they can be combined to do much more.

Building blocks are composable, interoperable software modules that can be used across a variety of use cases. They are standards-based, preferably open-source, and designed for scale.

Each building block exposes a set of services in the form of REST APIs that can be consumed by other building blocks or applications.

Please browse the building blocks that are specified in this release in the top bar menu or in the following list:

**Overarching Specifications**

[Architecture and Cross-Functional Requirements](https://specs.govstack.global/architecture)

**Building Blocks Specifications**

{% columns %}
{% column %}
[Cloud Infrastructure](https://specs.govstack.global/cloud-infrastructure)

[Consent](https://specs.govstack.global/consent)

[Content Management System](https://specs.govstack.global/content-management-system)

[Digital Registries](https://specs.govstack.global/registries)

[E-Marketplace](https://specs.govstack.global/emarketplace)

[E-Signature](https://specs.govstack.global/esignature)

[Geographic Information System (GIS)](https://specs.govstack.global/gis)

[Identity](https://specs.govstack.global/identity)
{% endcolumn %}

{% column %}
[Information Mediator](https://specs.govstack.global/information-mediator)

[Messaging](https://specs.govstack.global/messaging)

[Payments](https://specs.govstack.global/payments)

[Registration](https://specs.govstack.global/registration)

[Scheduler](https://specs.govstack.global/scheduler)

[Wallet](https://specs.govstack.global/wallet)
{% endcolumn %}
{% endcolumns %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://specs.govstack.global/technical-specifications/building-blocks.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
