> 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/parties.md).

# Parties

The **Parties** page provides access to Canton parties associated with this validator's participant node. Parties are the core on-ledger identities in Canton. They own contracts and participate in transactions. A participant node can host multiple parties.

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

***

### Searching for Parties

Type at least 2 characters of a party ID prefix to search for matching local and remote parties known to this participant.

{% hint style="info" %}
Results are not loaded automatically on page load. You must type a search query to begin. This is intentional — in production environments a participant may host a large number of parties, making a full list impractical to display.
{% endhint %}

{% hint style="info" %}
\[TODO: document what information is shown per party in the search results — e.g. party ID, local vs remote, display name]
{% endhint %}

***

### Allocating a Party

The **+ Allocate party** button in the top-right of the page to provision and create a new party on this participant. The Party ID hint is incorporated into the generated party ID.

<figure><img src="/files/iGbsGKvZ4lgy6nuEm0wf" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
\[TODO: document the fields in the Allocate party dialog and any requirements or constraints on party allocation]
{% endhint %}

{% hint style="info" %}
Choose a short, human-readable Party ID hint. Backend appends a hash for uniqueness.
{% 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.catalyx.solutions/catalyx-blockchain-manager/canton-network/version-2.0/console-guide-canton/validators/ledger/parties.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.
