# Installation

To use this API, you will need to run a small local service which will be responsible for managing your wallet and interacting with the blockchain. Your application interacts with this service locally via HTTP API calls.

Team Hycon currently supports Linux, MacOS, and Windows through a compiled release. You may also clone and compile the repository from source. Hycon uses `npm` to run the node with minimal setup.

Please select the release for your operating system [here](https://github.com/team-hycon/hycon-core/releases) or clone the GitHub repository [here](https://github.com/team-hycon/hycon-core) to deploy your local Hycon node.


---

# 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://teamhycon.gitbook.io/docs/api-v1/installation.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.
