# Getting Started

To create an API Operator, you need to log into the Ledger Enterprise Platform as an Adminstrator. Then, follow the following steps to invite a new API operator.&#x20;

1. Go to Invite User in the top right corner of the Users page&#x20;

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

2. Select API Operator from the reesulting list

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

3. Enter a name and public key

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

3. Confirm the user creation with your PSD and wait for quorum acceptance before the user is ready.&#x20;

## Get your API keys

Your API requests are authenticated using API keys. Any request that doesn't include an API key will return an error.

You can generate an API key from your Dashboard at any time. To do this, select the user that you've created and go to the permissions section of the modal.&#x20;

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

Once you've done this, you can generate your new API Key ID and Secret.&#x20;

## Make your first request

Once you've created an API Operator, make sure this operator is part of the group that you'd like them to act in. Then, you can use any of the endpoints in the API reference to test the user and start automating your tasks.&#x20;


---

# 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/getting-started.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.
