> For the complete documentation index, see [llms.txt](https://docs.catalyx.solutions/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.catalyx.solutions/catalyx-blockchain-manager/canton-network/version-2.0/console-guide-canton/validators/ledger/dars.md).

# DAR Packages

The **DARs** page manages Daml Archive (DAR) files on this validator's participant node.

<div data-with-frame="true"><figure><img src="/files/kvnKkbpMGo6wClVqz8w9" alt=""><figcaption></figcaption></figure></div>

DAR files contain compiled Daml smart contract code. A package must be uploaded to a participant before contracts from that package can be used on the ledger.

***

### Uploading a DAR

Use the drag-and-drop upload area at the top of the page or click to choose the DAR from your file system. Multiple DAR files can be uploaded in a single operation.

<div data-with-frame="true"><figure><img src="/files/Q64vmuUniamaJcvUE1Vk" alt=""><figcaption></figcaption></figure></div>

***

### Searching Packages

A search bar below the upload area allows filtering the package list by name, version, or package ID.

***

### Package Table

The table lists all DAR packages currently known to this participant:

| Column          | Description                                                                             |
| --------------- | --------------------------------------------------------------------------------------- |
| **Name**        | The name of the Daml package.                                                           |
| **Version**     | The version of the package (e.g. `v3.4.0`).                                             |
| **Package ID**  | The unique hash identifier for this package. A copy icon allows copying the full value. |
| **Size**        | The size of the DAR file.                                                               |
| **Known since** | The date the package was first uploaded to or recognised by this participant.           |

***


---

# 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.catalyx.solutions/catalyx-blockchain-manager/canton-network/version-2.0/console-guide-canton/validators/ledger/dars.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.
