# Welcome

## Welcome&#x20;

Welcome to the Ledger Enterprise API Documentation! Ledger Enterprise (LES) is a custody platform that helps businesses and financial institutions safely store, manage, and transfer digital assets. We provide world leading secure hardware and software solutions to protect your crypto from hacks and unauthorized access while enabling teams to operate efficiently at scale.&#x20;

These guides are designed to assist you in leveraging the power and flexibility of the LES API. By utilizing these APIs, you can streamline operational workflows, integrate the LES with internal systems, and build custom solutions tailored to your institutional clients' needs.

These tutorials will cover key API functionalities, including account management, transaction creation and management, address generation, and interaction with Tradelink. You will also find information on authentication, request formatting, and best practices for secure integration.

Our goal is to empower you with the knowledge and tools necessary to maximize the potential of the LES Vault and its unique hardware-backed security for your clients, ultimately driving increased Assets Under Security.&#x20;

## Just Getting Started?

Head to our getting started section where you'll be guided through the first steps of integrating with the Ledger Enterprise API's:

{% content-ref url="/pages/0KGIbKXqxGjB3m1CfFQV" %}
[Getting Started](/api-documentation/getting-started/getting-started.md)
{% endcontent-ref %}

## Need something a bit more technical?

If you need specific detail about certain endpoints without all the words, head to our API reference:

{% content-ref url="/pages/5kscuYsLIt9n6ZWzlqAL" %}
[API reference](/api-documentation/reference/api-reference.md)
{% endcontent-ref %}


---

# Agent Instructions: 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://help.enterprise.ledger.com/api-documentation/getting-started/readme.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.
