# Steps for a simple batch Axon in Turium

To construct a straightforward batch Axon, execute the following steps:

1. Launch the Genesis
2. Opt for Axon - Batch.
3. Assign a name to the Axon and supplement it with a description. Please note that the name should not contain spaces. For additional details regarding acceptable characters, refer to the Naming Conventions section.
4. Navigate to the node palette and select the sources required for your axon.
5. To configure each source, hover over the corresponding source node. A Properties button will emerge. Click on this Properties button to proceed.
6. After the source properties are configured, click Validate to ascertain that the source is devoid of errors. This validation step is crucial, particularly if any modifications have been made in the Output Schema field.
7. In case any validation is skipped and errors persist, the error count will be exhibited in the top-right corner of the source node.
8. To incorporate transformations into the data axon, select transformations from the Transform and Analytics sections.
9. Establish a connection between the source and the transformation.
10. Configure the transformation by clicking on the Properties button.
11. Post configuration, click Validate to ensure that the transformation is error-free.
12. In the Sink section, select the required Sink for your axon. Subsequently, connect this Sink to the preceding transformation and configure the Sink properties.
13. Click Save. Upon saving, the axon can be located under Drafts on the List page.

{% hint style="info" %}
More information about dashboarding can be found in the How-To-Guide section for Algology Dashboards
{% endhint %}

***


---

# 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.turium.ai/home/algoreus/turium-connector-documentation/turium-fabriq-overview/how-to-guides/axons-pipeline-user-guide/steps-for-a-simple-batch-axon-in-turium.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.
