# Orderer

## Introduction

An Orderer Node is a Node in the Network that takes care of orchestrating transactions. Orderer Nodes are associated with an Ordering Service which takes care of transaction ordering for a given Channel.

## Configuration

Click the “+” button next to “Organizations” to add an organization.

<figure><img src="https://t-images.imgix.net/https%3A%2F%2Fapp-us-east-1.t-cdn.net%2F5f96e1a6e5864f172c21948d%2Fposts%2F61e5a27811c21c4e1b71cdcf%2F61e5a27811c21c4e1b71cdcf_96334.png?width=1240&#x26;w=1240&#x26;auto=format%2Ccompress&#x26;ixlib=js-2.3.1&#x26;s=9f5ba69c9609ce58f44f59b721478d70" alt=""><figcaption></figcaption></figure>

<figure><img src="https://t-images.imgix.net/https%3A%2F%2Fapp-us-east-1.t-cdn.net%2F5f96e1a6e5864f172c21948d%2Fposts%2F61e5a29f7677a25c4a51b3f2%2F61e5a29f7677a25c4a51b3f2_85260.png?width=1240&#x26;w=1240&#x26;auto=format%2Ccompress&#x26;ixlib=js-2.3.1&#x26;s=1d4bea715c1bc16a17038fa02e136185" alt=""><figcaption></figcaption></figure>

<figure><img src="https://t-images.imgix.net/https%3A%2F%2Fapp-us-east-1.t-cdn.net%2F5f96e1a6e5864f172c21948d%2Fposts%2F61e5a2ac2f44b9d579ad9acb%2F61e5a2ac2f44b9d579ad9acb_9903.png?width=1240&#x26;w=1240&#x26;auto=format%2Ccompress&#x26;ixlib=js-2.3.1&#x26;s=672cd8d3f4e89e67db5c00fead6ad2d7" alt=""><figcaption></figcaption></figure>

### Settings

* **Name**: defines the organization’s name (Organization Name must be set);
* **Type**: in this case the organization is set as an orderer;
* **Certificate Authority 01**: defines a first Certificate Authority for this Organization (At least one Certificate Authority must be defined for this Organization);
* **Certificate Authority 02**: defines a second Certificate Authority for this Organization.


---

# 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://docs.astrakode.tech/akb-wiki/astrakode-wiki/network-composer/components/orderer.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.
