# Get API key

### What is a Tronsave Internal Account?

* The Internal Account helps users manage their assets, track transaction history, and perform operations within the system
* The Internal Account helps users manage their assets, track transaction history, and perform operations within the system.
* Each Internal Account is assigned a unique API Key.

### What is an API Key?&#x20;

* An API Key is a unique identifier linked to the user's Internal Account.
* &#x20;It is issued by Tronsave. It allows users or third-party applications (such as bots or automated services) to send commands to the Internal Account without logging into the website or application.&#x20;
* Every API request, such as checking balances or creating transaction orders, is tied to the Internal Account through the API Key.

### In Summary:&#x20;

* The Internal Account is where assets are stored and managed, while the API Key is the tool that enables secure and automated access to and interaction with the account.&#x20;
* Therefore, customers must safeguard their API Key carefully.&#x20;

**There are two ways to obtain the API key: directly from the** [**Website**](/developer/get-api-key/on-the-website.md) **or via** [**Telegram**](/developer/get-api-key/on-telegram.md)**.**&#x20;

### Use an API key:&#x20;

[Buy energy use API key ](/developer/rest-api-v0/buy-on-rest-api/use-api-key.md)

[Order Extend uses API key ](/developer/rest-api-v0/extend-with-rest-api.md)


---

# 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://docs.tronsave.io/developer/get-api-key.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.
