> 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-platform-1/xyb-ledger/readme.md).

# Welcome to XYB Ledger Docs

Discover everything you need to get started with integrating the XYB Ledger. Learn about its capabilities and how to harness its features effectively to maximize value. Dive into straightforward integration processes and unlock the full potential of XYB Ledger in your projects.

### Jump right in

<table data-column-title-hidden data-view="cards"><thead><tr><th></th><th></th><th data-hidden data-card-cover data-type="files"></th><th data-hidden></th><th data-hidden data-card-target data-type="content-ref"></th><th data-hidden data-type="rating" data-max="5"></th></tr></thead><tbody><tr><td><strong>Ledger Fundamentals</strong></td><td>Explore what XYB ledger is all about</td><td><a href="https://2842134550-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FakJn6TxWIBAbZwLlYoVP%2Fuploads%2FVoctUHTrSWWfmRg9WPDk%2Fcard-getting-started.png?alt=media&amp;token=a79e8dee-7f4c-4d11-a146-c6b97998dc14">card-getting-started.png</a></td><td></td><td><a href="/xyb-platform-1/xyb-ledger/getting-started/quickstart.md">Ledger Setup and Operations - Overview</a></td><td>1</td></tr><tr><td><strong>Integrate with XYB Ledger</strong></td><td><strong>For developers</strong> - Configure environment, messaging channels, and automate workflows</td><td><a href="https://2842134550-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FakJn6TxWIBAbZwLlYoVP%2Fuploads%2FUv921daiCU9RkXHFpWDj%2Fcard-integrate.png?alt=media&amp;token=2eb8f6c9-e400-4356-9a69-7cf60f4911b1">card-integrate.png</a></td><td></td><td><a href="/xyb-platform-1/xyb-ledger/integrate-with-xyb-ledger/ledger-setup-and-configuration.md">Integrate with XYB Ledger</a></td><td>null</td></tr><tr><td><strong>Ledger Operations in UI</strong></td><td><strong>Console UI</strong> to manage charts, review postings and balances</td><td><a href="https://2842134550-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FakJn6TxWIBAbZwLlYoVP%2Fuploads%2FGuokPxSkWFcga1wai1h0%2Fcard-console.png?alt=media&amp;token=8e7c070c-d69b-43e6-b571-5c1092f5e8ca">card-console.png</a></td><td></td><td><a href="/xyb-platform-1/xyb-ledger/ledger-operation-in-xyb-console/ledger-operations-in-xyb-console.md">Ledger Operations in XYB Console</a></td><td>null</td></tr><tr><td><strong>API Reference Guides</strong></td><td><strong>For developers</strong> - Get well documented APIs to setup workflows and manage configurations</td><td><a href="https://2842134550-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FakJn6TxWIBAbZwLlYoVP%2Fuploads%2FIPQfSJwtT6Xv1H4WVsME%2Fcard-api.png?alt=media&amp;token=a293e361-94a2-4dba-8173-a1701b515dbc">card-api.png</a></td><td></td><td><a href="/xyb-platform-1/xyb-ledger/api-reference-guides/ledger-setup-and-configuration-apis.md">API Reference Guides</a></td><td>null</td></tr><tr><td><strong>FAQs &#x26; Troubleshooting</strong></td><td>Coming soon..</td><td><a href="https://2842134550-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FakJn6TxWIBAbZwLlYoVP%2Fuploads%2FIOgGZhpDyPsvjTYnINPk%2Fcard-faq.png?alt=media&amp;token=b61a6c11-9e3c-4d7a-b1c5-1b7e99d2e10d">card-faq.png</a></td><td></td><td></td><td>null</td></tr><tr><td><strong>Release notes &#x26; Announcements</strong></td><td>Coming soon..</td><td><a href="https://2842134550-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FakJn6TxWIBAbZwLlYoVP%2Fuploads%2FWOwpVa3jKQc0yG06MIA2%2Fcard-announcment.png?alt=media&amp;token=3885a749-1e7b-4879-99c9-bb6a0a8ce833">card-announcment.png</a></td><td></td><td></td><td>null</td></tr></tbody></table>


---

# 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-platform-1/xyb-ledger/readme.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.
