# Hummingbot

- [Overview](https://docs.deltadefi.io/start-trading/getting-started/hummingbot/overview.md): This section documents the Delta-DeFi team's fork of \[Hummingbot]\(https://github.com/hummingbot/hummingbot), which adds a native \*\*Delta-DeFi exchange connector\*\*. You can use it to run any Hummingbot
- [Installation](https://docs.deltadefi.io/start-trading/getting-started/hummingbot/installation.md): The fork installs the same way as upstream Hummingbot from source.
- [Installing sidan-gin](https://docs.deltadefi.io/start-trading/getting-started/hummingbot/installing-sidan-gin.md): sidan-gin is an open-source Python library maintained by the Sidan-Lab team for building on Cardano.
- [Connecting to Delta-DeFi on hummingbot](https://docs.deltadefi.io/start-trading/getting-started/hummingbot/connecting-to-delta-defi-on-hummingbot.md)
- [External Scripts Path (optional)](https://docs.deltadefi.io/start-trading/getting-started/hummingbot/external-scripts-path-optional.md)
- [Running the Bot](https://docs.deltadefi.io/start-trading/getting-started/hummingbot/running-the-bot.md)
- [Troubleshooting](https://docs.deltadefi.io/start-trading/getting-started/hummingbot/troubleshooting.md)


---

# 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.deltadefi.io/start-trading/getting-started/hummingbot.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.
