# HollaEx® — The Crypto Exchange Solution

## Introduction

Before we start, welcome to the **HollaEx Docs!**

With HollaEx, our team hopes to dramatically lower the barriers to entry of crypto exchange ownership; allowing both teams and individuals of all technical abilities to enter the realm of **digital assets, crypto trading, on-ramping, and more.**&#x20;

This documentation contains detailed information and guides for utilizing HollaEx and its many features.

To begin your HollaEx journey, please start by [submitting the form at the following address](https://www.hollaex.com/start). With this form submitted, the HollaEx team will be in touch if we think we can help you, and your team.

## Resources & Links

### Our Sites & Information&#x20;

* [HollaEx Website](https://hollaex.com): Our main page on the web. Links and information to various aspects of HollaEx Exchanges :house:
* [HollaEx Pro](https://pro.hollaex.com): An active HollaEx Exchange, run directly by our team. A quick way to experience the user side of the HollaEx experience :chart\_with\_upwards\_trend:
* [HollaEx Blog](https://www.hollaex.com/blog): Collection of articles written by our team, and other contributors, discussing a huge variety of topics: new releases, informational posts, developments in the crypto world, and more :newspaper:
* [HollaEx YouTube](https://www.youtube.com/c/HollaEx): Collection of videos related to HollaEx; How-Tos, Explanations of systems, News, and more :tv:

### Community

* [Discord Community](https://discord.gg/RkRHU8RbyM): Our Discord. Various boards, covering releases, new tokens, general community chats, and more. Chat with both members of the community as well as team members :speaking\_head:
* [HollaEx Forum for Q/A](https://forum.hollaex.com): Our official forums, focussed mainly on support from the community and team members :information\_source:

### Developers

* [API Docs](https://apidocs.hollaex.com/#introduction):  List of the API functions offered with HollaEx exchanges. Set up bespoke functionality with ease :toolbox:

#### GitHub

* HollaEx Kit: [https://github.com/hollaex/hollaex-kit](https://github.com/bitholla/hollaex-kit)
* HollaEx CLI (Command Line Interface): <https://github.com/hollaex/hollaex-cli>
* HollaEx Network Library: <https://github.com/hollaex/hollaex-kit/tree/master/server/utils/hollaex-network-lib>
* HollaEx Tools Library: <https://github.com/hollaex/hollaex-kit/tree/master/server/utils/hollaex-tools-lib>
* HollaEx Node Library: <https://github.com/hollaex/hollaex-node-lib>


---

# 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.hollaex.com/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.
