> For the complete documentation index, see [llms.txt](https://docs.xyb.co/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.xyb.co/xyb-ledger/integrate-with-xyb-ledger.md).

# Integrate with XYB Ledger

- [Ledger Onboarding Process](https://docs.xyb.co/xyb-ledger/integrate-with-xyb-ledger/ledger-setup-and-configuration.md)
- [Welcome to Your XYB Ledger Environment](https://docs.xyb.co/xyb-ledger/integrate-with-xyb-ledger/ledger-setup-and-configuration/access-your-ledger-environment.md)
- [Install & Setup the Ledger CLI Tool](https://docs.xyb.co/xyb-ledger/integrate-with-xyb-ledger/ledger-setup-and-configuration/install-and-setup-the-ledger-cli-tool.md)
- [Working with Your Ledger Environment: Instances, Cohorts, Roles, and Agents](https://docs.xyb.co/xyb-ledger/integrate-with-xyb-ledger/ledger-setup-and-configuration/editor.md)
- [Set Up Messaging Channels for Your Ledger Environment](https://docs.xyb.co/xyb-ledger/integrate-with-xyb-ledger/ledger-setup-and-configuration/set-up-messaging-channels-for-your-ledger-environment.md)
- [Understanding the Ledger Structure: Charts, Accounts, Wallets](https://docs.xyb.co/xyb-ledger/integrate-with-xyb-ledger/understanding-the-ledger-structure-charts-accounts-wallets.md)
- [Set Up Your Chart Structure](https://docs.xyb.co/xyb-ledger/integrate-with-xyb-ledger/understanding-the-ledger-structure-charts-accounts-wallets/set-up-your-chart-structure.md)
- [Understanding and Creating Accounts in the Ledger](https://docs.xyb.co/xyb-ledger/integrate-with-xyb-ledger/understanding-the-ledger-structure-charts-accounts-wallets/understanding-and-creating-accounts-in-the-ledger.md)
- [How to Create Wallets in the Ledger System](https://docs.xyb.co/xyb-ledger/integrate-with-xyb-ledger/understanding-the-ledger-structure-charts-accounts-wallets/how-to-create-wallets-in-the-ledger-system.md)
- [Create and Manage Rules](https://docs.xyb.co/xyb-ledger/integrate-with-xyb-ledger/understanding-the-ledger-structure-charts-accounts-wallets/create-and-manage-rules.md)
- [Set up Transaction Recording Workflows](https://docs.xyb.co/xyb-ledger/integrate-with-xyb-ledger/set-up-transaction-workflows.md)
- [Create & Manage Instructions](https://docs.xyb.co/xyb-ledger/integrate-with-xyb-ledger/set-up-transaction-workflows/create-and-manage-instructions.md)
- [Managing Movements in the Ledger](https://docs.xyb.co/xyb-ledger/integrate-with-xyb-ledger/set-up-transaction-workflows/managing-movements-in-the-ledger.md)
- [View & Manage Postings](https://docs.xyb.co/xyb-ledger/integrate-with-xyb-ledger/set-up-transaction-workflows/create-and-manage-postings.md)
- [Managing Rules & Attributes in Ledger](https://docs.xyb.co/xyb-ledger/integrate-with-xyb-ledger/set-up-transaction-workflows/managing-rules-and-attributes-in-ledger.md)
- [Automating Ledger Instructions](https://docs.xyb.co/xyb-ledger/integrate-with-xyb-ledger/set-up-transaction-workflows/automating-ledger-instructions.md)
- [Automating Account and Wallet Creation](https://docs.xyb.co/xyb-ledger/integrate-with-xyb-ledger/set-up-transaction-workflows/automating-account-and-wallet-creation.md)
- [Posting and Balance Management](https://docs.xyb.co/xyb-ledger/integrate-with-xyb-ledger/set-up-transaction-workflows/posting-and-balance-management.md)
- [Understanding Reconciliation in XYB](https://docs.xyb.co/xyb-ledger/integrate-with-xyb-ledger/understanding-reconciliation-in-xyb.md)
- [Ledger Data Extract Workflow](https://docs.xyb.co/xyb-ledger/integrate-with-xyb-ledger/understanding-reconciliation-in-xyb/ledger-data-extract-workflow.md)


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.xyb.co/xyb-ledger/integrate-with-xyb-ledger.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
