# Get started

- [Become a developer](https://dev.xena.biz/xena-developer/development/get-started/installxenadeveloper.md): Becoming a Xena Developer allows you to register your own apps.
- [Register your app](https://dev.xena.biz/xena-developer/development/get-started/createapplication.md): How to register and submit your app to the appstore.
- [The Xena API](https://dev.xena.biz/xena-developer/development/get-started/the-xena-api.md): Introduction to our REST API.
- [Authorization](https://dev.xena.biz/xena-developer/development/get-started/authorization.md): Fundamentals on authorization in apps.
- [Using OAuth](https://dev.xena.biz/xena-developer/development/get-started/using-oauth.md): Essentials on OAuth integration.
- [Using Xena Api with OAuth](https://dev.xena.biz/xena-developer/development/get-started/xena-api-using-oauth.md): Introduction to our REST API.
- [Using WebHooks](https://dev.xena.biz/xena-developer/development/get-started/using-webhooks.md): Essentials on Xena WebHooks.
- [Using Websync](https://dev.xena.biz/xena-developer/development/get-started/using-websync.md)
- [Using Xena API Key](https://dev.xena.biz/xena-developer/development/get-started/using-xenaapikey.md): Essentials on Xena API Keys integration.
- [Creating plugins](https://dev.xena.biz/xena-developer/development/get-started/createplugin.md): Basics on creating plugins for Xena.


---

# 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/development/get-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.
