# Developer Guide

- [Installing Upzelo](https://docs.upzelo.com/developer-guide/installing-upzelo.md): 3 Steps to get started quickly.
- [Advanced configuration](https://docs.upzelo.com/developer-guide/advanced-configuration.md)
- [Upzelo Configuration Object](https://docs.upzelo.com/developer-guide/advanced-configuration/upzelo-configuration-object.md): Parameters available for configuring Upzelo
- [Test Mode](https://docs.upzelo.com/developer-guide/test-mode.md): An environment for you to test the product without affecting real data
- [Customer ID and Subscription ID](https://docs.upzelo.com/developer-guide/customer-id-and-subscription-id.md)
- [Processing Behaviour](https://docs.upzelo.com/developer-guide/processing-behaviour.md): Change how Upzelo works for you
- [Examples](https://docs.upzelo.com/developer-guide/examples.md): A few examples on ways you might set up Upzelo


---

# 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.upzelo.com/developer-guide.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.
