> For the complete documentation index, see [llms.txt](https://docs.ixkio.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ixkio.com/getting-started/organisation-structure/batches.md).

# Batches

Organisation Folders > Active Folders > Tag Groups > <mark style="color:green;">**Batches**</mark> > Tag Codes

## Overview

Batches are an important tool for managing large numbers of Tag Codes that will act in a similar way and will typically have the same Rules and settings.&#x20;

For example, if you have a product that has a manufacturing run every few months, you can create a new Batch for each run. This will give you control and organisation over the release of your tags.&#x20;

## Creating a Batch

Batches are created at the Tag Group level.

Navigate to the Tag Group where you wish to create your Batch, then the Batches panel. Click 'Add New Batch'. This will instantly create a new Batch and display the Batch screen.&#x20;

You can name your new Batch in the *<mark style="color:orange;">Batch Data Panel > Core Tab</mark>*

The Batch name is used internally for management but can also be dynamically included in the Response using [Subtags](/features/subtags.md).&#x20;

## Moving a Batch

You can move Batches between Tag Groups within the same Active Folder. Batches cannot be moved outside the current Active Folder.&#x20;

To do this, on your chosen Batch screen, navigate to *<mark style="color:orange;">Batch Detail Panel > Move Tab.</mark>* Select your destination Tag Group from the dropdown list and click 'Move Batch'. All Tag Codes within this Batch will automatically inherit any Rules or settings from the destination Tag Group.&#x20;

## Deleting a Batch

To delete a Batch, on your chosen Batch screen navigate to *<mark style="color:orange;">Batch Detail Panel > Settings Tab</mark>*. You will be asked to confirm your delete action.&#x20;

{% hint style="danger" %}
Deleting a Batch and therefore any Tag Codes within that Batch is permanent. It cannot be undone. Proceed with caution.&#x20;
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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.ixkio.com/getting-started/organisation-structure/batches.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.
