# Introduction

## What can you do with the Xena API?

With our API you can integrate your systems with the online accounting system Xena. We also allow for external developers to build, publish and earn money with their own apps in the Xena App Store.

EG Xena has multiple ways to interact with external systems:

* Build [custom plugin](https://dev.xena.biz/xena-developer/development/get-started/createplugin) applications - UI integration
* Integrate your Xena data with other business applications with [Direct API calls](https://dev.xena.biz/xena-developer/development/get-started/the-xena-api) – request based
* [Webhook callbacks](https://dev.xena.biz/xena-developer/development/get-started/using-webhooks) - event based integration
* Save meta data on objects in Xena (e.g. an order or a partner)

{% hint style="info" %}
For a complete overview of the Xena API, please go to <https://xena.biz/api-doc/>
{% endhint %}

{% embed url="<https://www.youtube.com/watch?v=JEEfYtWV3X4>" %}

### Feedback and support

You are always welcome to [write us with questions and feedback](mailto:developer@xena.biz).

### Are you a developer?

Join the adventure! Become a Xena Partner and submit your app. [Get in touch](mailto:developer@xena.biz).


---

# 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://dev.xena.biz/xena-developer/master.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.
