> 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/ledger-operation-in-xyb-console/chart-management-in-xyb-console-overview.md).

# Chart Management in XYB Console - Overview

You can easily create and manage the entire chart structure for your customers directly in Console. This includes setting up charts, accounts, and wallet, all in one place. Console provides a visual and intuitive interface that’s especially useful for finance and operations teams who prefer working through a UI instead of code. Whether you’re onboarding a new customer or updating an existing setup, Console makes the process straightforward and accessible.

> 🔁 **Other options**:\
> While Console is designed for ease of use, you can also manage chart structures programmatically using our **Command Line tool (Luca)** or **APIs**. These are ideal if you’re integrating into your own systems or working in an engineering-heavy environment.

***

#### **What You Can Do in Console (UI)**

In the Chart Management section of Console, you can:

* **Create charts manually** - Start with a blank chart and build it up.
* **Add accounts to a chart** - Organize your chart structure by account types.
* **Attach wallets to accounts** - Define currencies, decimal precision, and accounting types.
* **Tag and label** - Use metadata (tags and attributes) for classification and filtering.
* **Bulk import** - Use a CSV template to upload entire chart structures at once.

The UI gives you a centralized, structured view of everything you’ve built. Each chart is listed, and you can expand it to see the accounts and wallets under it.

This setup works well whether you’re managing one customer or many. You can configure each chart independently, giving you control and clarity across your ledger setup.


---

# 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/ledger-operation-in-xyb-console/chart-management-in-xyb-console-overview.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.
