# Getting Started

### 1. API (REST)

Our REST API gives you all information and allows deeper and custom integrations.

{% content-ref url="akka-api" %}
[akka-api](https://docs.akka.finance/akka-api)
{% endcontent-ref %}

### 2. TypeScript/JavaScript SDK (Soon ...)

Our JS/TS SDK can be implemented in any frontend or backend so that you can build your UX/UI around our bridge & swap functionalities. It furthermore handles all the communication between our smart routing API and smart contract and provides outstanding event and error handling.

{% hint style="danger" %}
AKKA SDK is not available now. It will be available soon ...&#x20;
{% endhint %}


---

# 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.akka.finance/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.
