# Advanced

- [SEO Optimization](https://docs.hollaex.com/advanced/seo-optimization.md): Getting the most out of search engines is no easy task, here is provided a very quick guide on where more exhaustive resoures can be found, as well as some genral tips and tricks usable in HollaEx
- [Market-Making Bot](https://docs.hollaex.com/advanced/market-making-bot.md): Connecting OctoBot Market-Making Bot with HollaEx® White-label Exchange
- [Connecting the bot](https://docs.hollaex.com/advanced/market-making-bot/connecting-the-bot.md)
- [Adding Liquidity and Configuring the Bot](https://docs.hollaex.com/advanced/market-making-bot/adding-liquidity-and-configuring-the-bot.md)
- [Going Live, Monitoring Bot, and Ongoing Management](https://docs.hollaex.com/advanced/market-making-bot/going-live-monitoring-bot-and-ongoing-management.md): Further details on how to manage your bot
- [Nginx](https://docs.hollaex.com/advanced/nginx.md)
- [Rate Limits](https://docs.hollaex.com/advanced/rate-limits.md)
- [Database](https://docs.hollaex.com/advanced/database.md)
- [Upgrade Database](https://docs.hollaex.com/advanced/database/upgrade-database.md)
- [Dependencies](https://docs.hollaex.com/advanced/dependencies.md)
- [Contents Delivery Network (CDN)](https://docs.hollaex.com/advanced/contents-delivery-network.md)
- [Cloudflare CDN for HollaEx](https://docs.hollaex.com/advanced/contents-delivery-network/cloudflare-cdn-for-hollaex.md)
- [CloudFront CDN for HollaEx](https://docs.hollaex.com/advanced/contents-delivery-network/cloudfront-cdn-for-hollaex.md)
- [Load Balancer](https://docs.hollaex.com/advanced/load-balancer.md)
- [AWS ELB](https://docs.hollaex.com/advanced/load-balancer/aws-elb.md)
- [DigitalOcean LB](https://docs.hollaex.com/advanced/load-balancer/digitalocean-lb.md)
- [Customize Kubenretes Ingress](https://docs.hollaex.com/advanced/customize-kubenretes-ingress.md)
- [Exchange Keys](https://docs.hollaex.com/advanced/exchange-keys.md)
- [Exchange API Keys Troubleshoot](https://docs.hollaex.com/advanced/exchange-keys/exchange-api-keys-troubleshoot.md)
- [HollaEx on non-Linux](https://docs.hollaex.com/advanced/hollaex-on-non-linux.md)
- [HollaEx on Windows](https://docs.hollaex.com/advanced/hollaex-on-non-linux/hollaex-on-windows.md)
- [HollaEx on macOS](https://docs.hollaex.com/advanced/hollaex-on-non-linux/hollaex-on-macos.md)
- [The Network Tool Library](https://docs.hollaex.com/advanced/the-network-tool-library.md): With the HollaEx Network Tool Library the full power of the underlying infrastructure used by HollaEx is free to use and integrate into your own services.
- [Accessing the Network Tool Library](https://docs.hollaex.com/advanced/the-network-tool-library/accessing-the-network-tool-library.md)
- [Functions](https://docs.hollaex.com/advanced/the-network-tool-library/functions.md): A list of the functions, with their parameters and description of their purpose.
- [WebSocket](https://docs.hollaex.com/advanced/the-network-tool-library/functions/websocket.md): Through WebSocket connections real-time updates can be obtained from a variety of sources
- [Simple Example: Creating a User and Wallet](https://docs.hollaex.com/advanced/the-network-tool-library/simple-example-creating-a-user-and-wallet.md): In this walk-through, we will see how in a matter of a few commands we can set up the means to add a user to the HollaEx network and then create a Bitcoin wallet for them.
- [Getting More Interesting: Orders with the Tools](https://docs.hollaex.com/advanced/the-network-tool-library/getting-more-interesting-orders-with-the-tools.md): In this tutorial lets deal with something a little more involved, creating and monitoring trades through two users with the Network Tools
- [Setup: Using the transferAsset function](https://docs.hollaex.com/advanced/the-network-tool-library/getting-more-interesting-orders-with-the-tools/setup-using-the-transferasset-function.md): Before you can run you gotta walk, let's get some initial funds in our test accounts and see the benefits of the transferAsset function, as opposed to using pure trades
- [Creating and Monitoring a Sell Order](https://docs.hollaex.com/advanced/the-network-tool-library/getting-more-interesting-orders-with-the-tools/creating-and-monitoring-a-sell-order.md): Creating buy and sell orders is, of course, a fairly vital part of the crypto industry and here we will look at how we can interact with this core functionality
- [Settling Fees](https://docs.hollaex.com/advanced/the-network-tool-library/getting-more-interesting-orders-with-the-tools/settling-fees.md): Now for quite possibly the entire reason you decided to get into Exchange operation, those juicy fees. Just as before, this really couldn't be easier.
- [Private HollaEx Network](https://docs.hollaex.com/advanced/the-network-tool-library/private-hollaex-network.md)
- [Docker Content Trust (DCT)](https://docs.hollaex.com/advanced/docker-content-trust-dct.md)
- [Revenue Sharing](https://docs.hollaex.com/advanced/revenue-sharing.md): Revenue sharing is an aspect of the HollaEx that is often misunderstood. This quick guide aims to clear up what revenue sharing is, where it applies, and how it functions


---

# 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/advanced.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.
